Uses of Interface
com.sap.cloudfoundry.client.facade.dto.ApplicationToCreateDto
-
Packages that use ApplicationToCreateDto Package Description com.sap.cloudfoundry.client.facade com.sap.cloudfoundry.client.facade.dto com.sap.cloudfoundry.client.facade.rest -
-
Uses of ApplicationToCreateDto in com.sap.cloudfoundry.client.facade
Methods in com.sap.cloudfoundry.client.facade with parameters of type ApplicationToCreateDto Modifier and Type Method Description voidCloudControllerClient. createApplication(ApplicationToCreateDto applicationToCreateDto)Create applicationvoidCloudControllerClientImpl. createApplication(ApplicationToCreateDto applicationToCreateDto) -
Uses of ApplicationToCreateDto in com.sap.cloudfoundry.client.facade.dto
Classes in com.sap.cloudfoundry.client.facade.dto that implement ApplicationToCreateDto Modifier and Type Class Description classImmutableApplicationToCreateDtoImmutable implementation ofApplicationToCreateDto.Methods in com.sap.cloudfoundry.client.facade.dto with parameters of type ApplicationToCreateDto Modifier and Type Method Description static ImmutableApplicationToCreateDtoImmutableApplicationToCreateDto. copyOf(ApplicationToCreateDto instance)Creates an immutable copy of aApplicationToCreateDtovalue.ImmutableApplicationToCreateDto.BuilderImmutableApplicationToCreateDto.Builder. from(ApplicationToCreateDto instance)Fill a builder with attribute values from the providedApplicationToCreateDtoinstance. -
Uses of ApplicationToCreateDto in com.sap.cloudfoundry.client.facade.rest
Methods in com.sap.cloudfoundry.client.facade.rest with parameters of type ApplicationToCreateDto Modifier and Type Method Description voidCloudControllerRestClient. createApplication(ApplicationToCreateDto applicationToCreateDto)voidCloudControllerRestClientImpl. createApplication(ApplicationToCreateDto applicationToCreateDto)
-