Uses of Interface
com.sap.cloudfoundry.client.facade.domain.ErrorDetails
-
Packages that use ErrorDetails Package Description com.sap.cloudfoundry.client.facade.domain -
-
Uses of ErrorDetails in com.sap.cloudfoundry.client.facade.domain
Classes in com.sap.cloudfoundry.client.facade.domain that implement ErrorDetails Modifier and Type Class Description classImmutableErrorDetailsImmutable implementation ofErrorDetails.Methods in com.sap.cloudfoundry.client.facade.domain that return ErrorDetails Modifier and Type Method Description abstract ErrorDetailsCloudJob. getErrorDetails()ErrorDetailsImmutableCloudJob. getErrorDetails()ErrorDetailsImmutableUpload. getErrorDetails()ErrorDetailsUpload. getErrorDetails()Methods in com.sap.cloudfoundry.client.facade.domain with parameters of type ErrorDetails Modifier and Type Method Description static ImmutableErrorDetailsImmutableErrorDetails. copyOf(ErrorDetails instance)Creates an immutable copy of aErrorDetailsvalue.ImmutableCloudJob.BuilderImmutableCloudJob.Builder. errorDetails(ErrorDetails errorDetails)Initializes the value for theerrorDetailsattribute.ImmutableUpload.BuilderImmutableUpload.Builder. errorDetails(ErrorDetails errorDetails)Initializes the value for theerrorDetailsattribute.ImmutableErrorDetails.BuilderImmutableErrorDetails.Builder. from(ErrorDetails instance)Fill a builder with attribute values from the providedErrorDetailsinstance.ImmutableCloudJobImmutableCloudJob. withErrorDetails(ErrorDetails value)Copy the current immutable object by setting a value for theerrorDetailsattribute.ImmutableUploadImmutableUpload. withErrorDetails(ErrorDetails value)Copy the current immutable object by setting a value for theerrorDetailsattribute.
-