Uses of Interface
com.sap.cloudfoundry.client.facade.domain.CloudBuild.CreatedBy
-
Packages that use CloudBuild.CreatedBy Package Description com.sap.cloudfoundry.client.facade.domain -
-
Uses of CloudBuild.CreatedBy in com.sap.cloudfoundry.client.facade.domain
Classes in com.sap.cloudfoundry.client.facade.domain that implement CloudBuild.CreatedBy Modifier and Type Class Description static classImmutableCloudBuild.ImmutableCreatedByImmutable implementation ofCloudBuild.CreatedBy.Methods in com.sap.cloudfoundry.client.facade.domain that return CloudBuild.CreatedBy Modifier and Type Method Description abstract CloudBuild.CreatedByCloudBuild. getCreatedBy()CloudBuild.CreatedByImmutableCloudBuild. getCreatedBy()Methods in com.sap.cloudfoundry.client.facade.domain with parameters of type CloudBuild.CreatedBy Modifier and Type Method Description static ImmutableCloudBuild.ImmutableCreatedByImmutableCloudBuild.ImmutableCreatedBy. copyOf(CloudBuild.CreatedBy instance)Creates an immutable copy of aCloudBuild.CreatedByvalue.ImmutableCloudBuild.BuilderImmutableCloudBuild.Builder. createdBy(CloudBuild.CreatedBy createdBy)Initializes the value for thecreatedByattribute.ImmutableCloudBuild.ImmutableCreatedBy.BuilderImmutableCloudBuild.ImmutableCreatedBy.Builder. from(CloudBuild.CreatedBy instance)Fill a builder with attribute values from the providedCreatedByinstance.ImmutableCloudBuildImmutableCloudBuild. withCreatedBy(CloudBuild.CreatedBy value)Copy the current immutable object by setting a value for thecreatedByattribute.
-