| Modifier and Type | Method and Description |
|---|---|
String |
Metadata.getCreatedAt()
When the resource was created
|
abstract T |
Resource.getEntity()
The resource's entity
|
String |
Metadata.getId()
The resource's id
|
abstract Metadata |
Resource.getMetadata()
The resource's metadata
|
abstract String |
PaginatedResponse.getNextUrl()
The next url
|
abstract OrderDirection |
PaginatedRequest.getOrderDirection()
The order direction
|
abstract Integer |
PaginatedRequest.getPage()
The page
|
abstract String |
PaginatedResponse.getPreviousUrl()
The previous url
|
abstract List<T> |
PaginatedResponse.getResources()
The resources
|
abstract Integer |
PaginatedRequest.getResultsPerPage()
The results per page
|
abstract Integer |
PaginatedResponse.getTotalPages()
The total pages
|
abstract Integer |
PaginatedResponse.getTotalResults()
The total results
|
String |
Metadata.getUpdatedAt()
When the resource was last updated
|
String |
Metadata.getUrl()
The resource's URL
|
| Modifier and Type | Method and Description |
|---|---|
Metadata.Builder |
Metadata.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
Metadata.Builder |
Metadata.Builder.id(String id)
Initializes the value for the
id attribute. |
Metadata.Builder |
Metadata.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
Metadata.Builder |
Metadata.Builder.url(String url)
Initializes the value for the
url attribute. |
| Modifier and Type | Method and Description |
|---|---|
String |
NetInfo.getAddress()
The address
|
Map<String,Object> |
ApplicationEnvironmentResponse.getApplicationEnvironmentJsons()
The application environment variables
|
Boolean |
UploadApplicationRequest.getAsync()
If true, a new asynchronous job is submitted to persist the bits and the job id is included in the response
|
List<Domain> |
SummaryApplicationResponse.getAvailableDomains()
The available domains
|
abstract String |
AbstractApplicationEntity.getBuildpack()
The buildpack
|
String |
UpdateApplicationRequest.getBuildpack()
Buildpack to build the application
|
String |
SummaryApplicationResponse.getBuildpack()
The buildpack
|
String |
RestageApplicationEntity.getBuildpack()
The buildpack
|
String |
CreateApplicationRequest.getBuildpack()
Buildpack to build the application
|
String |
ApplicationEntity.getBuildpack()
The buildpack
|
abstract String |
AbstractApplicationEntity.getCommand()
The command
|
String |
UpdateApplicationRequest.getCommand()
The command to start the application after it is staged
|
String |
SummaryApplicationResponse.getCommand()
The command
|
String |
RestageApplicationEntity.getCommand()
The command
|
String |
CreateApplicationRequest.getCommand()
The command to start the application after it is staged
|
String |
ApplicationEntity.getCommand()
The command
|
abstract Boolean |
AbstractApplicationEntity.getConsole()
Deprecated.
|
Boolean |
UpdateApplicationRequest.getConsole()
Deprecated.
|
Boolean |
SummaryApplicationResponse.getConsole()
Deprecated.
|
Boolean |
RestageApplicationEntity.getConsole()
Deprecated.
|
Boolean |
CreateApplicationRequest.getConsole()
Deprecated.
|
Boolean |
ApplicationEntity.getConsole()
Deprecated.
|
String |
ApplicationInstanceInfo.getConsoleIp()
The console IP
|
Integer |
ApplicationInstanceInfo.getConsolePort()
The console port
|
Double |
Usage.getCpu()
The CPU usage
|
abstract String |
AbstractApplicationEntity.getDebug()
Deprecated.
|
String |
UpdateApplicationRequest.getDebug()
Deprecated.
|
String |
SummaryApplicationResponse.getDebug()
Deprecated.
|
String |
RestageApplicationEntity.getDebug()
Deprecated.
|
String |
CreateApplicationRequest.getDebug()
Deprecated.
|
String |
ApplicationEntity.getDebug()
Deprecated.
|
String |
ApplicationInstanceInfo.getDebugIp()
The debug IP
|
Integer |
ApplicationInstanceInfo.getDebugPort()
The debug port
|
String |
SummaryApplicationResponse.getDetectedBuildpack()
The detected buildpack
|
String |
RestageApplicationEntity.getDetectedBuildpack()
The detected buildpack
|
String |
ApplicationEntity.getDetectedBuildpack()
The detected buildpack
|
String |
SummaryApplicationResponse.getDetectedBuildpackId()
The detected buildpack id
|
String |
RestageApplicationEntity.getDetectedBuildpackId()
The detected buildpack id
|
String |
ApplicationEntity.getDetectedBuildpackId()
The detected buildpack id
|
abstract String |
AbstractApplicationEntity.getDetectedStartCommand()
The detected start command
|
String |
SummaryApplicationResponse.getDetectedStartCommand()
The detected start command
|
String |
RestageApplicationEntity.getDetectedStartCommand()
The detected start command
|
String |
CreateApplicationRequest.getDetectedStartCommand()
The command detected by the buildpack during staging
|
String |
ApplicationEntity.getDetectedStartCommand()
The detected start command
|
abstract Boolean |
AbstractApplicationEntity.getDiego()
Diego
|
Boolean |
UpdateApplicationRequest.getDiego()
Use diego to stage and to run when available
|
Boolean |
SummaryApplicationResponse.getDiego()
Diego
|
Boolean |
RestageApplicationEntity.getDiego()
Diego
|
Boolean |
CreateApplicationRequest.getDiego()
Use diego to stage and to run when available
|
Boolean |
ApplicationEntity.getDiego()
Diego
|
Boolean |
ListApplicationsRequest.getDiego()
The diego flag
|
Long |
Usage.getDisk()
The disk usage
|
abstract Integer |
AbstractApplicationEntity.getDiskQuota()
The disk quota in megabytes
|
Integer |
UpdateApplicationRequest.getDiskQuota()
The maximum amount of disk available to an instance of an application.
|
Integer |
SummaryApplicationResponse.getDiskQuota()
The disk quota in megabytes
|
Integer |
RestageApplicationEntity.getDiskQuota()
The disk quota in megabytes
|
Long |
Statistics.getDiskQuota()
The application disk quota
|
Integer |
CreateApplicationRequest.getDiskQuota()
The maximum amount of disk available to an instance of an application.
|
Integer |
ApplicationEntity.getDiskQuota()
The disk quota in megabytes
|
abstract Map<String,Object> |
AbstractApplicationEntity.getDockerCredentialsJsons()
The docker credentials JSONs
|
Map<String,Object> |
UpdateApplicationRequest.getDockerCredentialsJsons()
Docker credentials for pulling docker image
|
Map<String,Object> |
SummaryApplicationResponse.getDockerCredentialsJsons()
The docker credentials JSONs
|
Map<String,Object> |
RestageApplicationEntity.getDockerCredentialsJsons()
The docker credentials JSONs
|
Map<String,Object> |
CreateApplicationRequest.getDockerCredentialsJsons()
Docker credentials for pulling docker image
|
Map<String,Object> |
ApplicationEntity.getDockerCredentialsJsons()
The docker credentials JSONs
|
abstract String |
AbstractApplicationEntity.getDockerImage()
The docker image
|
String |
UpdateApplicationRequest.getDockerImage()
Name of the Docker image containing the application
|
String |
SummaryApplicationResponse.getDockerImage()
The docker image
|
String |
RestageApplicationEntity.getDockerImage()
The docker image
|
String |
CreateApplicationRequest.getDockerImage()
Name of the Docker image containing the application
|
String |
ApplicationEntity.getDockerImage()
The docker image
|
List<String> |
ListApplicationRoutesRequest.getDomainIds()
The domain ids
|
Boolean |
UpdateApplicationRequest.getEnableSsh()
Enable SSH for the application
|
Boolean |
SummaryApplicationResponse.getEnableSsh()
Whether SSH is enabled
|
Boolean |
RestageApplicationEntity.getEnableSsh()
Whether SSH is enabled
|
Boolean |
CreateApplicationRequest.getEnableSsh()
Enable SSHing into the application
|
Boolean |
ApplicationEntity.getEnableSsh()
Whether SSH is enabled
|
JobEntity |
UploadApplicationResponse.getEntity()
The resource's entity
|
RestageApplicationEntity |
RestageApplicationResponse.getEntity()
The resource's entity
|
ApplicationEntity |
GetApplicationResponse.getEntity()
The resource's entity
|
JobEntity |
CopyApplicationResponse.getEntity()
The resource's entity
|
ApplicationEntity |
CreateApplicationResponse.getEntity()
The resource's entity
|
ApplicationEntity |
UpdateApplicationResponse.getEntity()
The resource's entity
|
ApplicationEntity |
AssociateApplicationRouteResponse.getEntity()
The resource's entity
|
ApplicationEntity |
ApplicationResource.getEntity()
The resource's entity
|
abstract Map<String,Object> |
AbstractApplicationEntity.getEnvironmentJsons()
The environment JSONs
|
Map<String,Object> |
UpdateApplicationRequest.getEnvironmentJsons()
Key/value pairs of all the environment variables to run in your application.
|
Map<String,Object> |
SummaryApplicationResponse.getEnvironmentJsons()
The environment JSONs
|
Map<String,Object> |
RestageApplicationEntity.getEnvironmentJsons()
The environment JSONs
|
Map<String,Object> |
CreateApplicationRequest.getEnvironmentJsons()
Key/value pairs of all the environment variables to run in your application.
|
Map<String,Object> |
ApplicationEntity.getEnvironmentJsons()
The environment JSONs
|
Map<String,Object> |
ApplicationEnvironmentResponse.getEnvironmentJsons()
The environment variables
|
String |
ApplicationEntity.getEventsUrl()
The events url
|
Integer |
Statistics.getFdsQuota()
The application file descriptor quota
|
String |
Resource.getHash()
The hash
|
abstract Integer |
AbstractApplicationEntity.getHealthCheckTimeout()
The health check timeout
|
Integer |
UpdateApplicationRequest.getHealthCheckTimeout()
Timeout for health checking of an staged application when starting up
|
Integer |
SummaryApplicationResponse.getHealthCheckTimeout()
The health check timeout
|
Integer |
RestageApplicationEntity.getHealthCheckTimeout()
The health check timeout
|
Integer |
CreateApplicationRequest.getHealthCheckTimeout()
Timeout for health checking of an staged applcation when starting up
|
Integer |
ApplicationEntity.getHealthCheckTimeout()
The health check timeout
|
abstract String |
AbstractApplicationEntity.getHealthCheckType()
The health check type
|
String |
UpdateApplicationRequest.getHealthCheckType()
Type of health check to perform
|
String |
SummaryApplicationResponse.getHealthCheckType()
The health check type
|
String |
RestageApplicationEntity.getHealthCheckType()
The health check type
|
String |
CreateApplicationRequest.getHealthCheckType()
Type of health check to perform
|
String |
ApplicationEntity.getHealthCheckType()
The health check type
|
String |
Statistics.getHost()
The application host
|
List<String> |
ListApplicationRoutesRequest.getHosts()
The hosts
|
String |
SummaryApplicationResponse.getId()
The id
|
abstract Integer |
AbstractApplicationEntity.getInstances()
The instances
|
Integer |
UpdateApplicationRequest.getInstances()
The number of instances of the application to run.
|
Integer |
SummaryApplicationResponse.getInstances()
The instances
|
Integer |
RestageApplicationEntity.getInstances()
The instances
|
Integer |
CreateApplicationRequest.getInstances()
The number of instances of the application to run.
|
Integer |
ApplicationEntity.getInstances()
The instances
|
abstract Integer |
AbstractApplicationEntity.getMemory()
The memory in megabytes
|
Integer |
UpdateApplicationRequest.getMemory()
The amount of memory each instance should have.
|
Long |
Usage.getMemory()
The memory usage
|
Integer |
SummaryApplicationResponse.getMemory()
The memory in megabytes
|
Integer |
RestageApplicationEntity.getMemory()
The memory in megabytes
|
Integer |
CreateApplicationRequest.getMemory()
The amount of memory each instance should have.
|
Integer |
ApplicationEntity.getMemory()
The memory in megabytes
|
Long |
Statistics.getMemoryQuota()
The application memory quota
|
Metadata |
UploadApplicationResponse.getMetadata()
The resource's metadata
|
Metadata |
RestageApplicationResponse.getMetadata()
The resource's metadata
|
Metadata |
GetApplicationResponse.getMetadata()
The resource's metadata
|
Metadata |
CopyApplicationResponse.getMetadata()
The resource's metadata
|
Metadata |
CreateApplicationResponse.getMetadata()
The resource's metadata
|
Metadata |
UpdateApplicationResponse.getMetadata()
The resource's metadata
|
Metadata |
AssociateApplicationRouteResponse.getMetadata()
The resource's metadata
|
Metadata |
ApplicationResource.getMetadata()
The resource's metadata
|
String |
Resource.getMode()
The POSIX file mode in an octal representation
|
abstract String |
AbstractApplicationEntity.getName()
The name
|
String |
UpdateApplicationRequest.getName()
The name of the application
|
String |
SummaryApplicationResponse.getName()
The name
|
String |
RestageApplicationEntity.getName()
The name
|
String |
Statistics.getName()
The application name
|
String |
ApplicationEntity.getName()
The name
|
List<String> |
ListApplicationsRequest.getNames()
The names
|
NetInfo |
Statistics.getNetInfo()
The net info
|
String |
ListApplicationRoutesResponse.getNextUrl()
The next url
|
String |
ListApplicationServiceBindingsResponse.getNextUrl()
The next url
|
String |
ListApplicationsResponse.getNextUrl()
The next url
|
OrderDirection |
ListApplicationRoutesRequest.getOrderDirection()
The order direction
|
OrderDirection |
ListApplicationServiceBindingsRequest.getOrderDirection()
The order direction
|
OrderDirection |
ListApplicationsRequest.getOrderDirection()
The order direction
|
List<String> |
ListApplicationsRequest.getOrganizationIds()
The organization ids
|
String |
SummaryApplicationResponse.getPackageState()
The package state
|
String |
RestageApplicationEntity.getPackageState()
The package state
|
String |
ApplicationEntity.getPackageState()
The package state
|
String |
SummaryApplicationResponse.getPackageUpdatedAt()
When the package was update
|
String |
RestageApplicationEntity.getPackageUpdatedAt()
When the package was update
|
String |
ApplicationEntity.getPackageUpdatedAt()
When the package was update
|
Integer |
ListApplicationRoutesRequest.getPage()
The page
|
Integer |
ListApplicationServiceBindingsRequest.getPage()
The page
|
Integer |
ListApplicationsRequest.getPage()
The page
|
String |
Resource.getPath()
The path
|
List<String> |
ListApplicationRoutesRequest.getPaths()
The paths
|
Integer |
Statistics.getPort()
The application port
|
List<Integer> |
ListApplicationRoutesRequest.getPorts()
The ports
|
List<Integer> |
SummaryApplicationResponse.getPorts()
The ports
|
List<Integer> |
RestageApplicationEntity.getPorts()
The ports
|
List<NetInfoPorts> |
NetInfo.getPorts()
The ports
|
List<Integer> |
CreateApplicationRequest.getPorts()
The ports on which application may listen
|
List<Integer> |
ApplicationEntity.getPorts()
The ports
|
String |
ListApplicationRoutesResponse.getPreviousUrl()
The previous url
|
String |
ListApplicationServiceBindingsResponse.getPreviousUrl()
The previous url
|
String |
ListApplicationsResponse.getPreviousUrl()
The previous url
|
abstract Boolean |
AbstractApplicationEntity.getProduction()
Deprecated.
|
String |
UpdateApplicationRequest.getProduction()
Deprecated.
|
Boolean |
SummaryApplicationResponse.getProduction()
Deprecated.
|
Boolean |
RestageApplicationEntity.getProduction()
Deprecated.
|
Boolean |
CreateApplicationRequest.getProduction()
Deprecated.
|
Boolean |
ApplicationEntity.getProduction()
Deprecated.
|
List<RouteResource> |
ListApplicationRoutesResponse.getResources()
The resources
|
List<ServiceBindingResource> |
ListApplicationServiceBindingsResponse.getResources()
The resources
|
List<ApplicationResource> |
ListApplicationsResponse.getResources()
The resources
|
Integer |
ListApplicationRoutesRequest.getResultsPerPage()
The results per page
|
Integer |
ListApplicationServiceBindingsRequest.getResultsPerPage()
The results per page
|
Integer |
ListApplicationsRequest.getResultsPerPage()
The results per page
|
String |
ApplicationEntity.getRouteMappingsUrl()
The route mappings url
|
List<Route> |
SummaryApplicationResponse.getRoutes()
The routes
|
String |
ApplicationEntity.getRoutesUrl()
The routes url
|
Map<String,Object> |
ApplicationEnvironmentResponse.getRunningEnvironmentJsons()
The running environment variables
|
Integer |
SummaryApplicationResponse.getRunningInstances()
The running instances
|
String |
ApplicationEntity.getServiceBindingsUrl()
The service bindings url
|
List<String> |
ListApplicationServiceBindingsRequest.getServiceInstanceIds()
The ids of the service instances
|
List<ServiceInstance> |
SummaryApplicationResponse.getServices()
The services
|
Double |
ApplicationInstanceInfo.getSince()
The since
|
Integer |
Resource.getSize()
The size
|
abstract String |
AbstractApplicationEntity.getSpaceId()
The space id
|
String |
UpdateApplicationRequest.getSpaceId()
The id of the associated space
|
String |
SummaryApplicationResponse.getSpaceId()
The space id
|
String |
RestageApplicationEntity.getSpaceId()
The space id
|
String |
ApplicationEntity.getSpaceId()
The space id
|
List<String> |
ListApplicationsRequest.getSpaceIds()
The space ids
|
String |
ApplicationEntity.getSpaceUrl()
The space url
|
abstract String |
AbstractApplicationEntity.getStackId()
The stack id
|
String |
UpdateApplicationRequest.getStackId()
The id of the associated stack
|
String |
SummaryApplicationResponse.getStackId()
The stack id
|
String |
RestageApplicationEntity.getStackId()
The stack id
|
String |
CreateApplicationRequest.getStackId()
The id of the associated stack
|
String |
ApplicationEntity.getStackId()
The stack id
|
List<String> |
ListApplicationsRequest.getStackIds()
The stack ids
|
String |
ApplicationEntity.getStackUrl()
The stack url
|
Map<String,Object> |
ApplicationEnvironmentResponse.getStagingEnvironmentJsons()
The staging environment variables
|
abstract String |
AbstractApplicationEntity.getStagingFailedDescription()
The staging failed description
|
String |
SummaryApplicationResponse.getStagingFailedDescription()
The staging failed description
|
String |
RestageApplicationEntity.getStagingFailedDescription()
The staging failed description
|
String |
ApplicationEntity.getStagingFailedDescription()
The staging failed description
|
abstract String |
AbstractApplicationEntity.getStagingFailedReason()
The staging failed reason
|
String |
SummaryApplicationResponse.getStagingFailedReason()
The staging failed reason
|
String |
RestageApplicationEntity.getStagingFailedReason()
The staging failed reason
|
String |
ApplicationEntity.getStagingFailedReason()
The staging failed reason
|
abstract String |
AbstractApplicationEntity.getStagingTaskId()
The staging task id
|
String |
SummaryApplicationResponse.getStagingTaskId()
The staging task id
|
String |
RestageApplicationEntity.getStagingTaskId()
The staging task id
|
String |
ApplicationEntity.getStagingTaskId()
The staging task id
|
abstract String |
AbstractApplicationEntity.getState()
The state
|
String |
UpdateApplicationRequest.getState()
The current desired state of the application
|
String |
InstanceStatistics.getState()
The instance state
|
String |
SummaryApplicationResponse.getState()
The state
|
String |
RestageApplicationEntity.getState()
The state
|
String |
CreateApplicationRequest.getState()
The current desired state of the application
|
String |
ApplicationEntity.getState()
The state
|
String |
ApplicationInstanceInfo.getState()
The state
|
Statistics |
InstanceStatistics.getStatistics()
The instance statistics
|
Map<String,Object> |
ApplicationEnvironmentResponse.getSystemEnvironmentJsons()
The system environment variables
|
String |
Usage.getTime()
The time since start
|
Integer |
ListApplicationRoutesResponse.getTotalPages()
The total pages
|
Integer |
ListApplicationServiceBindingsResponse.getTotalPages()
The total pages
|
Integer |
ListApplicationsResponse.getTotalPages()
The total pages
|
Integer |
ListApplicationRoutesResponse.getTotalResults()
The total results
|
Integer |
ListApplicationServiceBindingsResponse.getTotalResults()
The total results
|
Integer |
ListApplicationsResponse.getTotalResults()
The total results
|
Long |
Statistics.getUptime()
The application uptime
|
Long |
ApplicationInstanceInfo.getUptime()
The update
|
List<String> |
Statistics.getUris()
The application uris
|
Usage |
Statistics.getUsage()
The application usage
|
String |
SummaryApplicationResponse.getVersion()
The version
|
String |
RestageApplicationEntity.getVersion()
The version
|
String |
ApplicationEntity.getVersion()
The version
|
| Modifier and Type | Method and Description |
|---|---|
NetInfo.Builder |
NetInfo.Builder.address(String address)
Initializes the value for the
address attribute. |
ApplicationEnvironmentResponse.Builder |
ApplicationEnvironmentResponse.Builder.applicationEnvironmentJsons(Map<String,? extends Object> applicationEnvironmentJsons)
Sets or replaces all mappings from the specified map as entries for the
applicationEnvironmentJsons map. |
UploadApplicationRequest.Builder |
UploadApplicationRequest.Builder.async(Boolean async)
Initializes the value for the
async attribute. |
SummaryApplicationResponse.Builder |
SummaryApplicationResponse.Builder.availableDomains(Iterable<? extends Domain> elements)
Sets or replaces all elements for
availableDomains list. |
UpdateApplicationRequest.Builder |
UpdateApplicationRequest.Builder.buildpack(String buildpack)
Initializes the value for the
buildpack attribute. |
SummaryApplicationResponse.Builder |
SummaryApplicationResponse.Builder.buildpack(String buildpack)
Initializes the value for the
buildpack attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.buildpack(String buildpack)
Initializes the value for the
buildpack attribute. |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.buildpack(String buildpack)
Initializes the value for the
buildpack attribute. |
ApplicationEntity.Builder |
ApplicationEntity.Builder.buildpack(String buildpack)
Initializes the value for the
buildpack attribute. |
UpdateApplicationRequest.Builder |
UpdateApplicationRequest.Builder.command(String command)
Initializes the value for the
command attribute. |
SummaryApplicationResponse.Builder |
SummaryApplicationResponse.Builder.command(String command)
Initializes the value for the
command attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.command(String command)
Initializes the value for the
command attribute. |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.command(String command)
Initializes the value for the
command attribute. |
ApplicationEntity.Builder |
ApplicationEntity.Builder.command(String command)
Initializes the value for the
command attribute. |
UpdateApplicationRequest.Builder |
UpdateApplicationRequest.Builder.console(Boolean console)
Deprecated.
|
SummaryApplicationResponse.Builder |
SummaryApplicationResponse.Builder.console(Boolean console)
Deprecated.
|
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.console(Boolean console)
Deprecated.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.console(Boolean console)
Deprecated.
|
ApplicationEntity.Builder |
ApplicationEntity.Builder.console(Boolean console)
Deprecated.
|
ApplicationInstanceInfo.Builder |
ApplicationInstanceInfo.Builder.consoleIp(String consoleIp)
Initializes the value for the
consoleIp attribute. |
ApplicationInstanceInfo.Builder |
ApplicationInstanceInfo.Builder.consolePort(Integer consolePort)
Initializes the value for the
consolePort attribute. |
Usage.Builder |
Usage.Builder.cpu(Double cpu)
Initializes the value for the
cpu attribute. |
UpdateApplicationRequest.Builder |
UpdateApplicationRequest.Builder.debug(String debug)
Deprecated.
|
SummaryApplicationResponse.Builder |
SummaryApplicationResponse.Builder.debug(String debug)
Deprecated.
|
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.debug(String debug)
Deprecated.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.debug(String debug)
Deprecated.
|
ApplicationEntity.Builder |
ApplicationEntity.Builder.debug(String debug)
Deprecated.
|
ApplicationInstanceInfo.Builder |
ApplicationInstanceInfo.Builder.debugIp(String debugIp)
Initializes the value for the
debugIp attribute. |
ApplicationInstanceInfo.Builder |
ApplicationInstanceInfo.Builder.debugPort(Integer debugPort)
Initializes the value for the
debugPort attribute. |
SummaryApplicationResponse.Builder |
SummaryApplicationResponse.Builder.detectedBuildpack(String detectedBuildpack)
Initializes the value for the
detectedBuildpack attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.detectedBuildpack(String detectedBuildpack)
Initializes the value for the
detectedBuildpack attribute. |
ApplicationEntity.Builder |
ApplicationEntity.Builder.detectedBuildpack(String detectedBuildpack)
Initializes the value for the
detectedBuildpack attribute. |
SummaryApplicationResponse.Builder |
SummaryApplicationResponse.Builder.detectedBuildpackId(String detectedBuildpackId)
Initializes the value for the
detectedBuildpackId attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.detectedBuildpackId(String detectedBuildpackId)
Initializes the value for the
detectedBuildpackId attribute. |
ApplicationEntity.Builder |
ApplicationEntity.Builder.detectedBuildpackId(String detectedBuildpackId)
Initializes the value for the
detectedBuildpackId attribute. |
SummaryApplicationResponse.Builder |
SummaryApplicationResponse.Builder.detectedStartCommand(String detectedStartCommand)
Initializes the value for the
detectedStartCommand attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.detectedStartCommand(String detectedStartCommand)
Initializes the value for the
detectedStartCommand attribute. |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.detectedStartCommand(String detectedStartCommand)
Initializes the value for the
detectedStartCommand attribute. |
ApplicationEntity.Builder |
ApplicationEntity.Builder.detectedStartCommand(String detectedStartCommand)
Initializes the value for the
detectedStartCommand attribute. |
UpdateApplicationRequest.Builder |
UpdateApplicationRequest.Builder.diego(Boolean diego)
Initializes the value for the
diego attribute. |
SummaryApplicationResponse.Builder |
SummaryApplicationResponse.Builder.diego(Boolean diego)
Initializes the value for the
diego attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.diego(Boolean diego)
Initializes the value for the
diego attribute. |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.diego(Boolean diego)
Initializes the value for the
diego attribute. |
ApplicationEntity.Builder |
ApplicationEntity.Builder.diego(Boolean diego)
Initializes the value for the
diego attribute. |
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.diego(Boolean diego)
Initializes the value for the
diego attribute. |
Usage.Builder |
Usage.Builder.disk(Long disk)
Initializes the value for the
disk attribute. |
UpdateApplicationRequest.Builder |
UpdateApplicationRequest.Builder.diskQuota(Integer diskQuota)
Initializes the value for the
diskQuota attribute. |
SummaryApplicationResponse.Builder |
SummaryApplicationResponse.Builder.diskQuota(Integer diskQuota)
Initializes the value for the
diskQuota attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.diskQuota(Integer diskQuota)
Initializes the value for the
diskQuota attribute. |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.diskQuota(Integer diskQuota)
Initializes the value for the
diskQuota attribute. |
ApplicationEntity.Builder |
ApplicationEntity.Builder.diskQuota(Integer diskQuota)
Initializes the value for the
diskQuota attribute. |
Statistics.Builder |
Statistics.Builder.diskQuota(Long diskQuota)
Initializes the value for the
diskQuota attribute. |
UpdateApplicationRequest.Builder |
UpdateApplicationRequest.Builder.dockerCredentialsJsons(Map<String,? extends Object> dockerCredentialsJsons)
Sets or replaces all mappings from the specified map as entries for the
dockerCredentialsJsons map. |
SummaryApplicationResponse.Builder |
SummaryApplicationResponse.Builder.dockerCredentialsJsons(Map<String,? extends Object> dockerCredentialsJsons)
Sets or replaces all mappings from the specified map as entries for the
dockerCredentialsJsons map. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.dockerCredentialsJsons(Map<String,? extends Object> dockerCredentialsJsons)
Sets or replaces all mappings from the specified map as entries for the
dockerCredentialsJsons map. |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.dockerCredentialsJsons(Map<String,? extends Object> dockerCredentialsJsons)
Sets or replaces all mappings from the specified map as entries for the
dockerCredentialsJsons map. |
ApplicationEntity.Builder |
ApplicationEntity.Builder.dockerCredentialsJsons(Map<String,? extends Object> dockerCredentialsJsons)
Sets or replaces all mappings from the specified map as entries for the
dockerCredentialsJsons map. |
UpdateApplicationRequest.Builder |
UpdateApplicationRequest.Builder.dockerImage(String dockerImage)
Initializes the value for the
dockerImage attribute. |
SummaryApplicationResponse.Builder |
SummaryApplicationResponse.Builder.dockerImage(String dockerImage)
Initializes the value for the
dockerImage attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.dockerImage(String dockerImage)
Initializes the value for the
dockerImage attribute. |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.dockerImage(String dockerImage)
Initializes the value for the
dockerImage attribute. |
ApplicationEntity.Builder |
ApplicationEntity.Builder.dockerImage(String dockerImage)
Initializes the value for the
dockerImage attribute. |
ListApplicationRoutesRequest.Builder |
ListApplicationRoutesRequest.Builder.domainIds(Iterable<String> elements)
Sets or replaces all elements for
domainIds list. |
UpdateApplicationRequest.Builder |
UpdateApplicationRequest.Builder.enableSsh(Boolean enableSsh)
Initializes the value for the
enableSsh attribute. |
SummaryApplicationResponse.Builder |
SummaryApplicationResponse.Builder.enableSsh(Boolean enableSsh)
Initializes the value for the
enableSsh attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.enableSsh(Boolean enableSsh)
Initializes the value for the
enableSsh attribute. |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.enableSsh(Boolean enableSsh)
Initializes the value for the
enableSsh attribute. |
ApplicationEntity.Builder |
ApplicationEntity.Builder.enableSsh(Boolean enableSsh)
Initializes the value for the
enableSsh attribute. |
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.entity(ApplicationEntity entity)
Initializes the value for the
entity attribute. |
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.entity(ApplicationEntity entity)
Initializes the value for the
entity attribute. |
UpdateApplicationResponse.Builder |
UpdateApplicationResponse.Builder.entity(ApplicationEntity entity)
Initializes the value for the
entity attribute. |
AssociateApplicationRouteResponse.Builder |
AssociateApplicationRouteResponse.Builder.entity(ApplicationEntity entity)
Initializes the value for the
entity attribute. |
ApplicationResource.Builder |
ApplicationResource.Builder.entity(ApplicationEntity entity)
Initializes the value for the
entity attribute. |
UploadApplicationResponse.Builder |
UploadApplicationResponse.Builder.entity(JobEntity entity)
Initializes the value for the
entity attribute. |
CopyApplicationResponse.Builder |
CopyApplicationResponse.Builder.entity(JobEntity entity)
Initializes the value for the
entity attribute. |
RestageApplicationResponse.Builder |
RestageApplicationResponse.Builder.entity(RestageApplicationEntity entity)
Initializes the value for the
entity attribute. |
UpdateApplicationRequest.Builder |
UpdateApplicationRequest.Builder.environmentJsons(Map<String,? extends Object> environmentJsons)
Sets or replaces all mappings from the specified map as entries for the
environmentJsons map. |
SummaryApplicationResponse.Builder |
SummaryApplicationResponse.Builder.environmentJsons(Map<String,? extends Object> environmentJsons)
Sets or replaces all mappings from the specified map as entries for the
environmentJsons map. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.environmentJsons(Map<String,? extends Object> environmentJsons)
Sets or replaces all mappings from the specified map as entries for the
environmentJsons map. |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.environmentJsons(Map<String,? extends Object> environmentJsons)
Sets or replaces all mappings from the specified map as entries for the
environmentJsons map. |
ApplicationEntity.Builder |
ApplicationEntity.Builder.environmentJsons(Map<String,? extends Object> environmentJsons)
Sets or replaces all mappings from the specified map as entries for the
environmentJsons map. |
ApplicationEnvironmentResponse.Builder |
ApplicationEnvironmentResponse.Builder.environmentJsons(Map<String,? extends Object> environmentJsons)
Sets or replaces all mappings from the specified map as entries for the
environmentJsons map. |
ApplicationEntity.Builder |
ApplicationEntity.Builder.eventsUrl(String eventsUrl)
Initializes the value for the
eventsUrl attribute. |
Statistics.Builder |
Statistics.Builder.fdsQuota(Integer fdsQuota)
Initializes the value for the
fdsQuota attribute. |
Resource.Builder |
Resource.Builder.hash(String hash)
Initializes the value for the
hash attribute. |
UpdateApplicationRequest.Builder |
UpdateApplicationRequest.Builder.healthCheckTimeout(Integer healthCheckTimeout)
Initializes the value for the
healthCheckTimeout attribute. |
SummaryApplicationResponse.Builder |
SummaryApplicationResponse.Builder.healthCheckTimeout(Integer healthCheckTimeout)
Initializes the value for the
healthCheckTimeout attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.healthCheckTimeout(Integer healthCheckTimeout)
Initializes the value for the
healthCheckTimeout attribute. |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.healthCheckTimeout(Integer healthCheckTimeout)
Initializes the value for the
healthCheckTimeout attribute. |
ApplicationEntity.Builder |
ApplicationEntity.Builder.healthCheckTimeout(Integer healthCheckTimeout)
Initializes the value for the
healthCheckTimeout attribute. |
UpdateApplicationRequest.Builder |
UpdateApplicationRequest.Builder.healthCheckType(String healthCheckType)
Initializes the value for the
healthCheckType attribute. |
SummaryApplicationResponse.Builder |
SummaryApplicationResponse.Builder.healthCheckType(String healthCheckType)
Initializes the value for the
healthCheckType attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.healthCheckType(String healthCheckType)
Initializes the value for the
healthCheckType attribute. |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.healthCheckType(String healthCheckType)
Initializes the value for the
healthCheckType attribute. |
ApplicationEntity.Builder |
ApplicationEntity.Builder.healthCheckType(String healthCheckType)
Initializes the value for the
healthCheckType attribute. |
Statistics.Builder |
Statistics.Builder.host(String host)
Initializes the value for the
host attribute. |
ListApplicationRoutesRequest.Builder |
ListApplicationRoutesRequest.Builder.hosts(Iterable<String> elements)
Sets or replaces all elements for
hosts list. |
SummaryApplicationResponse.Builder |
SummaryApplicationResponse.Builder.id(String id)
Initializes the value for the
id attribute. |
UpdateApplicationRequest.Builder |
UpdateApplicationRequest.Builder.instances(Integer instances)
Initializes the value for the
instances attribute. |
SummaryApplicationResponse.Builder |
SummaryApplicationResponse.Builder.instances(Integer instances)
Initializes the value for the
instances attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.instances(Integer instances)
Initializes the value for the
instances attribute. |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.instances(Integer instances)
Initializes the value for the
instances attribute. |
ApplicationEntity.Builder |
ApplicationEntity.Builder.instances(Integer instances)
Initializes the value for the
instances attribute. |
UpdateApplicationRequest.Builder |
UpdateApplicationRequest.Builder.memory(Integer memory)
Initializes the value for the
memory attribute. |
SummaryApplicationResponse.Builder |
SummaryApplicationResponse.Builder.memory(Integer memory)
Initializes the value for the
memory attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.memory(Integer memory)
Initializes the value for the
memory attribute. |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.memory(Integer memory)
Initializes the value for the
memory attribute. |
ApplicationEntity.Builder |
ApplicationEntity.Builder.memory(Integer memory)
Initializes the value for the
memory attribute. |
Usage.Builder |
Usage.Builder.memory(Long memory)
Initializes the value for the
memory attribute. |
Statistics.Builder |
Statistics.Builder.memoryQuota(Long memoryQuota)
Initializes the value for the
memoryQuota attribute. |
UploadApplicationResponse.Builder |
UploadApplicationResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
RestageApplicationResponse.Builder |
RestageApplicationResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
CopyApplicationResponse.Builder |
CopyApplicationResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
UpdateApplicationResponse.Builder |
UpdateApplicationResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
AssociateApplicationRouteResponse.Builder |
AssociateApplicationRouteResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
ApplicationResource.Builder |
ApplicationResource.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
Resource.Builder |
Resource.Builder.mode(String mode)
Initializes the value for the
mode attribute. |
UpdateApplicationRequest.Builder |
UpdateApplicationRequest.Builder.name(String name)
Initializes the value for the
name attribute. |
SummaryApplicationResponse.Builder |
SummaryApplicationResponse.Builder.name(String name)
Initializes the value for the
name attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.name(String name)
Initializes the value for the
name attribute. |
Statistics.Builder |
Statistics.Builder.name(String name)
Initializes the value for the
name attribute. |
ApplicationEntity.Builder |
ApplicationEntity.Builder.name(String name)
Initializes the value for the
name attribute. |
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.names(Iterable<String> elements)
Sets or replaces all elements for
names list. |
Statistics.Builder |
Statistics.Builder.netInfo(NetInfo netInfo)
Initializes the value for the
netInfo attribute. |
ListApplicationRoutesResponse.Builder |
ListApplicationRoutesResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListApplicationServiceBindingsResponse.Builder |
ListApplicationServiceBindingsResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListApplicationsResponse.Builder |
ListApplicationsResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListApplicationRoutesRequest.Builder |
ListApplicationRoutesRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListApplicationServiceBindingsRequest.Builder |
ListApplicationServiceBindingsRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.organizationIds(Iterable<String> elements)
Sets or replaces all elements for
organizationIds list. |
SummaryApplicationResponse.Builder |
SummaryApplicationResponse.Builder.packageState(String packageState)
Initializes the value for the
packageState attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.packageState(String packageState)
Initializes the value for the
packageState attribute. |
ApplicationEntity.Builder |
ApplicationEntity.Builder.packageState(String packageState)
Initializes the value for the
packageState attribute. |
SummaryApplicationResponse.Builder |
SummaryApplicationResponse.Builder.packageUpdatedAt(String packageUpdatedAt)
Initializes the value for the
packageUpdatedAt attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.packageUpdatedAt(String packageUpdatedAt)
Initializes the value for the
packageUpdatedAt attribute. |
ApplicationEntity.Builder |
ApplicationEntity.Builder.packageUpdatedAt(String packageUpdatedAt)
Initializes the value for the
packageUpdatedAt attribute. |
ListApplicationRoutesRequest.Builder |
ListApplicationRoutesRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListApplicationServiceBindingsRequest.Builder |
ListApplicationServiceBindingsRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
Resource.Builder |
Resource.Builder.path(String path)
Initializes the value for the
path attribute. |
ListApplicationRoutesRequest.Builder |
ListApplicationRoutesRequest.Builder.paths(Iterable<String> elements)
Sets or replaces all elements for
paths list. |
Statistics.Builder |
Statistics.Builder.port(Integer port)
Initializes the value for the
port attribute. |
NetInfo.Builder |
NetInfo.Builder.ports(Iterable<? extends NetInfoPorts> elements)
Sets or replaces all elements for
ports list. |
ListApplicationRoutesRequest.Builder |
ListApplicationRoutesRequest.Builder.ports(Iterable<Integer> elements)
Sets or replaces all elements for
ports list. |
SummaryApplicationResponse.Builder |
SummaryApplicationResponse.Builder.ports(Iterable<Integer> elements)
Sets or replaces all elements for
ports list. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.ports(Iterable<Integer> elements)
Sets or replaces all elements for
ports list. |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.ports(Iterable<Integer> elements)
Sets or replaces all elements for
ports list. |
ApplicationEntity.Builder |
ApplicationEntity.Builder.ports(Iterable<Integer> elements)
Sets or replaces all elements for
ports list. |
ListApplicationRoutesResponse.Builder |
ListApplicationRoutesResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListApplicationServiceBindingsResponse.Builder |
ListApplicationServiceBindingsResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListApplicationsResponse.Builder |
ListApplicationsResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
SummaryApplicationResponse.Builder |
SummaryApplicationResponse.Builder.production(Boolean production)
Deprecated.
|
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.production(Boolean production)
Deprecated.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.production(Boolean production)
Deprecated.
|
ApplicationEntity.Builder |
ApplicationEntity.Builder.production(Boolean production)
Deprecated.
|
UpdateApplicationRequest.Builder |
UpdateApplicationRequest.Builder.production(String production)
Deprecated.
|
ListApplicationsResponse.Builder |
ListApplicationsResponse.Builder.resources(Iterable<? extends ApplicationResource> elements)
Sets or replaces all elements for
resources list. |
ListApplicationRoutesResponse.Builder |
ListApplicationRoutesResponse.Builder.resources(Iterable<? extends RouteResource> elements)
Sets or replaces all elements for
resources list. |
ListApplicationServiceBindingsResponse.Builder |
ListApplicationServiceBindingsResponse.Builder.resources(Iterable<? extends ServiceBindingResource> elements)
Sets or replaces all elements for
resources list. |
ListApplicationRoutesRequest.Builder |
ListApplicationRoutesRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListApplicationServiceBindingsRequest.Builder |
ListApplicationServiceBindingsRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ApplicationEntity.Builder |
ApplicationEntity.Builder.routeMappingsUrl(String routeMappingsUrl)
Initializes the value for the
routeMappingsUrl attribute. |
SummaryApplicationResponse.Builder |
SummaryApplicationResponse.Builder.routes(Iterable<? extends Route> elements)
Sets or replaces all elements for
routes list. |
ApplicationEntity.Builder |
ApplicationEntity.Builder.routesUrl(String routesUrl)
Initializes the value for the
routesUrl attribute. |
ApplicationEnvironmentResponse.Builder |
ApplicationEnvironmentResponse.Builder.runningEnvironmentJsons(Map<String,? extends Object> runningEnvironmentJsons)
Sets or replaces all mappings from the specified map as entries for the
runningEnvironmentJsons map. |
SummaryApplicationResponse.Builder |
SummaryApplicationResponse.Builder.runningInstances(Integer runningInstances)
Initializes the value for the
runningInstances attribute. |
ApplicationEntity.Builder |
ApplicationEntity.Builder.serviceBindingsUrl(String serviceBindingsUrl)
Initializes the value for the
serviceBindingsUrl attribute. |
ListApplicationServiceBindingsRequest.Builder |
ListApplicationServiceBindingsRequest.Builder.serviceInstanceIds(Iterable<String> elements)
Sets or replaces all elements for
serviceInstanceIds list. |
SummaryApplicationResponse.Builder |
SummaryApplicationResponse.Builder.services(Iterable<? extends ServiceInstance> elements)
Sets or replaces all elements for
services list. |
ApplicationInstanceInfo.Builder |
ApplicationInstanceInfo.Builder.since(Double since)
Initializes the value for the
since attribute. |
Resource.Builder |
Resource.Builder.size(Integer size)
Initializes the value for the
size attribute. |
UpdateApplicationRequest.Builder |
UpdateApplicationRequest.Builder.spaceId(String spaceId)
Initializes the value for the
spaceId attribute. |
SummaryApplicationResponse.Builder |
SummaryApplicationResponse.Builder.spaceId(String spaceId)
Initializes the value for the
spaceId attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.spaceId(String spaceId)
Initializes the value for the
spaceId attribute. |
ApplicationEntity.Builder |
ApplicationEntity.Builder.spaceId(String spaceId)
Initializes the value for the
spaceId attribute. |
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.spaceIds(Iterable<String> elements)
Sets or replaces all elements for
spaceIds list. |
ApplicationEntity.Builder |
ApplicationEntity.Builder.spaceUrl(String spaceUrl)
Initializes the value for the
spaceUrl attribute. |
UpdateApplicationRequest.Builder |
UpdateApplicationRequest.Builder.stackId(String stackId)
Initializes the value for the
stackId attribute. |
SummaryApplicationResponse.Builder |
SummaryApplicationResponse.Builder.stackId(String stackId)
Initializes the value for the
stackId attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.stackId(String stackId)
Initializes the value for the
stackId attribute. |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.stackId(String stackId)
Initializes the value for the
stackId attribute. |
ApplicationEntity.Builder |
ApplicationEntity.Builder.stackId(String stackId)
Initializes the value for the
stackId attribute. |
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.stackIds(Iterable<String> elements)
Sets or replaces all elements for
stackIds list. |
ApplicationEntity.Builder |
ApplicationEntity.Builder.stackUrl(String stackUrl)
Initializes the value for the
stackUrl attribute. |
ApplicationEnvironmentResponse.Builder |
ApplicationEnvironmentResponse.Builder.stagingEnvironmentJsons(Map<String,? extends Object> stagingEnvironmentJsons)
Sets or replaces all mappings from the specified map as entries for the
stagingEnvironmentJsons map. |
SummaryApplicationResponse.Builder |
SummaryApplicationResponse.Builder.stagingFailedDescription(String stagingFailedDescription)
Initializes the value for the
stagingFailedDescription attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.stagingFailedDescription(String stagingFailedDescription)
Initializes the value for the
stagingFailedDescription attribute. |
ApplicationEntity.Builder |
ApplicationEntity.Builder.stagingFailedDescription(String stagingFailedDescription)
Initializes the value for the
stagingFailedDescription attribute. |
SummaryApplicationResponse.Builder |
SummaryApplicationResponse.Builder.stagingFailedReason(String stagingFailedReason)
Initializes the value for the
stagingFailedReason attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.stagingFailedReason(String stagingFailedReason)
Initializes the value for the
stagingFailedReason attribute. |
ApplicationEntity.Builder |
ApplicationEntity.Builder.stagingFailedReason(String stagingFailedReason)
Initializes the value for the
stagingFailedReason attribute. |
SummaryApplicationResponse.Builder |
SummaryApplicationResponse.Builder.stagingTaskId(String stagingTaskId)
Initializes the value for the
stagingTaskId attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.stagingTaskId(String stagingTaskId)
Initializes the value for the
stagingTaskId attribute. |
ApplicationEntity.Builder |
ApplicationEntity.Builder.stagingTaskId(String stagingTaskId)
Initializes the value for the
stagingTaskId attribute. |
UpdateApplicationRequest.Builder |
UpdateApplicationRequest.Builder.state(String state)
Initializes the value for the
state attribute. |
InstanceStatistics.Builder |
InstanceStatistics.Builder.state(String state)
Initializes the value for the
state attribute. |
SummaryApplicationResponse.Builder |
SummaryApplicationResponse.Builder.state(String state)
Initializes the value for the
state attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.state(String state)
Initializes the value for the
state attribute. |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.state(String state)
Initializes the value for the
state attribute. |
ApplicationEntity.Builder |
ApplicationEntity.Builder.state(String state)
Initializes the value for the
state attribute. |
ApplicationInstanceInfo.Builder |
ApplicationInstanceInfo.Builder.state(String state)
Initializes the value for the
state attribute. |
InstanceStatistics.Builder |
InstanceStatistics.Builder.statistics(Statistics statistics)
Initializes the value for the
statistics attribute. |
ApplicationEnvironmentResponse.Builder |
ApplicationEnvironmentResponse.Builder.systemEnvironmentJsons(Map<String,? extends Object> systemEnvironmentJsons)
Sets or replaces all mappings from the specified map as entries for the
systemEnvironmentJsons map. |
Usage.Builder |
Usage.Builder.time(String time)
Initializes the value for the
time attribute. |
ListApplicationRoutesResponse.Builder |
ListApplicationRoutesResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListApplicationServiceBindingsResponse.Builder |
ListApplicationServiceBindingsResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListApplicationsResponse.Builder |
ListApplicationsResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListApplicationRoutesResponse.Builder |
ListApplicationRoutesResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
ListApplicationServiceBindingsResponse.Builder |
ListApplicationServiceBindingsResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
ListApplicationsResponse.Builder |
ListApplicationsResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
Statistics.Builder |
Statistics.Builder.uptime(Long uptime)
Initializes the value for the
uptime attribute. |
ApplicationInstanceInfo.Builder |
ApplicationInstanceInfo.Builder.uptime(Long uptime)
Initializes the value for the
uptime attribute. |
Statistics.Builder |
Statistics.Builder.uris(Iterable<String> elements)
Sets or replaces all elements for
uris list. |
Statistics.Builder |
Statistics.Builder.usage(Usage usage)
Initializes the value for the
usage attribute. |
SummaryApplicationResponse.Builder |
SummaryApplicationResponse.Builder.version(String version)
Initializes the value for the
version attribute. |
RestageApplicationEntity.Builder |
RestageApplicationEntity.Builder.version(String version)
Initializes the value for the
version attribute. |
ApplicationEntity.Builder |
ApplicationEntity.Builder.version(String version)
Initializes the value for the
version attribute. |
| Modifier and Type | Method and Description |
|---|---|
String |
ListApplicationUsageEventsRequest.getAfterApplicationUsageEventId()
The after application usage event id: Restrict results to Application Usage Events after the one with the given id
|
String |
ApplicationUsageEventEntity.getApplicationId()
The application id
|
String |
ApplicationUsageEventEntity.getApplicationName()
The application name
|
String |
ApplicationUsageEventEntity.getBuildpackId()
The buildpack id
|
String |
ApplicationUsageEventEntity.getBuildpackName()
The buildpack name
|
ApplicationUsageEventEntity |
GetApplicationUsageEventResponse.getEntity()
The resource's entity
|
ApplicationUsageEventEntity |
ApplicationUsageEventResource.getEntity()
The resource's entity
|
Integer |
ApplicationUsageEventEntity.getInstanceCount()
The instance count
|
Integer |
ApplicationUsageEventEntity.getMemoryInMbPerInstances()
The memory in mb by instances
|
Metadata |
GetApplicationUsageEventResponse.getMetadata()
The resource's metadata
|
Metadata |
ApplicationUsageEventResource.getMetadata()
The resource's metadata
|
String |
ListApplicationUsageEventsResponse.getNextUrl()
The next url
|
OrderDirection |
ListApplicationUsageEventsRequest.getOrderDirection()
The order direction
|
String |
ApplicationUsageEventEntity.getOrganizationId()
The organization id
|
String |
ApplicationUsageEventEntity.getPackageState()
The state of the package
|
Integer |
ListApplicationUsageEventsRequest.getPage()
The page
|
String |
ApplicationUsageEventEntity.getParentApplicationId()
The parent application id if one exists (experimental)
|
String |
ApplicationUsageEventEntity.getParentApplicationName()
The parent application name if one exists (experimental)
|
String |
ListApplicationUsageEventsResponse.getPreviousUrl()
The previous url
|
String |
ApplicationUsageEventEntity.getProcessType()
The process type (experimental)
|
List<ApplicationUsageEventResource> |
ListApplicationUsageEventsResponse.getResources()
The resources
|
Integer |
ListApplicationUsageEventsRequest.getResultsPerPage()
The results per page
|
String |
ApplicationUsageEventEntity.getSpaceId()
The space id
|
String |
ApplicationUsageEventEntity.getSpaceName()
The space name
|
String |
ApplicationUsageEventEntity.getState()
The desired state of the application
|
String |
ApplicationUsageEventEntity.getTaskId()
The task id if one exists (experimental)
|
String |
ApplicationUsageEventEntity.getTaskName()
The task name if one exists (experimental)
|
Integer |
ListApplicationUsageEventsResponse.getTotalPages()
The total pages
|
Integer |
ListApplicationUsageEventsResponse.getTotalResults()
The total results
|
| Modifier and Type | Method and Description |
|---|---|
ListApplicationUsageEventsRequest.Builder |
ListApplicationUsageEventsRequest.Builder.afterApplicationUsageEventId(String afterApplicationUsageEventId)
Initializes the value for the
afterApplicationUsageEventId attribute. |
ApplicationUsageEventEntity.Builder |
ApplicationUsageEventEntity.Builder.applicationId(String applicationId)
Initializes the value for the
applicationId attribute. |
ApplicationUsageEventEntity.Builder |
ApplicationUsageEventEntity.Builder.applicationName(String applicationName)
Initializes the value for the
applicationName attribute. |
ApplicationUsageEventEntity.Builder |
ApplicationUsageEventEntity.Builder.buildpackId(String buildpackId)
Initializes the value for the
buildpackId attribute. |
ApplicationUsageEventEntity.Builder |
ApplicationUsageEventEntity.Builder.buildpackName(String buildpackName)
Initializes the value for the
buildpackName attribute. |
GetApplicationUsageEventResponse.Builder |
GetApplicationUsageEventResponse.Builder.entity(ApplicationUsageEventEntity entity)
Initializes the value for the
entity attribute. |
ApplicationUsageEventResource.Builder |
ApplicationUsageEventResource.Builder.entity(ApplicationUsageEventEntity entity)
Initializes the value for the
entity attribute. |
ApplicationUsageEventEntity.Builder |
ApplicationUsageEventEntity.Builder.instanceCount(Integer instanceCount)
Initializes the value for the
instanceCount attribute. |
ApplicationUsageEventEntity.Builder |
ApplicationUsageEventEntity.Builder.memoryInMbPerInstances(Integer memoryInMbPerInstances)
Initializes the value for the
memoryInMbPerInstances attribute. |
GetApplicationUsageEventResponse.Builder |
GetApplicationUsageEventResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
ApplicationUsageEventResource.Builder |
ApplicationUsageEventResource.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
ListApplicationUsageEventsResponse.Builder |
ListApplicationUsageEventsResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListApplicationUsageEventsRequest.Builder |
ListApplicationUsageEventsRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ApplicationUsageEventEntity.Builder |
ApplicationUsageEventEntity.Builder.organizationId(String organizationId)
Initializes the value for the
organizationId attribute. |
ApplicationUsageEventEntity.Builder |
ApplicationUsageEventEntity.Builder.packageState(String packageState)
Initializes the value for the
packageState attribute. |
ListApplicationUsageEventsRequest.Builder |
ListApplicationUsageEventsRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ApplicationUsageEventEntity.Builder |
ApplicationUsageEventEntity.Builder.parentApplicationId(String parentApplicationId)
Initializes the value for the
parentApplicationId attribute. |
ApplicationUsageEventEntity.Builder |
ApplicationUsageEventEntity.Builder.parentApplicationName(String parentApplicationName)
Initializes the value for the
parentApplicationName attribute. |
ListApplicationUsageEventsResponse.Builder |
ListApplicationUsageEventsResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ApplicationUsageEventEntity.Builder |
ApplicationUsageEventEntity.Builder.processType(String processType)
Initializes the value for the
processType attribute. |
ListApplicationUsageEventsResponse.Builder |
ListApplicationUsageEventsResponse.Builder.resources(Iterable<? extends ApplicationUsageEventResource> elements)
Sets or replaces all elements for
resources list. |
ListApplicationUsageEventsRequest.Builder |
ListApplicationUsageEventsRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ApplicationUsageEventEntity.Builder |
ApplicationUsageEventEntity.Builder.spaceId(String spaceId)
Initializes the value for the
spaceId attribute. |
ApplicationUsageEventEntity.Builder |
ApplicationUsageEventEntity.Builder.spaceName(String spaceName)
Initializes the value for the
spaceName attribute. |
ApplicationUsageEventEntity.Builder |
ApplicationUsageEventEntity.Builder.state(String state)
Initializes the value for the
state attribute. |
ApplicationUsageEventEntity.Builder |
ApplicationUsageEventEntity.Builder.taskId(String taskId)
Initializes the value for the
taskId attribute. |
ApplicationUsageEventEntity.Builder |
ApplicationUsageEventEntity.Builder.taskName(String taskName)
Initializes the value for the
taskName attribute. |
ListApplicationUsageEventsResponse.Builder |
ListApplicationUsageEventsResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListApplicationUsageEventsResponse.Builder |
ListApplicationUsageEventsResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
DeleteBuildpackRequest.getAsync()
The async flag
|
Boolean |
BuildpackEntity.getEnabled()
Whether the buildpack is enabled
|
Boolean |
CreateBuildpackRequest.getEnabled()
The enabled flag
|
Boolean |
UpdateBuildpackRequest.getEnabled()
The enabled flag
|
BuildpackEntity |
BuildpackResource.getEntity()
The resource's entity
|
JobEntity |
DeleteBuildpackResponse.getEntity()
The resource's entity
|
BuildpackEntity |
UploadBuildpackResponse.getEntity()
The resource's entity
|
BuildpackEntity |
CreateBuildpackResponse.getEntity()
The resource's entity
|
BuildpackEntity |
UpdateBuildpackResponse.getEntity()
The resource's entity
|
BuildpackEntity |
GetBuildpackResponse.getEntity()
The resource's entity
|
String |
BuildpackEntity.getFilename()
The filename
|
String |
CreateBuildpackRequest.getFilename()
The filename
|
String |
UpdateBuildpackRequest.getFilename()
The filename
|
Boolean |
BuildpackEntity.getLocked()
Whether the buildpack is locked
|
Boolean |
CreateBuildpackRequest.getLocked()
The locked flag
|
Boolean |
UpdateBuildpackRequest.getLocked()
The locked flag
|
Metadata |
BuildpackResource.getMetadata()
The resource's metadata
|
Metadata |
DeleteBuildpackResponse.getMetadata()
The resource's metadata
|
Metadata |
UploadBuildpackResponse.getMetadata()
The resource's metadata
|
Metadata |
CreateBuildpackResponse.getMetadata()
The resource's metadata
|
Metadata |
UpdateBuildpackResponse.getMetadata()
The resource's metadata
|
Metadata |
GetBuildpackResponse.getMetadata()
The resource's metadata
|
String |
BuildpackEntity.getName()
The name
|
String |
UpdateBuildpackRequest.getName()
The name
|
List<String> |
ListBuildpacksRequest.getNames()
The names
|
String |
ListBuildpacksResponse.getNextUrl()
The next url
|
OrderDirection |
ListBuildpacksRequest.getOrderDirection()
The order direction
|
Integer |
ListBuildpacksRequest.getPage()
The page
|
Integer |
BuildpackEntity.getPosition()
The position
|
Integer |
CreateBuildpackRequest.getPosition()
The position
|
Integer |
UpdateBuildpackRequest.getPosition()
The position
|
String |
ListBuildpacksResponse.getPreviousUrl()
The previous url
|
List<BuildpackResource> |
ListBuildpacksResponse.getResources()
The resources
|
Integer |
ListBuildpacksRequest.getResultsPerPage()
The results per page
|
Integer |
ListBuildpacksResponse.getTotalPages()
The total pages
|
Integer |
ListBuildpacksResponse.getTotalResults()
The total results
|
| Modifier and Type | Method and Description |
|---|---|
DeleteBuildpackRequest.Builder |
DeleteBuildpackRequest.Builder.async(Boolean async)
Initializes the value for the
async attribute. |
BuildpackEntity.Builder |
BuildpackEntity.Builder.enabled(Boolean enabled)
Initializes the value for the
enabled attribute. |
CreateBuildpackRequest.Builder |
CreateBuildpackRequest.Builder.enabled(Boolean enabled)
Initializes the value for the
enabled attribute. |
UpdateBuildpackRequest.Builder |
UpdateBuildpackRequest.Builder.enabled(Boolean enabled)
Initializes the value for the
enabled attribute. |
BuildpackResource.Builder |
BuildpackResource.Builder.entity(BuildpackEntity entity)
Initializes the value for the
entity attribute. |
UploadBuildpackResponse.Builder |
UploadBuildpackResponse.Builder.entity(BuildpackEntity entity)
Initializes the value for the
entity attribute. |
CreateBuildpackResponse.Builder |
CreateBuildpackResponse.Builder.entity(BuildpackEntity entity)
Initializes the value for the
entity attribute. |
UpdateBuildpackResponse.Builder |
UpdateBuildpackResponse.Builder.entity(BuildpackEntity entity)
Initializes the value for the
entity attribute. |
GetBuildpackResponse.Builder |
GetBuildpackResponse.Builder.entity(BuildpackEntity entity)
Initializes the value for the
entity attribute. |
DeleteBuildpackResponse.Builder |
DeleteBuildpackResponse.Builder.entity(JobEntity entity)
Initializes the value for the
entity attribute. |
BuildpackEntity.Builder |
BuildpackEntity.Builder.filename(String filename)
Initializes the value for the
filename attribute. |
CreateBuildpackRequest.Builder |
CreateBuildpackRequest.Builder.filename(String filename)
Initializes the value for the
filename attribute. |
UpdateBuildpackRequest.Builder |
UpdateBuildpackRequest.Builder.filename(String filename)
Initializes the value for the
filename attribute. |
BuildpackEntity.Builder |
BuildpackEntity.Builder.locked(Boolean locked)
Initializes the value for the
locked attribute. |
CreateBuildpackRequest.Builder |
CreateBuildpackRequest.Builder.locked(Boolean locked)
Initializes the value for the
locked attribute. |
UpdateBuildpackRequest.Builder |
UpdateBuildpackRequest.Builder.locked(Boolean locked)
Initializes the value for the
locked attribute. |
BuildpackResource.Builder |
BuildpackResource.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
DeleteBuildpackResponse.Builder |
DeleteBuildpackResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
UploadBuildpackResponse.Builder |
UploadBuildpackResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
CreateBuildpackResponse.Builder |
CreateBuildpackResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
UpdateBuildpackResponse.Builder |
UpdateBuildpackResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
GetBuildpackResponse.Builder |
GetBuildpackResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
BuildpackEntity.Builder |
BuildpackEntity.Builder.name(String name)
Initializes the value for the
name attribute. |
UpdateBuildpackRequest.Builder |
UpdateBuildpackRequest.Builder.name(String name)
Initializes the value for the
name attribute. |
ListBuildpacksRequest.Builder |
ListBuildpacksRequest.Builder.names(Iterable<String> elements)
Sets or replaces all elements for
names list. |
ListBuildpacksResponse.Builder |
ListBuildpacksResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListBuildpacksRequest.Builder |
ListBuildpacksRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListBuildpacksRequest.Builder |
ListBuildpacksRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
BuildpackEntity.Builder |
BuildpackEntity.Builder.position(Integer position)
Initializes the value for the
position attribute. |
CreateBuildpackRequest.Builder |
CreateBuildpackRequest.Builder.position(Integer position)
Initializes the value for the
position attribute. |
UpdateBuildpackRequest.Builder |
UpdateBuildpackRequest.Builder.position(Integer position)
Initializes the value for the
position attribute. |
ListBuildpacksResponse.Builder |
ListBuildpacksResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListBuildpacksResponse.Builder |
ListBuildpacksResponse.Builder.resources(Iterable<? extends BuildpackResource> elements)
Sets or replaces all elements for
resources list. |
ListBuildpacksRequest.Builder |
ListBuildpacksRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListBuildpacksResponse.Builder |
ListBuildpacksResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListBuildpacksResponse.Builder |
ListBuildpacksResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
ListDomainSpacesRequest.getApplicationIds()
The application ids
|
Boolean |
DeleteDomainRequest.getAsync()
Whether to delete asynchronously
|
List<String> |
ListDomainSpacesRequest.getDeveloperIds()
The developer ids
|
DomainEntity |
DomainResource.getEntity()
The resource's entity
|
JobEntity |
DeleteDomainResponse.getEntity()
The resource's entity
|
DomainEntity |
GetDomainResponse.getEntity()
The resource's entity
|
DomainEntity |
CreateDomainResponse.getEntity()
The resource's entity
|
String |
Domain.getId()
The id
|
Metadata |
DomainResource.getMetadata()
The resource's metadata
|
Metadata |
DeleteDomainResponse.getMetadata()
The resource's metadata
|
Metadata |
GetDomainResponse.getMetadata()
The resource's metadata
|
Metadata |
CreateDomainResponse.getMetadata()
The resource's metadata
|
String |
Domain.getName()
The name
|
String |
DomainEntity.getName()
The name
|
List<String> |
ListDomainsRequest.getNames()
The names
|
List<String> |
ListDomainSpacesRequest.getNames()
The names
|
String |
ListDomainsResponse.getNextUrl()
The next url
|
String |
ListDomainSpacesResponse.getNextUrl()
The next url
|
OrderDirection |
ListDomainsRequest.getOrderDirection()
The order direction
|
OrderDirection |
ListDomainSpacesRequest.getOrderDirection()
The order direction
|
List<String> |
ListDomainSpacesRequest.getOrganizationIds()
The organization ids
|
String |
Domain.getOwningOrganizationId()
The owning organization id
|
String |
DomainEntity.getOwningOrganizationId()
The owning organization id
|
String |
CreateDomainRequest.getOwningOrganizationId()
The owning organization id
|
List<String> |
ListDomainsRequest.getOwningOrganizationIds()
The owning organization ids
|
String |
DomainEntity.getOwningOrganizationUrl()
The owning organization url
|
Integer |
ListDomainsRequest.getPage()
The page
|
Integer |
ListDomainSpacesRequest.getPage()
The page
|
String |
ListDomainsResponse.getPreviousUrl()
The previous url
|
String |
ListDomainSpacesResponse.getPreviousUrl()
The previous url
|
List<DomainResource> |
ListDomainsResponse.getResources()
The resources
|
List<SpaceResource> |
ListDomainSpacesResponse.getResources()
The resources
|
Integer |
ListDomainsRequest.getResultsPerPage()
The results per page
|
Integer |
ListDomainSpacesRequest.getResultsPerPage()
The results per page
|
String |
Domain.getRouterGroupId()
The router group id
|
String |
DomainEntity.getRouterGroupId()
The router group id
|
String |
Domain.getRouterGroupType()
The router group type
|
String |
DomainEntity.getRouterGroupType()
The router group type
|
List<String> |
DomainEntity.getSharedOrganizations()
The shared organizations
|
String |
DomainEntity.getSpacesUrl()
The spaces url
|
Integer |
ListDomainsResponse.getTotalPages()
The total pages
|
Integer |
ListDomainSpacesResponse.getTotalPages()
The total pages
|
Integer |
ListDomainsResponse.getTotalResults()
The total results
|
Integer |
ListDomainSpacesResponse.getTotalResults()
The total results
|
| Modifier and Type | Method and Description |
|---|---|
ListDomainSpacesRequest.Builder |
ListDomainSpacesRequest.Builder.applicationIds(Iterable<String> elements)
Sets or replaces all elements for
applicationIds list. |
DeleteDomainRequest.Builder |
DeleteDomainRequest.Builder.async(Boolean async)
Initializes the value for the
async attribute. |
ListDomainSpacesRequest.Builder |
ListDomainSpacesRequest.Builder.developerIds(Iterable<String> elements)
Sets or replaces all elements for
developerIds list. |
DomainResource.Builder |
DomainResource.Builder.entity(DomainEntity entity)
Initializes the value for the
entity attribute. |
GetDomainResponse.Builder |
GetDomainResponse.Builder.entity(DomainEntity entity)
Initializes the value for the
entity attribute. |
CreateDomainResponse.Builder |
CreateDomainResponse.Builder.entity(DomainEntity entity)
Initializes the value for the
entity attribute. |
DeleteDomainResponse.Builder |
DeleteDomainResponse.Builder.entity(JobEntity entity)
Initializes the value for the
entity attribute. |
Domain.Builder |
Domain.Builder.id(String id)
Initializes the value for the
id attribute. |
DomainResource.Builder |
DomainResource.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
DeleteDomainResponse.Builder |
DeleteDomainResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
GetDomainResponse.Builder |
GetDomainResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
CreateDomainResponse.Builder |
CreateDomainResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
Domain.Builder |
Domain.Builder.name(String name)
Initializes the value for the
name attribute. |
DomainEntity.Builder |
DomainEntity.Builder.name(String name)
Initializes the value for the
name attribute. |
ListDomainsRequest.Builder |
ListDomainsRequest.Builder.names(Iterable<String> elements)
Sets or replaces all elements for
names list. |
ListDomainSpacesRequest.Builder |
ListDomainSpacesRequest.Builder.names(Iterable<String> elements)
Sets or replaces all elements for
names list. |
ListDomainsResponse.Builder |
ListDomainsResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListDomainSpacesResponse.Builder |
ListDomainSpacesResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListDomainsRequest.Builder |
ListDomainsRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListDomainSpacesRequest.Builder |
ListDomainSpacesRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListDomainSpacesRequest.Builder |
ListDomainSpacesRequest.Builder.organizationIds(Iterable<String> elements)
Sets or replaces all elements for
organizationIds list. |
Domain.Builder |
Domain.Builder.owningOrganizationId(String owningOrganizationId)
Initializes the value for the
owningOrganizationId attribute. |
DomainEntity.Builder |
DomainEntity.Builder.owningOrganizationId(String owningOrganizationId)
Initializes the value for the
owningOrganizationId attribute. |
CreateDomainRequest.Builder |
CreateDomainRequest.Builder.owningOrganizationId(String owningOrganizationId)
Initializes the value for the
owningOrganizationId attribute. |
ListDomainsRequest.Builder |
ListDomainsRequest.Builder.owningOrganizationIds(Iterable<String> elements)
Sets or replaces all elements for
owningOrganizationIds list. |
DomainEntity.Builder |
DomainEntity.Builder.owningOrganizationUrl(String owningOrganizationUrl)
Initializes the value for the
owningOrganizationUrl attribute. |
ListDomainsRequest.Builder |
ListDomainsRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListDomainSpacesRequest.Builder |
ListDomainSpacesRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListDomainsResponse.Builder |
ListDomainsResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListDomainSpacesResponse.Builder |
ListDomainSpacesResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListDomainsResponse.Builder |
ListDomainsResponse.Builder.resources(Iterable<? extends DomainResource> elements)
Sets or replaces all elements for
resources list. |
ListDomainSpacesResponse.Builder |
ListDomainSpacesResponse.Builder.resources(Iterable<? extends SpaceResource> elements)
Sets or replaces all elements for
resources list. |
ListDomainsRequest.Builder |
ListDomainsRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListDomainSpacesRequest.Builder |
ListDomainSpacesRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
Domain.Builder |
Domain.Builder.routerGroupId(String routerGroupId)
Initializes the value for the
routerGroupId attribute. |
DomainEntity.Builder |
DomainEntity.Builder.routerGroupId(String routerGroupId)
Initializes the value for the
routerGroupId attribute. |
Domain.Builder |
Domain.Builder.routerGroupType(String routerGroupType)
Initializes the value for the
routerGroupType attribute. |
DomainEntity.Builder |
DomainEntity.Builder.routerGroupType(String routerGroupType)
Initializes the value for the
routerGroupType attribute. |
DomainEntity.Builder |
DomainEntity.Builder.sharedOrganizations(Iterable<String> elements)
Sets or replaces all elements for
sharedOrganizations list. |
DomainEntity.Builder |
DomainEntity.Builder.spacesUrl(String spacesUrl)
Initializes the value for the
spacesUrl attribute. |
ListDomainsResponse.Builder |
ListDomainsResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListDomainSpacesResponse.Builder |
ListDomainSpacesResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListDomainsResponse.Builder |
ListDomainsResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
ListDomainSpacesResponse.Builder |
ListDomainSpacesResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
UpdateStagingEnvironmentVariablesRequest.getEnvironmentVariables() |
Map<String,Object> |
UpdateRunningEnvironmentVariablesRequest.getEnvironmentVariables() |
| Modifier and Type | Method and Description |
|---|---|
UpdateStagingEnvironmentVariablesRequest.Builder |
UpdateStagingEnvironmentVariablesRequest.Builder.environmentVariables(Map<String,? extends Object> environmentVariables)
Sets or replaces all mappings from the specified map as entries for the
environmentVariables map. |
UpdateRunningEnvironmentVariablesRequest.Builder |
UpdateRunningEnvironmentVariablesRequest.Builder.environmentVariables(Map<String,? extends Object> environmentVariables)
Sets or replaces all mappings from the specified map as entries for the
environmentVariables map. |
| Modifier and Type | Method and Description |
|---|---|
String |
EventEntity.getActee()
The actee
|
String |
EventEntity.getActeeName()
The actee name
|
List<String> |
ListEventsRequest.getActees()
The actees
|
String |
EventEntity.getActeeType()
The actee type
|
String |
EventEntity.getActor()
The actor
|
String |
EventEntity.getActorName()
The actor name
|
String |
EventEntity.getActorType()
The actor type
|
EventEntity |
GetEventResponse.getEntity()
The resource's entity
|
EventEntity |
EventResource.getEntity()
The resource's entity
|
Metadata |
GetEventResponse.getMetadata()
The resource's metadata
|
Metadata |
EventResource.getMetadata()
The resource's metadata
|
Map<String,Optional<Object>> |
EventEntity.getMetadatas()
The metadatas
|
String |
ListEventsResponse.getNextUrl()
The next url
|
OrderDirection |
ListEventsRequest.getOrderDirection()
The order direction
|
String |
EventEntity.getOrganizationId()
The organization id
|
Integer |
ListEventsRequest.getPage()
The page
|
String |
ListEventsResponse.getPreviousUrl()
The previous url
|
List<EventResource> |
ListEventsResponse.getResources()
The resources
|
Integer |
ListEventsRequest.getResultsPerPage()
The results per page
|
String |
EventEntity.getSpaceId()
The space id
|
String |
EventEntity.getTimestamp()
The timestamp
|
List<String> |
ListEventsRequest.getTimestamps()
The timestamps
|
Integer |
ListEventsResponse.getTotalPages()
The total pages
|
Integer |
ListEventsResponse.getTotalResults()
The total results
|
String |
EventEntity.getType()
The type
|
List<String> |
ListEventsRequest.getTypes()
The types
|
| Modifier and Type | Method and Description |
|---|---|
EventEntity.Builder |
EventEntity.Builder.actee(String actee)
Initializes the value for the
actee attribute. |
EventEntity.Builder |
EventEntity.Builder.acteeName(String acteeName)
Initializes the value for the
acteeName attribute. |
ListEventsRequest.Builder |
ListEventsRequest.Builder.actees(Iterable<String> elements)
Sets or replaces all elements for
actees list. |
EventEntity.Builder |
EventEntity.Builder.acteeType(String acteeType)
Initializes the value for the
acteeType attribute. |
EventEntity.Builder |
EventEntity.Builder.actor(String actor)
Initializes the value for the
actor attribute. |
EventEntity.Builder |
EventEntity.Builder.actorName(String actorName)
Initializes the value for the
actorName attribute. |
EventEntity.Builder |
EventEntity.Builder.actorType(String actorType)
Initializes the value for the
actorType attribute. |
GetEventResponse.Builder |
GetEventResponse.Builder.entity(EventEntity entity)
Initializes the value for the
entity attribute. |
EventResource.Builder |
EventResource.Builder.entity(EventEntity entity)
Initializes the value for the
entity attribute. |
GetEventResponse.Builder |
GetEventResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
EventResource.Builder |
EventResource.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
EventEntity.Builder |
EventEntity.Builder.metadatas(Map<String,? extends Optional<Object>> metadatas)
Sets or replaces all mappings from the specified map as entries for the
metadatas map. |
ListEventsResponse.Builder |
ListEventsResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListEventsRequest.Builder |
ListEventsRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
EventEntity.Builder |
EventEntity.Builder.organizationId(String organizationId)
Initializes the value for the
organizationId attribute. |
ListEventsRequest.Builder |
ListEventsRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListEventsResponse.Builder |
ListEventsResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListEventsResponse.Builder |
ListEventsResponse.Builder.resources(Iterable<? extends EventResource> elements)
Sets or replaces all elements for
resources list. |
ListEventsRequest.Builder |
ListEventsRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
EventEntity.Builder |
EventEntity.Builder.spaceId(String spaceId)
Initializes the value for the
spaceId attribute. |
EventEntity.Builder |
EventEntity.Builder.timestamp(String timestamp)
Initializes the value for the
timestamp attribute. |
ListEventsRequest.Builder |
ListEventsRequest.Builder.timestamps(Iterable<String> elements)
Sets or replaces all elements for
timestamps list. |
ListEventsResponse.Builder |
ListEventsResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListEventsResponse.Builder |
ListEventsResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
EventEntity.Builder |
EventEntity.Builder.type(String type)
Initializes the value for the
type attribute. |
ListEventsRequest.Builder |
ListEventsRequest.Builder.types(Iterable<String> elements)
Sets or replaces all elements for
types list. |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
GetFeatureFlagResponse.getEnabled()
The state of the feature flag
|
Boolean |
FeatureFlagEntity.getEnabled()
The state of the feature flag
|
Boolean |
SetFeatureFlagResponse.getEnabled()
The state of the feature flag
|
String |
GetFeatureFlagResponse.getErrorMessage()
The custom error message for the feature flag
|
String |
FeatureFlagEntity.getErrorMessage()
The custom error message for the feature flag
|
String |
SetFeatureFlagRequest.getErrorMessage()
The custom error message for the feature flag
|
String |
SetFeatureFlagResponse.getErrorMessage()
The custom error message for the feature flag
|
String |
GetFeatureFlagResponse.getName()
The name of the feature flag
|
String |
FeatureFlagEntity.getName()
The name of the feature flag
|
String |
SetFeatureFlagResponse.getName()
The name of the feature flag
|
String |
GetFeatureFlagResponse.getUrl()
The url for the feature flag
|
String |
FeatureFlagEntity.getUrl()
The url for the feature flag
|
String |
SetFeatureFlagResponse.getUrl()
The url for the feature flag
|
| Modifier and Type | Method and Description |
|---|---|
GetFeatureFlagResponse.Builder |
GetFeatureFlagResponse.Builder.enabled(Boolean enabled)
Initializes the value for the
enabled attribute. |
FeatureFlagEntity.Builder |
FeatureFlagEntity.Builder.enabled(Boolean enabled)
Initializes the value for the
enabled attribute. |
SetFeatureFlagResponse.Builder |
SetFeatureFlagResponse.Builder.enabled(Boolean enabled)
Initializes the value for the
enabled attribute. |
GetFeatureFlagResponse.Builder |
GetFeatureFlagResponse.Builder.errorMessage(String errorMessage)
Initializes the value for the
errorMessage attribute. |
FeatureFlagEntity.Builder |
FeatureFlagEntity.Builder.errorMessage(String errorMessage)
Initializes the value for the
errorMessage attribute. |
SetFeatureFlagRequest.Builder |
SetFeatureFlagRequest.Builder.errorMessage(String errorMessage)
Initializes the value for the
errorMessage attribute. |
SetFeatureFlagResponse.Builder |
SetFeatureFlagResponse.Builder.errorMessage(String errorMessage)
Initializes the value for the
errorMessage attribute. |
GetFeatureFlagResponse.Builder |
GetFeatureFlagResponse.Builder.name(String name)
Initializes the value for the
name attribute. |
FeatureFlagEntity.Builder |
FeatureFlagEntity.Builder.name(String name)
Initializes the value for the
name attribute. |
SetFeatureFlagResponse.Builder |
SetFeatureFlagResponse.Builder.name(String name)
Initializes the value for the
name attribute. |
GetFeatureFlagResponse.Builder |
GetFeatureFlagResponse.Builder.url(String url)
Initializes the value for the
url attribute. |
FeatureFlagEntity.Builder |
FeatureFlagEntity.Builder.url(String url)
Initializes the value for the
url attribute. |
SetFeatureFlagResponse.Builder |
SetFeatureFlagResponse.Builder.url(String url)
Initializes the value for the
url attribute. |
| Modifier and Type | Method and Description |
|---|---|
String |
GetInfoResponse.getApiVersion()
The API version
|
String |
GetInfoResponse.getApplicationSshEndpoint()
The application SSH endpoint
|
String |
GetInfoResponse.getApplicationSshHostKeyFingerprint()
The application SSH host key fingerprint
|
String |
GetInfoResponse.getApplicationSshOAuthClient()
The application SSH OAuth client
|
String |
GetInfoResponse.getAuthorizationEndpoint()
The authorization endpoint
|
String |
GetInfoResponse.getBuildNumber()
The build number
|
String |
GetInfoResponse.getDescription()
The description
|
String |
GetInfoResponse.getDopplerLoggingEndpoint()
The doppler logging endpoint
|
String |
GetInfoResponse.getLoggingEndpoint()
The logging endpoint
|
String |
GetInfoResponse.getMinCliVersion()
The minimum CLI version
|
String |
GetInfoResponse.getMinRecommendedCliVersion()
The minimum recommended CLI version
|
String |
GetInfoResponse.getName()
The name
|
String |
GetInfoResponse.getRoutingEndpoint()
The routing endpoint
|
String |
GetInfoResponse.getSupport()
The support url
|
String |
GetInfoResponse.getTokenEndpoint()
The token endpoint
|
String |
GetInfoResponse.getUser()
The user
|
Integer |
GetInfoResponse.getVersion()
The version
|
| Modifier and Type | Method and Description |
|---|---|
GetInfoResponse.Builder |
GetInfoResponse.Builder.apiVersion(String apiVersion)
Initializes the value for the
apiVersion attribute. |
GetInfoResponse.Builder |
GetInfoResponse.Builder.applicationSshEndpoint(String applicationSshEndpoint)
Initializes the value for the
applicationSshEndpoint attribute. |
GetInfoResponse.Builder |
GetInfoResponse.Builder.applicationSshHostKeyFingerprint(String applicationSshHostKeyFingerprint)
Initializes the value for the
applicationSshHostKeyFingerprint attribute. |
GetInfoResponse.Builder |
GetInfoResponse.Builder.applicationSshOAuthClient(String applicationSshOAuthClient)
Initializes the value for the
applicationSshOAuthClient attribute. |
GetInfoResponse.Builder |
GetInfoResponse.Builder.authorizationEndpoint(String authorizationEndpoint)
Initializes the value for the
authorizationEndpoint attribute. |
GetInfoResponse.Builder |
GetInfoResponse.Builder.buildNumber(String buildNumber)
Initializes the value for the
buildNumber attribute. |
GetInfoResponse.Builder |
GetInfoResponse.Builder.description(String description)
Initializes the value for the
description attribute. |
GetInfoResponse.Builder |
GetInfoResponse.Builder.dopplerLoggingEndpoint(String dopplerLoggingEndpoint)
Initializes the value for the
dopplerLoggingEndpoint attribute. |
GetInfoResponse.Builder |
GetInfoResponse.Builder.loggingEndpoint(String loggingEndpoint)
Initializes the value for the
loggingEndpoint attribute. |
GetInfoResponse.Builder |
GetInfoResponse.Builder.minCliVersion(String minCliVersion)
Initializes the value for the
minCliVersion attribute. |
GetInfoResponse.Builder |
GetInfoResponse.Builder.minRecommendedCliVersion(String minRecommendedCliVersion)
Initializes the value for the
minRecommendedCliVersion attribute. |
GetInfoResponse.Builder |
GetInfoResponse.Builder.name(String name)
Initializes the value for the
name attribute. |
GetInfoResponse.Builder |
GetInfoResponse.Builder.routingEndpoint(String routingEndpoint)
Initializes the value for the
routingEndpoint attribute. |
GetInfoResponse.Builder |
GetInfoResponse.Builder.support(String support)
Initializes the value for the
support attribute. |
GetInfoResponse.Builder |
GetInfoResponse.Builder.tokenEndpoint(String tokenEndpoint)
Initializes the value for the
tokenEndpoint attribute. |
GetInfoResponse.Builder |
GetInfoResponse.Builder.user(String user)
Initializes the value for the
user attribute. |
GetInfoResponse.Builder |
GetInfoResponse.Builder.version(Integer version)
Initializes the value for the
version attribute. |
| Modifier and Type | Method and Description |
|---|---|
Integer |
ErrorDetails.getCode()
The code
|
String |
ErrorDetails.getDescription()
The description
|
JobEntity |
GetJobResponse.getEntity()
The resource's entity
|
String |
JobEntity.getError()
The error
|
String |
ErrorDetails.getErrorCode()
The error code
|
ErrorDetails |
JobEntity.getErrorDetails()
The error details
|
Metadata |
GetJobResponse.getMetadata()
The resource's metadata
|
| Modifier and Type | Method and Description |
|---|---|
ErrorDetails.Builder |
ErrorDetails.Builder.code(Integer code)
Initializes the value for the
code attribute. |
ErrorDetails.Builder |
ErrorDetails.Builder.description(String description)
Initializes the value for the
description attribute. |
GetJobResponse.Builder |
GetJobResponse.Builder.entity(JobEntity entity)
Initializes the value for the
entity attribute. |
JobEntity.Builder |
JobEntity.Builder.error(String error)
Initializes the value for the
error attribute. |
ErrorDetails.Builder |
ErrorDetails.Builder.errorCode(String errorCode)
Initializes the value for the
errorCode attribute. |
JobEntity.Builder |
JobEntity.Builder.errorDetails(ErrorDetails errorDetails)
Initializes the value for the
errorDetails attribute. |
GetJobResponse.Builder |
GetJobResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
| Modifier and Type | Method and Description |
|---|---|
Integer |
UpdateOrganizationQuotaDefinitionRequest.getApplicationInstanceLimit()
The application instance limit
|
Integer |
CreateOrganizationQuotaDefinitionRequest.getApplicationInstanceLimit()
The application instance limit
|
Integer |
OrganizationQuotaDefinitionEntity.getApplicationInstanceLimit()
The application instance limit
|
Integer |
UpdateOrganizationQuotaDefinitionRequest.getApplicationTaskLimit()
The application task limit
|
Integer |
CreateOrganizationQuotaDefinitionRequest.getApplicationTaskLimit()
The application task limit
|
Integer |
OrganizationQuotaDefinitionEntity.getApplicationTaskLimit()
The application task limit
|
Boolean |
DeleteOrganizationQuotaDefinitionRequest.getAsync()
The async flag
|
JobEntity |
DeleteOrganizationQuotaDefinitionResponse.getEntity()
The resource's entity
|
OrganizationQuotaDefinitionEntity |
OrganizationQuotaDefinitionResource.getEntity()
The resource's entity
|
OrganizationQuotaDefinitionEntity |
GetOrganizationQuotaDefinitionResponse.getEntity()
The resource's entity
|
OrganizationQuotaDefinitionEntity |
CreateOrganizationQuotaDefinitionResponse.getEntity()
The resource's entity
|
OrganizationQuotaDefinitionEntity |
UpdateOrganizationQuotaDefinitionResponse.getEntity()
The resource's entity
|
Integer |
UpdateOrganizationQuotaDefinitionRequest.getInstanceMemoryLimit()
The instance memory limit
|
Integer |
OrganizationQuotaDefinitionEntity.getInstanceMemoryLimit()
The instance memory limit
|
Integer |
UpdateOrganizationQuotaDefinitionRequest.getMemoryLimit()
The memory limit
|
Integer |
OrganizationQuotaDefinitionEntity.getMemoryLimit()
The memory limit
|
Metadata |
DeleteOrganizationQuotaDefinitionResponse.getMetadata()
The resource's metadata
|
Metadata |
OrganizationQuotaDefinitionResource.getMetadata()
The resource's metadata
|
Metadata |
GetOrganizationQuotaDefinitionResponse.getMetadata()
The resource's metadata
|
Metadata |
CreateOrganizationQuotaDefinitionResponse.getMetadata()
The resource's metadata
|
Metadata |
UpdateOrganizationQuotaDefinitionResponse.getMetadata()
The resource's metadata
|
String |
UpdateOrganizationQuotaDefinitionRequest.getName()
The name
|
String |
OrganizationQuotaDefinitionEntity.getName()
The name
|
List<String> |
ListOrganizationQuotaDefinitionsRequest.getNames()
The names
|
String |
ListOrganizationQuotaDefinitionsResponse.getNextUrl()
The next url
|
Boolean |
UpdateOrganizationQuotaDefinitionRequest.getNonBasicServicesAllowed()
The non basic services allowed
|
Boolean |
OrganizationQuotaDefinitionEntity.getNonBasicServicesAllowed()
The non basic services allowed
|
OrderDirection |
ListOrganizationQuotaDefinitionsRequest.getOrderDirection()
The order direction
|
Integer |
ListOrganizationQuotaDefinitionsRequest.getPage()
The page
|
String |
ListOrganizationQuotaDefinitionsResponse.getPreviousUrl()
The previous url
|
List<OrganizationQuotaDefinitionResource> |
ListOrganizationQuotaDefinitionsResponse.getResources()
The resources
|
Integer |
ListOrganizationQuotaDefinitionsRequest.getResultsPerPage()
The results per page
|
Integer |
ListOrganizationQuotaDefinitionsResponse.getTotalPages()
The total pages
|
Integer |
UpdateOrganizationQuotaDefinitionRequest.getTotalPrivateDomains()
The total private domains
|
Integer |
CreateOrganizationQuotaDefinitionRequest.getTotalPrivateDomains()
The total private domains
|
Integer |
OrganizationQuotaDefinitionEntity.getTotalPrivateDomains()
The total private domains
|
Integer |
UpdateOrganizationQuotaDefinitionRequest.getTotalReservedRoutePorts()
The total reserved route ports
|
Integer |
CreateOrganizationQuotaDefinitionRequest.getTotalReservedRoutePorts()
The total reserved route ports
|
Integer |
OrganizationQuotaDefinitionEntity.getTotalReservedRoutePorts()
The total reserved route ports
|
Integer |
ListOrganizationQuotaDefinitionsResponse.getTotalResults()
The total results
|
Integer |
UpdateOrganizationQuotaDefinitionRequest.getTotalRoutes()
The total routes
|
Integer |
OrganizationQuotaDefinitionEntity.getTotalRoutes()
The total routes
|
Integer |
UpdateOrganizationQuotaDefinitionRequest.getTotalServiceKeys()
The total service keys
|
Integer |
CreateOrganizationQuotaDefinitionRequest.getTotalServiceKeys()
The total service keys
|
Integer |
OrganizationQuotaDefinitionEntity.getTotalServiceKeys()
The total service keys
|
Integer |
UpdateOrganizationQuotaDefinitionRequest.getTotalServices()
The total services
|
Integer |
OrganizationQuotaDefinitionEntity.getTotalServices()
The total services
|
Boolean |
UpdateOrganizationQuotaDefinitionRequest.getTrialDatabaseAllowed()
Deprecated.
|
Boolean |
CreateOrganizationQuotaDefinitionRequest.getTrialDatabaseAllowed()
Deprecated.
|
Boolean |
OrganizationQuotaDefinitionEntity.getTrialDatabaseAllowed()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateOrganizationQuotaDefinitionRequest.Builder |
UpdateOrganizationQuotaDefinitionRequest.Builder.applicationInstanceLimit(Integer applicationInstanceLimit)
Initializes the value for the
applicationInstanceLimit attribute. |
CreateOrganizationQuotaDefinitionRequest.Builder |
CreateOrganizationQuotaDefinitionRequest.Builder.applicationInstanceLimit(Integer applicationInstanceLimit)
Initializes the value for the
applicationInstanceLimit attribute. |
OrganizationQuotaDefinitionEntity.Builder |
OrganizationQuotaDefinitionEntity.Builder.applicationInstanceLimit(Integer applicationInstanceLimit)
Initializes the value for the
applicationInstanceLimit attribute. |
UpdateOrganizationQuotaDefinitionRequest.Builder |
UpdateOrganizationQuotaDefinitionRequest.Builder.applicationTaskLimit(Integer applicationTaskLimit)
Initializes the value for the
applicationTaskLimit attribute. |
CreateOrganizationQuotaDefinitionRequest.Builder |
CreateOrganizationQuotaDefinitionRequest.Builder.applicationTaskLimit(Integer applicationTaskLimit)
Initializes the value for the
applicationTaskLimit attribute. |
OrganizationQuotaDefinitionEntity.Builder |
OrganizationQuotaDefinitionEntity.Builder.applicationTaskLimit(Integer applicationTaskLimit)
Initializes the value for the
applicationTaskLimit attribute. |
DeleteOrganizationQuotaDefinitionRequest.Builder |
DeleteOrganizationQuotaDefinitionRequest.Builder.async(Boolean async)
Initializes the value for the
async attribute. |
DeleteOrganizationQuotaDefinitionResponse.Builder |
DeleteOrganizationQuotaDefinitionResponse.Builder.entity(JobEntity entity)
Initializes the value for the
entity attribute. |
OrganizationQuotaDefinitionResource.Builder |
OrganizationQuotaDefinitionResource.Builder.entity(OrganizationQuotaDefinitionEntity entity)
Initializes the value for the
entity attribute. |
GetOrganizationQuotaDefinitionResponse.Builder |
GetOrganizationQuotaDefinitionResponse.Builder.entity(OrganizationQuotaDefinitionEntity entity)
Initializes the value for the
entity attribute. |
CreateOrganizationQuotaDefinitionResponse.Builder |
CreateOrganizationQuotaDefinitionResponse.Builder.entity(OrganizationQuotaDefinitionEntity entity)
Initializes the value for the
entity attribute. |
UpdateOrganizationQuotaDefinitionResponse.Builder |
UpdateOrganizationQuotaDefinitionResponse.Builder.entity(OrganizationQuotaDefinitionEntity entity)
Initializes the value for the
entity attribute. |
UpdateOrganizationQuotaDefinitionRequest.Builder |
UpdateOrganizationQuotaDefinitionRequest.Builder.instanceMemoryLimit(Integer instanceMemoryLimit)
Initializes the value for the
instanceMemoryLimit attribute. |
OrganizationQuotaDefinitionEntity.Builder |
OrganizationQuotaDefinitionEntity.Builder.instanceMemoryLimit(Integer instanceMemoryLimit)
Initializes the value for the
instanceMemoryLimit attribute. |
UpdateOrganizationQuotaDefinitionRequest.Builder |
UpdateOrganizationQuotaDefinitionRequest.Builder.memoryLimit(Integer memoryLimit)
Initializes the value for the
memoryLimit attribute. |
OrganizationQuotaDefinitionEntity.Builder |
OrganizationQuotaDefinitionEntity.Builder.memoryLimit(Integer memoryLimit)
Initializes the value for the
memoryLimit attribute. |
DeleteOrganizationQuotaDefinitionResponse.Builder |
DeleteOrganizationQuotaDefinitionResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
OrganizationQuotaDefinitionResource.Builder |
OrganizationQuotaDefinitionResource.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
GetOrganizationQuotaDefinitionResponse.Builder |
GetOrganizationQuotaDefinitionResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
CreateOrganizationQuotaDefinitionResponse.Builder |
CreateOrganizationQuotaDefinitionResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
UpdateOrganizationQuotaDefinitionResponse.Builder |
UpdateOrganizationQuotaDefinitionResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
UpdateOrganizationQuotaDefinitionRequest.Builder |
UpdateOrganizationQuotaDefinitionRequest.Builder.name(String name)
Initializes the value for the
name attribute. |
OrganizationQuotaDefinitionEntity.Builder |
OrganizationQuotaDefinitionEntity.Builder.name(String name)
Initializes the value for the
name attribute. |
ListOrganizationQuotaDefinitionsRequest.Builder |
ListOrganizationQuotaDefinitionsRequest.Builder.names(Iterable<String> elements)
Sets or replaces all elements for
names list. |
ListOrganizationQuotaDefinitionsResponse.Builder |
ListOrganizationQuotaDefinitionsResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
UpdateOrganizationQuotaDefinitionRequest.Builder |
UpdateOrganizationQuotaDefinitionRequest.Builder.nonBasicServicesAllowed(Boolean nonBasicServicesAllowed)
Initializes the value for the
nonBasicServicesAllowed attribute. |
OrganizationQuotaDefinitionEntity.Builder |
OrganizationQuotaDefinitionEntity.Builder.nonBasicServicesAllowed(Boolean nonBasicServicesAllowed)
Initializes the value for the
nonBasicServicesAllowed attribute. |
ListOrganizationQuotaDefinitionsRequest.Builder |
ListOrganizationQuotaDefinitionsRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListOrganizationQuotaDefinitionsRequest.Builder |
ListOrganizationQuotaDefinitionsRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListOrganizationQuotaDefinitionsResponse.Builder |
ListOrganizationQuotaDefinitionsResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListOrganizationQuotaDefinitionsResponse.Builder |
ListOrganizationQuotaDefinitionsResponse.Builder.resources(Iterable<? extends OrganizationQuotaDefinitionResource> elements)
Sets or replaces all elements for
resources list. |
ListOrganizationQuotaDefinitionsRequest.Builder |
ListOrganizationQuotaDefinitionsRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListOrganizationQuotaDefinitionsResponse.Builder |
ListOrganizationQuotaDefinitionsResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
UpdateOrganizationQuotaDefinitionRequest.Builder |
UpdateOrganizationQuotaDefinitionRequest.Builder.totalPrivateDomains(Integer totalPrivateDomains)
Initializes the value for the
totalPrivateDomains attribute. |
CreateOrganizationQuotaDefinitionRequest.Builder |
CreateOrganizationQuotaDefinitionRequest.Builder.totalPrivateDomains(Integer totalPrivateDomains)
Initializes the value for the
totalPrivateDomains attribute. |
OrganizationQuotaDefinitionEntity.Builder |
OrganizationQuotaDefinitionEntity.Builder.totalPrivateDomains(Integer totalPrivateDomains)
Initializes the value for the
totalPrivateDomains attribute. |
UpdateOrganizationQuotaDefinitionRequest.Builder |
UpdateOrganizationQuotaDefinitionRequest.Builder.totalReservedRoutePorts(Integer totalReservedRoutePorts)
Initializes the value for the
totalReservedRoutePorts attribute. |
CreateOrganizationQuotaDefinitionRequest.Builder |
CreateOrganizationQuotaDefinitionRequest.Builder.totalReservedRoutePorts(Integer totalReservedRoutePorts)
Initializes the value for the
totalReservedRoutePorts attribute. |
OrganizationQuotaDefinitionEntity.Builder |
OrganizationQuotaDefinitionEntity.Builder.totalReservedRoutePorts(Integer totalReservedRoutePorts)
Initializes the value for the
totalReservedRoutePorts attribute. |
ListOrganizationQuotaDefinitionsResponse.Builder |
ListOrganizationQuotaDefinitionsResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
UpdateOrganizationQuotaDefinitionRequest.Builder |
UpdateOrganizationQuotaDefinitionRequest.Builder.totalRoutes(Integer totalRoutes)
Initializes the value for the
totalRoutes attribute. |
OrganizationQuotaDefinitionEntity.Builder |
OrganizationQuotaDefinitionEntity.Builder.totalRoutes(Integer totalRoutes)
Initializes the value for the
totalRoutes attribute. |
UpdateOrganizationQuotaDefinitionRequest.Builder |
UpdateOrganizationQuotaDefinitionRequest.Builder.totalServiceKeys(Integer totalServiceKeys)
Initializes the value for the
totalServiceKeys attribute. |
CreateOrganizationQuotaDefinitionRequest.Builder |
CreateOrganizationQuotaDefinitionRequest.Builder.totalServiceKeys(Integer totalServiceKeys)
Initializes the value for the
totalServiceKeys attribute. |
OrganizationQuotaDefinitionEntity.Builder |
OrganizationQuotaDefinitionEntity.Builder.totalServiceKeys(Integer totalServiceKeys)
Initializes the value for the
totalServiceKeys attribute. |
UpdateOrganizationQuotaDefinitionRequest.Builder |
UpdateOrganizationQuotaDefinitionRequest.Builder.totalServices(Integer totalServices)
Initializes the value for the
totalServices attribute. |
OrganizationQuotaDefinitionEntity.Builder |
OrganizationQuotaDefinitionEntity.Builder.totalServices(Integer totalServices)
Initializes the value for the
totalServices attribute. |
UpdateOrganizationQuotaDefinitionRequest.Builder |
UpdateOrganizationQuotaDefinitionRequest.Builder.trialDatabaseAllowed(Boolean trialDatabaseAllowed)
Deprecated.
|
CreateOrganizationQuotaDefinitionRequest.Builder |
CreateOrganizationQuotaDefinitionRequest.Builder.trialDatabaseAllowed(Boolean trialDatabaseAllowed)
Deprecated.
|
OrganizationQuotaDefinitionEntity.Builder |
OrganizationQuotaDefinitionEntity.Builder.trialDatabaseAllowed(Boolean trialDatabaseAllowed)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ListOrganizationServicesRequest.getActive()
The active flag
|
Boolean |
UserOrganizationRoleEntity.getActive()
The active property
|
Boolean |
UserOrganizationRoleEntity.getAdmin()
The admin property
|
Integer |
OrganizationSpaceSummary.getApplicationCount()
The application count
|
String |
OrganizationEntity.getApplicationEventsUrl()
The application events url
|
List<String> |
ListOrganizationSpacesRequest.getApplicationIds()
The application ids
|
Boolean |
DeleteOrganizationRequest.getAsync()
Whether to delete asynchronously
|
List<String> |
ListOrganizationBillingManagersRequest.getAuditedOrganizationIds()
The audited organization ids
|
List<String> |
ListOrganizationAuditorsRequest.getAuditedOrganizationIds()
The audited organization ids
|
List<String> |
ListOrganizationUsersRequest.getAuditedOrganizationIds()
The audited organization ids
|
List<String> |
ListOrganizationManagersRequest.getAuditedOrganizationIds()
The audited organization ids
|
String |
UserOrganizationRoleEntity.getAuditedOrganizationsUrl()
The audited organizations url
|
List<String> |
ListOrganizationBillingManagersRequest.getAuditedSpaceIds()
The audited space ids
|
List<String> |
ListOrganizationAuditorsRequest.getAuditedSpaceIds()
The audited space ids
|
List<String> |
ListOrganizationUsersRequest.getAuditedSpaceIds()
The audited space ids
|
List<String> |
ListOrganizationManagersRequest.getAuditedSpaceIds()
The audited space ids
|
String |
UserOrganizationRoleEntity.getAuditedSpacesUrl()
The audited spaces url
|
List<String> |
ListOrganizationsRequest.getAuditorIds()
The auditor ids
|
String |
OrganizationEntity.getAuditorsUrl()
The auditors url
|
Boolean |
OrganizationEntity.getBillingEnabled()
Billing enabled
|
List<String> |
ListOrganizationBillingManagersRequest.getBillingManagedOrganizationIds()
The billing managed organization ids
|
List<String> |
ListOrganizationAuditorsRequest.getBillingManagedOrganizationIds()
The billing managed organization ids
|
List<String> |
ListOrganizationUsersRequest.getBillingManagedOrganizationIds()
The billing managed organization ids
|
List<String> |
ListOrganizationManagersRequest.getBillingManagedOrganizationIds()
The billing managed organization ids
|
String |
UserOrganizationRoleEntity.getBillingManagedOrganizationsUrl()
The billing managed organizations url
|
List<String> |
ListOrganizationsRequest.getBillingManagerIds()
The billing manager ids
|
String |
OrganizationEntity.getBillingManagersUrl()
The billing managers url
|
String |
OrganizationEntity.getDefaultIsolationSegmentId()
The default isolation segment id
|
String |
UserOrganizationRoleEntity.getDefaultSpaceId()
The default space id
|
String |
UserOrganizationRoleEntity.getDefaultSpaceUrl()
The default space url
|
List<String> |
ListOrganizationSpacesRequest.getDeveloperIds()
The developer ids
|
String |
OrganizationEntity.getDomainsUrl()
The domains url
|
OrganizationEntity |
AssociateOrganizationUserResponse.getEntity()
The resource's entity
|
OrganizationEntity |
AssociateOrganizationManagerByUsernameResponse.getEntity()
The resource's entity
|
OrganizationEntity |
AssociateOrganizationUserByUsernameResponse.getEntity()
The resource's entity
|
OrganizationEntity |
AssociateOrganizationAuditorByUsernameResponse.getEntity()
The resource's entity
|
JobEntity |
DeleteOrganizationResponse.getEntity()
The resource's entity
|
OrganizationEntity |
AssociateOrganizationPrivateDomainResponse.getEntity()
The resource's entity
|
OrganizationEntity |
UpdateOrganizationResponse.getEntity()
The resource's entity
|
OrganizationEntity |
AssociateOrganizationBillingManagerResponse.getEntity()
The resource's entity
|
OrganizationEntity |
GetOrganizationResponse.getEntity()
The resource's entity
|
OrganizationEntity |
AssociateOrganizationAuditorResponse.getEntity()
The resource's entity
|
OrganizationEntity |
AssociateOrganizationManagerResponse.getEntity()
The resource's entity
|
UserOrganizationRoleEntity |
UserOrganizationRoleResource.getEntity()
The resource's entity
|
OrganizationEntity |
CreateOrganizationResponse.getEntity()
The resource's entity
|
OrganizationEntity |
OrganizationResource.getEntity()
The resource's entity
|
OrganizationEntity |
AssociateOrganizationBillingManagerByUsernameResponse.getEntity()
The resource's entity
|
String |
SummaryOrganizationResponse.getId()
The organization id
|
String |
OrganizationSpaceSummary.getId()
The space id
|
Integer |
GetOrganizationInstanceUsageResponse.getInstanceUsage()
The instance usage
|
List<String> |
ListOrganizationServicesRequest.getLabels()
The labels
|
List<String> |
ListOrganizationBillingManagersRequest.getManagedOrganizationIds()
The managed organization ids
|
List<String> |
ListOrganizationAuditorsRequest.getManagedOrganizationIds()
The managed organization ids
|
List<String> |
ListOrganizationUsersRequest.getManagedOrganizationIds()
The managed organization ids
|
List<String> |
ListOrganizationManagersRequest.getManagedOrganizationIds()
The managed organization ids
|
String |
UserOrganizationRoleEntity.getManagedOrganizationsUrl()
The managed organizations url
|
List<String> |
ListOrganizationBillingManagersRequest.getManagedSpaceIds()
The managed space ids
|
List<String> |
ListOrganizationAuditorsRequest.getManagedSpaceIds()
The managed space ids
|
List<String> |
ListOrganizationUsersRequest.getManagedSpaceIds()
The managed space ids
|
List<String> |
ListOrganizationManagersRequest.getManagedSpaceIds()
The managed space ids
|
String |
UserOrganizationRoleEntity.getManagedSpacesUrl()
The managed spaces url
|
List<String> |
ListOrganizationsRequest.getManagerIds()
The manager ids
|
String |
OrganizationEntity.getManagersUrl()
The managers url
|
Integer |
OrganizationSpaceSummary.getMemoryDevelopmentTotal()
The mem_dev_total
|
Integer |
OrganizationSpaceSummary.getMemoryProductionTotal()
The mem_prod_total
|
Integer |
GetOrganizationMemoryUsageResponse.getMemoryUsageInMb()
The memory usage in mb
|
Metadata |
AssociateOrganizationUserResponse.getMetadata()
The resource's metadata
|
Metadata |
AssociateOrganizationManagerByUsernameResponse.getMetadata()
The resource's metadata
|
Metadata |
AssociateOrganizationUserByUsernameResponse.getMetadata()
The resource's metadata
|
Metadata |
AssociateOrganizationAuditorByUsernameResponse.getMetadata()
The resource's metadata
|
Metadata |
DeleteOrganizationResponse.getMetadata()
The resource's metadata
|
Metadata |
AssociateOrganizationPrivateDomainResponse.getMetadata()
The resource's metadata
|
Metadata |
UpdateOrganizationResponse.getMetadata()
The resource's metadata
|
Metadata |
AssociateOrganizationBillingManagerResponse.getMetadata()
The resource's metadata
|
Metadata |
GetOrganizationResponse.getMetadata()
The resource's metadata
|
Metadata |
AssociateOrganizationAuditorResponse.getMetadata()
The resource's metadata
|
Metadata |
AssociateOrganizationManagerResponse.getMetadata()
The resource's metadata
|
Metadata |
UserOrganizationRoleResource.getMetadata()
The resource's metadata
|
Metadata |
CreateOrganizationResponse.getMetadata()
The resource's metadata
|
Metadata |
OrganizationResource.getMetadata()
The resource's metadata
|
Metadata |
AssociateOrganizationBillingManagerByUsernameResponse.getMetadata()
The resource's metadata
|
String |
SummaryOrganizationResponse.getName()
The organization name
|
String |
UpdateOrganizationRequest.getName()
The name
|
String |
OrganizationSpaceSummary.getName()
The space name
|
String |
OrganizationEntity.getName()
The name
|
List<String> |
ListOrganizationPrivateDomainsRequest.getNames()
The names
|
List<String> |
ListOrganizationDomainsRequest.getNames()
The names
|
List<String> |
ListOrganizationSpacesRequest.getNames()
The names
|
List<String> |
ListOrganizationsRequest.getNames()
The names
|
String |
ListOrganizationPrivateDomainsResponse.getNextUrl()
The next url
|
String |
ListOrganizationManagersResponse.getNextUrl()
The next url
|
String |
ListOrganizationServicesResponse.getNextUrl()
The next url
|
String |
ListOrganizationsResponse.getNextUrl()
The next url
|
String |
ListOrganizationDomainsResponse.getNextUrl()
The next url
|
String |
ListOrganizationUsersResponse.getNextUrl()
The next url
|
String |
ListOrganizationSpacesResponse.getNextUrl()
The next url
|
String |
GetOrganizationUserRolesResponse.getNextUrl()
The next url
|
String |
ListOrganizationSpaceQuotaDefinitionsResponse.getNextUrl()
The next url
|
String |
ListOrganizationBillingManagersResponse.getNextUrl()
The next url
|
String |
ListOrganizationAuditorsResponse.getNextUrl()
The next url
|
OrderDirection |
GetOrganizationUserRolesRequest.getOrderDirection()
The order direction
|
OrderDirection |
ListOrganizationBillingManagersRequest.getOrderDirection()
The order direction
|
OrderDirection |
ListOrganizationPrivateDomainsRequest.getOrderDirection()
The order direction
|
OrderDirection |
ListOrganizationDomainsRequest.getOrderDirection()
The order direction
|
OrderDirection |
ListOrganizationServicesRequest.getOrderDirection()
The order direction
|
OrderDirection |
ListOrganizationAuditorsRequest.getOrderDirection()
The order direction
|
OrderDirection |
ListOrganizationSpacesRequest.getOrderDirection()
The order direction
|
OrderDirection |
ListOrganizationSpaceQuotaDefinitionsRequest.getOrderDirection()
The order direction
|
OrderDirection |
ListOrganizationUsersRequest.getOrderDirection()
The order direction
|
OrderDirection |
ListOrganizationsRequest.getOrderDirection()
The order direction
|
OrderDirection |
ListOrganizationManagersRequest.getOrderDirection()
The order direction
|
List<String> |
UserOrganizationRoleEntity.getOrganizationRoles()
The organization roles
|
String |
UserOrganizationRoleEntity.getOrganizationsUrl()
The organizations url
|
List<String> |
ListOrganizationDomainsRequest.getOwningOrganizationIds()
The owning organization ids
|
Integer |
GetOrganizationUserRolesRequest.getPage()
The page
|
Integer |
ListOrganizationBillingManagersRequest.getPage()
The page
|
Integer |
ListOrganizationPrivateDomainsRequest.getPage()
The page
|
Integer |
ListOrganizationDomainsRequest.getPage()
The page
|
Integer |
ListOrganizationServicesRequest.getPage()
The page
|
Integer |
ListOrganizationAuditorsRequest.getPage()
The page
|
Integer |
ListOrganizationSpacesRequest.getPage()
The page
|
Integer |
ListOrganizationSpaceQuotaDefinitionsRequest.getPage()
The page
|
Integer |
ListOrganizationUsersRequest.getPage()
The page
|
Integer |
ListOrganizationsRequest.getPage()
The page
|
Integer |
ListOrganizationManagersRequest.getPage()
The page
|
String |
ListOrganizationPrivateDomainsResponse.getPreviousUrl()
The previous url
|
String |
ListOrganizationManagersResponse.getPreviousUrl()
The previous url
|
String |
ListOrganizationServicesResponse.getPreviousUrl()
The previous url
|
String |
ListOrganizationsResponse.getPreviousUrl()
The previous url
|
String |
ListOrganizationDomainsResponse.getPreviousUrl()
The previous url
|
String |
ListOrganizationUsersResponse.getPreviousUrl()
The previous url
|
String |
ListOrganizationSpacesResponse.getPreviousUrl()
The previous url
|
String |
GetOrganizationUserRolesResponse.getPreviousUrl()
The previous url
|
String |
ListOrganizationSpaceQuotaDefinitionsResponse.getPreviousUrl()
The previous url
|
String |
ListOrganizationBillingManagersResponse.getPreviousUrl()
The previous url
|
String |
ListOrganizationAuditorsResponse.getPreviousUrl()
The previous url
|
String |
OrganizationEntity.getPrivateDomainsUrl()
The private domains url
|
List<String> |
ListOrganizationServicesRequest.getProviders()
The providers
|
String |
CreateOrganizationRequest.getQuotaDefinitionId()
The quota definition id
|
String |
UpdateOrganizationRequest.getQuotaDefinitionId()
The quota definition id
|
String |
OrganizationEntity.getQuotaDefinitionId()
The quota definition id
|
String |
OrganizationEntity.getQuotaDefinitionUrl()
The quota definition url
|
Boolean |
DeleteOrganizationRequest.getRecursive()
Whether to delete recursively
|
List<PrivateDomainResource> |
ListOrganizationPrivateDomainsResponse.getResources()
The resources
|
List<UserResource> |
ListOrganizationManagersResponse.getResources()
The resources
|
List<ServiceResource> |
ListOrganizationServicesResponse.getResources()
The resources
|
List<OrganizationResource> |
ListOrganizationsResponse.getResources()
The resources
|
List<DomainResource> |
ListOrganizationDomainsResponse.getResources()
The resources
|
List<UserResource> |
ListOrganizationUsersResponse.getResources()
The resources
|
List<SpaceResource> |
ListOrganizationSpacesResponse.getResources()
The resources
|
List<UserOrganizationRoleResource> |
GetOrganizationUserRolesResponse.getResources()
The resources
|
List<SpaceQuotaDefinitionResource> |
ListOrganizationSpaceQuotaDefinitionsResponse.getResources()
The resources
|
List<UserResource> |
ListOrganizationBillingManagersResponse.getResources()
The resources
|
List<UserResource> |
ListOrganizationAuditorsResponse.getResources()
The resources
|
Integer |
GetOrganizationUserRolesRequest.getResultsPerPage()
The results per page
|
Integer |
ListOrganizationBillingManagersRequest.getResultsPerPage()
The results per page
|
Integer |
ListOrganizationPrivateDomainsRequest.getResultsPerPage()
The results per page
|
Integer |
ListOrganizationDomainsRequest.getResultsPerPage()
The results per page
|
Integer |
ListOrganizationServicesRequest.getResultsPerPage()
The results per page
|
Integer |
ListOrganizationAuditorsRequest.getResultsPerPage()
The results per page
|
Integer |
ListOrganizationSpacesRequest.getResultsPerPage()
The results per page
|
Integer |
ListOrganizationSpaceQuotaDefinitionsRequest.getResultsPerPage()
The results per page
|
Integer |
ListOrganizationUsersRequest.getResultsPerPage()
The results per page
|
Integer |
ListOrganizationsRequest.getResultsPerPage()
The results per page
|
Integer |
ListOrganizationManagersRequest.getResultsPerPage()
The results per page
|
List<String> |
ListOrganizationServicesRequest.getServiceBrokerIds()
The service broker ids
|
Integer |
OrganizationSpaceSummary.getServiceCount()
The service count
|
List<String> |
ListOrganizationBillingManagersRequest.getSpaceIds()
The space ids
|
List<String> |
ListOrganizationAuditorsRequest.getSpaceIds()
The space ids
|
List<String> |
ListOrganizationUsersRequest.getSpaceIds()
The space ids
|
List<String> |
ListOrganizationsRequest.getSpaceIds()
The space ids
|
List<String> |
ListOrganizationManagersRequest.getSpaceIds()
The space ids
|
String |
OrganizationEntity.getSpaceQuotaDefinitionsUrl()
The space quota definition url
|
List<OrganizationSpaceSummary> |
SummaryOrganizationResponse.getSpaces()
List of spaces that are in the organization
|
String |
UserOrganizationRoleEntity.getSpacesUrl()
The spaces url
|
String |
OrganizationEntity.getSpacesUrl()
The spaces url
|
String |
SummaryOrganizationResponse.getStatus()
The organization status
|
String |
CreateOrganizationRequest.getStatus()
The status
|
String |
UpdateOrganizationRequest.getStatus()
The status
|
String |
OrganizationEntity.getStatus()
The status
|
List<String> |
ListOrganizationsRequest.getStatuses()
The statuses
|
Integer |
ListOrganizationPrivateDomainsResponse.getTotalPages()
The total pages
|
Integer |
ListOrganizationManagersResponse.getTotalPages()
The total pages
|
Integer |
ListOrganizationServicesResponse.getTotalPages()
The total pages
|
Integer |
ListOrganizationsResponse.getTotalPages()
The total pages
|
Integer |
ListOrganizationDomainsResponse.getTotalPages()
The total pages
|
Integer |
ListOrganizationUsersResponse.getTotalPages()
The total pages
|
Integer |
ListOrganizationSpacesResponse.getTotalPages()
The total pages
|
Integer |
GetOrganizationUserRolesResponse.getTotalPages()
The total pages
|
Integer |
ListOrganizationSpaceQuotaDefinitionsResponse.getTotalPages()
The total pages
|
Integer |
ListOrganizationBillingManagersResponse.getTotalPages()
The total pages
|
Integer |
ListOrganizationAuditorsResponse.getTotalPages()
The total pages
|
Integer |
ListOrganizationPrivateDomainsResponse.getTotalResults()
The total results
|
Integer |
ListOrganizationManagersResponse.getTotalResults()
The total results
|
Integer |
ListOrganizationServicesResponse.getTotalResults()
The total results
|
Integer |
ListOrganizationsResponse.getTotalResults()
The total results
|
Integer |
ListOrganizationDomainsResponse.getTotalResults()
The total results
|
Integer |
ListOrganizationUsersResponse.getTotalResults()
The total results
|
Integer |
ListOrganizationSpacesResponse.getTotalResults()
The total results
|
Integer |
GetOrganizationUserRolesResponse.getTotalResults()
The total results
|
Integer |
ListOrganizationSpaceQuotaDefinitionsResponse.getTotalResults()
The total results
|
Integer |
ListOrganizationBillingManagersResponse.getTotalResults()
The total results
|
Integer |
ListOrganizationAuditorsResponse.getTotalResults()
The total results
|
List<String> |
ListOrganizationsRequest.getUserIds()
The user ids
|
String |
UserOrganizationRoleEntity.getUsername()
The username
|
String |
OrganizationEntity.getUsersUrl()
The users url
|
| Modifier and Type | Method and Description |
|---|---|
ListOrganizationServicesRequest.Builder |
ListOrganizationServicesRequest.Builder.active(Boolean active)
Initializes the value for the
active attribute. |
UserOrganizationRoleEntity.Builder |
UserOrganizationRoleEntity.Builder.active(Boolean active)
Initializes the value for the
active attribute. |
UserOrganizationRoleEntity.Builder |
UserOrganizationRoleEntity.Builder.admin(Boolean admin)
Initializes the value for the
admin attribute. |
OrganizationSpaceSummary.Builder |
OrganizationSpaceSummary.Builder.applicationCount(Integer applicationCount)
Initializes the value for the
applicationCount attribute. |
OrganizationEntity.Builder |
OrganizationEntity.Builder.applicationEventsUrl(String applicationEventsUrl)
Initializes the value for the
applicationEventsUrl attribute. |
ListOrganizationSpacesRequest.Builder |
ListOrganizationSpacesRequest.Builder.applicationIds(Iterable<String> elements)
Sets or replaces all elements for
applicationIds list. |
DeleteOrganizationRequest.Builder |
DeleteOrganizationRequest.Builder.async(Boolean async)
Initializes the value for the
async attribute. |
ListOrganizationBillingManagersRequest.Builder |
ListOrganizationBillingManagersRequest.Builder.auditedOrganizationIds(Iterable<String> elements)
Sets or replaces all elements for
auditedOrganizationIds list. |
ListOrganizationAuditorsRequest.Builder |
ListOrganizationAuditorsRequest.Builder.auditedOrganizationIds(Iterable<String> elements)
Sets or replaces all elements for
auditedOrganizationIds list. |
ListOrganizationUsersRequest.Builder |
ListOrganizationUsersRequest.Builder.auditedOrganizationIds(Iterable<String> elements)
Sets or replaces all elements for
auditedOrganizationIds list. |
ListOrganizationManagersRequest.Builder |
ListOrganizationManagersRequest.Builder.auditedOrganizationIds(Iterable<String> elements)
Sets or replaces all elements for
auditedOrganizationIds list. |
UserOrganizationRoleEntity.Builder |
UserOrganizationRoleEntity.Builder.auditedOrganizationsUrl(String auditedOrganizationsUrl)
Initializes the value for the
auditedOrganizationsUrl attribute. |
ListOrganizationBillingManagersRequest.Builder |
ListOrganizationBillingManagersRequest.Builder.auditedSpaceIds(Iterable<String> elements)
Sets or replaces all elements for
auditedSpaceIds list. |
ListOrganizationAuditorsRequest.Builder |
ListOrganizationAuditorsRequest.Builder.auditedSpaceIds(Iterable<String> elements)
Sets or replaces all elements for
auditedSpaceIds list. |
ListOrganizationUsersRequest.Builder |
ListOrganizationUsersRequest.Builder.auditedSpaceIds(Iterable<String> elements)
Sets or replaces all elements for
auditedSpaceIds list. |
ListOrganizationManagersRequest.Builder |
ListOrganizationManagersRequest.Builder.auditedSpaceIds(Iterable<String> elements)
Sets or replaces all elements for
auditedSpaceIds list. |
UserOrganizationRoleEntity.Builder |
UserOrganizationRoleEntity.Builder.auditedSpacesUrl(String auditedSpacesUrl)
Initializes the value for the
auditedSpacesUrl attribute. |
ListOrganizationsRequest.Builder |
ListOrganizationsRequest.Builder.auditorIds(Iterable<String> elements)
Sets or replaces all elements for
auditorIds list. |
OrganizationEntity.Builder |
OrganizationEntity.Builder.auditorsUrl(String auditorsUrl)
Initializes the value for the
auditorsUrl attribute. |
OrganizationEntity.Builder |
OrganizationEntity.Builder.billingEnabled(Boolean billingEnabled)
Initializes the value for the
billingEnabled attribute. |
ListOrganizationBillingManagersRequest.Builder |
ListOrganizationBillingManagersRequest.Builder.billingManagedOrganizationIds(Iterable<String> elements)
Sets or replaces all elements for
billingManagedOrganizationIds list. |
ListOrganizationAuditorsRequest.Builder |
ListOrganizationAuditorsRequest.Builder.billingManagedOrganizationIds(Iterable<String> elements)
Sets or replaces all elements for
billingManagedOrganizationIds list. |
ListOrganizationUsersRequest.Builder |
ListOrganizationUsersRequest.Builder.billingManagedOrganizationIds(Iterable<String> elements)
Sets or replaces all elements for
billingManagedOrganizationIds list. |
ListOrganizationManagersRequest.Builder |
ListOrganizationManagersRequest.Builder.billingManagedOrganizationIds(Iterable<String> elements)
Sets or replaces all elements for
billingManagedOrganizationIds list. |
UserOrganizationRoleEntity.Builder |
UserOrganizationRoleEntity.Builder.billingManagedOrganizationsUrl(String billingManagedOrganizationsUrl)
Initializes the value for the
billingManagedOrganizationsUrl attribute. |
ListOrganizationsRequest.Builder |
ListOrganizationsRequest.Builder.billingManagerIds(Iterable<String> elements)
Sets or replaces all elements for
billingManagerIds list. |
OrganizationEntity.Builder |
OrganizationEntity.Builder.billingManagersUrl(String billingManagersUrl)
Initializes the value for the
billingManagersUrl attribute. |
OrganizationEntity.Builder |
OrganizationEntity.Builder.defaultIsolationSegmentId(String defaultIsolationSegmentId)
Initializes the value for the
defaultIsolationSegmentId attribute. |
UserOrganizationRoleEntity.Builder |
UserOrganizationRoleEntity.Builder.defaultSpaceId(String defaultSpaceId)
Initializes the value for the
defaultSpaceId attribute. |
UserOrganizationRoleEntity.Builder |
UserOrganizationRoleEntity.Builder.defaultSpaceUrl(String defaultSpaceUrl)
Initializes the value for the
defaultSpaceUrl attribute. |
ListOrganizationSpacesRequest.Builder |
ListOrganizationSpacesRequest.Builder.developerIds(Iterable<String> elements)
Sets or replaces all elements for
developerIds list. |
OrganizationEntity.Builder |
OrganizationEntity.Builder.domainsUrl(String domainsUrl)
Initializes the value for the
domainsUrl attribute. |
DeleteOrganizationResponse.Builder |
DeleteOrganizationResponse.Builder.entity(JobEntity entity)
Initializes the value for the
entity attribute. |
AssociateOrganizationUserResponse.Builder |
AssociateOrganizationUserResponse.Builder.entity(OrganizationEntity entity)
Initializes the value for the
entity attribute. |
AssociateOrganizationManagerByUsernameResponse.Builder |
AssociateOrganizationManagerByUsernameResponse.Builder.entity(OrganizationEntity entity)
Initializes the value for the
entity attribute. |
AssociateOrganizationUserByUsernameResponse.Builder |
AssociateOrganizationUserByUsernameResponse.Builder.entity(OrganizationEntity entity)
Initializes the value for the
entity attribute. |
AssociateOrganizationAuditorByUsernameResponse.Builder |
AssociateOrganizationAuditorByUsernameResponse.Builder.entity(OrganizationEntity entity)
Initializes the value for the
entity attribute. |
AssociateOrganizationPrivateDomainResponse.Builder |
AssociateOrganizationPrivateDomainResponse.Builder.entity(OrganizationEntity entity)
Initializes the value for the
entity attribute. |
UpdateOrganizationResponse.Builder |
UpdateOrganizationResponse.Builder.entity(OrganizationEntity entity)
Initializes the value for the
entity attribute. |
AssociateOrganizationBillingManagerResponse.Builder |
AssociateOrganizationBillingManagerResponse.Builder.entity(OrganizationEntity entity)
Initializes the value for the
entity attribute. |
GetOrganizationResponse.Builder |
GetOrganizationResponse.Builder.entity(OrganizationEntity entity)
Initializes the value for the
entity attribute. |
AssociateOrganizationAuditorResponse.Builder |
AssociateOrganizationAuditorResponse.Builder.entity(OrganizationEntity entity)
Initializes the value for the
entity attribute. |
AssociateOrganizationManagerResponse.Builder |
AssociateOrganizationManagerResponse.Builder.entity(OrganizationEntity entity)
Initializes the value for the
entity attribute. |
CreateOrganizationResponse.Builder |
CreateOrganizationResponse.Builder.entity(OrganizationEntity entity)
Initializes the value for the
entity attribute. |
OrganizationResource.Builder |
OrganizationResource.Builder.entity(OrganizationEntity entity)
Initializes the value for the
entity attribute. |
AssociateOrganizationBillingManagerByUsernameResponse.Builder |
AssociateOrganizationBillingManagerByUsernameResponse.Builder.entity(OrganizationEntity entity)
Initializes the value for the
entity attribute. |
UserOrganizationRoleResource.Builder |
UserOrganizationRoleResource.Builder.entity(UserOrganizationRoleEntity entity)
Initializes the value for the
entity attribute. |
SummaryOrganizationResponse.Builder |
SummaryOrganizationResponse.Builder.id(String id)
Initializes the value for the
id attribute. |
OrganizationSpaceSummary.Builder |
OrganizationSpaceSummary.Builder.id(String id)
Initializes the value for the
id attribute. |
GetOrganizationInstanceUsageResponse.Builder |
GetOrganizationInstanceUsageResponse.Builder.instanceUsage(Integer instanceUsage)
Initializes the value for the
instanceUsage attribute. |
ListOrganizationServicesRequest.Builder |
ListOrganizationServicesRequest.Builder.labels(Iterable<String> elements)
Sets or replaces all elements for
labels list. |
ListOrganizationBillingManagersRequest.Builder |
ListOrganizationBillingManagersRequest.Builder.managedOrganizationIds(Iterable<String> elements)
Sets or replaces all elements for
managedOrganizationIds list. |
ListOrganizationAuditorsRequest.Builder |
ListOrganizationAuditorsRequest.Builder.managedOrganizationIds(Iterable<String> elements)
Sets or replaces all elements for
managedOrganizationIds list. |
ListOrganizationUsersRequest.Builder |
ListOrganizationUsersRequest.Builder.managedOrganizationIds(Iterable<String> elements)
Sets or replaces all elements for
managedOrganizationIds list. |
ListOrganizationManagersRequest.Builder |
ListOrganizationManagersRequest.Builder.managedOrganizationIds(Iterable<String> elements)
Sets or replaces all elements for
managedOrganizationIds list. |
UserOrganizationRoleEntity.Builder |
UserOrganizationRoleEntity.Builder.managedOrganizationsUrl(String managedOrganizationsUrl)
Initializes the value for the
managedOrganizationsUrl attribute. |
ListOrganizationBillingManagersRequest.Builder |
ListOrganizationBillingManagersRequest.Builder.managedSpaceIds(Iterable<String> elements)
Sets or replaces all elements for
managedSpaceIds list. |
ListOrganizationAuditorsRequest.Builder |
ListOrganizationAuditorsRequest.Builder.managedSpaceIds(Iterable<String> elements)
Sets or replaces all elements for
managedSpaceIds list. |
ListOrganizationUsersRequest.Builder |
ListOrganizationUsersRequest.Builder.managedSpaceIds(Iterable<String> elements)
Sets or replaces all elements for
managedSpaceIds list. |
ListOrganizationManagersRequest.Builder |
ListOrganizationManagersRequest.Builder.managedSpaceIds(Iterable<String> elements)
Sets or replaces all elements for
managedSpaceIds list. |
UserOrganizationRoleEntity.Builder |
UserOrganizationRoleEntity.Builder.managedSpacesUrl(String managedSpacesUrl)
Initializes the value for the
managedSpacesUrl attribute. |
ListOrganizationsRequest.Builder |
ListOrganizationsRequest.Builder.managerIds(Iterable<String> elements)
Sets or replaces all elements for
managerIds list. |
OrganizationEntity.Builder |
OrganizationEntity.Builder.managersUrl(String managersUrl)
Initializes the value for the
managersUrl attribute. |
OrganizationSpaceSummary.Builder |
OrganizationSpaceSummary.Builder.memoryDevelopmentTotal(Integer memoryDevelopmentTotal)
Initializes the value for the
memoryDevelopmentTotal attribute. |
OrganizationSpaceSummary.Builder |
OrganizationSpaceSummary.Builder.memoryProductionTotal(Integer memoryProductionTotal)
Initializes the value for the
memoryProductionTotal attribute. |
GetOrganizationMemoryUsageResponse.Builder |
GetOrganizationMemoryUsageResponse.Builder.memoryUsageInMb(Integer memoryUsageInMb)
Initializes the value for the
memoryUsageInMb attribute. |
AssociateOrganizationUserResponse.Builder |
AssociateOrganizationUserResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
AssociateOrganizationManagerByUsernameResponse.Builder |
AssociateOrganizationManagerByUsernameResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
AssociateOrganizationUserByUsernameResponse.Builder |
AssociateOrganizationUserByUsernameResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
AssociateOrganizationAuditorByUsernameResponse.Builder |
AssociateOrganizationAuditorByUsernameResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
DeleteOrganizationResponse.Builder |
DeleteOrganizationResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
AssociateOrganizationPrivateDomainResponse.Builder |
AssociateOrganizationPrivateDomainResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
UpdateOrganizationResponse.Builder |
UpdateOrganizationResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
AssociateOrganizationBillingManagerResponse.Builder |
AssociateOrganizationBillingManagerResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
GetOrganizationResponse.Builder |
GetOrganizationResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
AssociateOrganizationAuditorResponse.Builder |
AssociateOrganizationAuditorResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
AssociateOrganizationManagerResponse.Builder |
AssociateOrganizationManagerResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
UserOrganizationRoleResource.Builder |
UserOrganizationRoleResource.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
CreateOrganizationResponse.Builder |
CreateOrganizationResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
OrganizationResource.Builder |
OrganizationResource.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
AssociateOrganizationBillingManagerByUsernameResponse.Builder |
AssociateOrganizationBillingManagerByUsernameResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
SummaryOrganizationResponse.Builder |
SummaryOrganizationResponse.Builder.name(String name)
Initializes the value for the
name attribute. |
UpdateOrganizationRequest.Builder |
UpdateOrganizationRequest.Builder.name(String name)
Initializes the value for the
name attribute. |
OrganizationSpaceSummary.Builder |
OrganizationSpaceSummary.Builder.name(String name)
Initializes the value for the
name attribute. |
OrganizationEntity.Builder |
OrganizationEntity.Builder.name(String name)
Initializes the value for the
name attribute. |
ListOrganizationPrivateDomainsRequest.Builder |
ListOrganizationPrivateDomainsRequest.Builder.names(Iterable<String> elements)
Sets or replaces all elements for
names list. |
ListOrganizationDomainsRequest.Builder |
ListOrganizationDomainsRequest.Builder.names(Iterable<String> elements)
Sets or replaces all elements for
names list. |
ListOrganizationSpacesRequest.Builder |
ListOrganizationSpacesRequest.Builder.names(Iterable<String> elements)
Sets or replaces all elements for
names list. |
ListOrganizationsRequest.Builder |
ListOrganizationsRequest.Builder.names(Iterable<String> elements)
Sets or replaces all elements for
names list. |
ListOrganizationPrivateDomainsResponse.Builder |
ListOrganizationPrivateDomainsResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListOrganizationManagersResponse.Builder |
ListOrganizationManagersResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListOrganizationServicesResponse.Builder |
ListOrganizationServicesResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListOrganizationsResponse.Builder |
ListOrganizationsResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListOrganizationDomainsResponse.Builder |
ListOrganizationDomainsResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListOrganizationUsersResponse.Builder |
ListOrganizationUsersResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListOrganizationSpacesResponse.Builder |
ListOrganizationSpacesResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
GetOrganizationUserRolesResponse.Builder |
GetOrganizationUserRolesResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListOrganizationSpaceQuotaDefinitionsResponse.Builder |
ListOrganizationSpaceQuotaDefinitionsResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListOrganizationBillingManagersResponse.Builder |
ListOrganizationBillingManagersResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListOrganizationAuditorsResponse.Builder |
ListOrganizationAuditorsResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
GetOrganizationUserRolesRequest.Builder |
GetOrganizationUserRolesRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListOrganizationBillingManagersRequest.Builder |
ListOrganizationBillingManagersRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListOrganizationPrivateDomainsRequest.Builder |
ListOrganizationPrivateDomainsRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListOrganizationDomainsRequest.Builder |
ListOrganizationDomainsRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListOrganizationServicesRequest.Builder |
ListOrganizationServicesRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListOrganizationAuditorsRequest.Builder |
ListOrganizationAuditorsRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListOrganizationSpacesRequest.Builder |
ListOrganizationSpacesRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListOrganizationSpaceQuotaDefinitionsRequest.Builder |
ListOrganizationSpaceQuotaDefinitionsRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListOrganizationUsersRequest.Builder |
ListOrganizationUsersRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListOrganizationsRequest.Builder |
ListOrganizationsRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListOrganizationManagersRequest.Builder |
ListOrganizationManagersRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
UserOrganizationRoleEntity.Builder |
UserOrganizationRoleEntity.Builder.organizationRoles(Iterable<String> elements)
Sets or replaces all elements for
organizationRoles list. |
UserOrganizationRoleEntity.Builder |
UserOrganizationRoleEntity.Builder.organizationsUrl(String organizationsUrl)
Initializes the value for the
organizationsUrl attribute. |
ListOrganizationDomainsRequest.Builder |
ListOrganizationDomainsRequest.Builder.owningOrganizationIds(Iterable<String> elements)
Sets or replaces all elements for
owningOrganizationIds list. |
GetOrganizationUserRolesRequest.Builder |
GetOrganizationUserRolesRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListOrganizationBillingManagersRequest.Builder |
ListOrganizationBillingManagersRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListOrganizationPrivateDomainsRequest.Builder |
ListOrganizationPrivateDomainsRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListOrganizationDomainsRequest.Builder |
ListOrganizationDomainsRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListOrganizationServicesRequest.Builder |
ListOrganizationServicesRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListOrganizationAuditorsRequest.Builder |
ListOrganizationAuditorsRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListOrganizationSpacesRequest.Builder |
ListOrganizationSpacesRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListOrganizationSpaceQuotaDefinitionsRequest.Builder |
ListOrganizationSpaceQuotaDefinitionsRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListOrganizationUsersRequest.Builder |
ListOrganizationUsersRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListOrganizationsRequest.Builder |
ListOrganizationsRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListOrganizationManagersRequest.Builder |
ListOrganizationManagersRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListOrganizationPrivateDomainsResponse.Builder |
ListOrganizationPrivateDomainsResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListOrganizationManagersResponse.Builder |
ListOrganizationManagersResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListOrganizationServicesResponse.Builder |
ListOrganizationServicesResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListOrganizationsResponse.Builder |
ListOrganizationsResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListOrganizationDomainsResponse.Builder |
ListOrganizationDomainsResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListOrganizationUsersResponse.Builder |
ListOrganizationUsersResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListOrganizationSpacesResponse.Builder |
ListOrganizationSpacesResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
GetOrganizationUserRolesResponse.Builder |
GetOrganizationUserRolesResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListOrganizationSpaceQuotaDefinitionsResponse.Builder |
ListOrganizationSpaceQuotaDefinitionsResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListOrganizationBillingManagersResponse.Builder |
ListOrganizationBillingManagersResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListOrganizationAuditorsResponse.Builder |
ListOrganizationAuditorsResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
OrganizationEntity.Builder |
OrganizationEntity.Builder.privateDomainsUrl(String privateDomainsUrl)
Initializes the value for the
privateDomainsUrl attribute. |
ListOrganizationServicesRequest.Builder |
ListOrganizationServicesRequest.Builder.providers(Iterable<String> elements)
Sets or replaces all elements for
providers list. |
CreateOrganizationRequest.Builder |
CreateOrganizationRequest.Builder.quotaDefinitionId(String quotaDefinitionId)
Initializes the value for the
quotaDefinitionId attribute. |
UpdateOrganizationRequest.Builder |
UpdateOrganizationRequest.Builder.quotaDefinitionId(String quotaDefinitionId)
Initializes the value for the
quotaDefinitionId attribute. |
OrganizationEntity.Builder |
OrganizationEntity.Builder.quotaDefinitionId(String quotaDefinitionId)
Initializes the value for the
quotaDefinitionId attribute. |
OrganizationEntity.Builder |
OrganizationEntity.Builder.quotaDefinitionUrl(String quotaDefinitionUrl)
Initializes the value for the
quotaDefinitionUrl attribute. |
DeleteOrganizationRequest.Builder |
DeleteOrganizationRequest.Builder.recursive(Boolean recursive)
Initializes the value for the
recursive attribute. |
ListOrganizationDomainsResponse.Builder |
ListOrganizationDomainsResponse.Builder.resources(Iterable<? extends DomainResource> elements)
Sets or replaces all elements for
resources list. |
ListOrganizationsResponse.Builder |
ListOrganizationsResponse.Builder.resources(Iterable<? extends OrganizationResource> elements)
Sets or replaces all elements for
resources list. |
ListOrganizationPrivateDomainsResponse.Builder |
ListOrganizationPrivateDomainsResponse.Builder.resources(Iterable<? extends PrivateDomainResource> elements)
Sets or replaces all elements for
resources list. |
ListOrganizationServicesResponse.Builder |
ListOrganizationServicesResponse.Builder.resources(Iterable<? extends ServiceResource> elements)
Sets or replaces all elements for
resources list. |
ListOrganizationSpaceQuotaDefinitionsResponse.Builder |
ListOrganizationSpaceQuotaDefinitionsResponse.Builder.resources(Iterable<? extends SpaceQuotaDefinitionResource> elements)
Sets or replaces all elements for
resources list. |
ListOrganizationSpacesResponse.Builder |
ListOrganizationSpacesResponse.Builder.resources(Iterable<? extends SpaceResource> elements)
Sets or replaces all elements for
resources list. |
GetOrganizationUserRolesResponse.Builder |
GetOrganizationUserRolesResponse.Builder.resources(Iterable<? extends UserOrganizationRoleResource> elements)
Sets or replaces all elements for
resources list. |
ListOrganizationManagersResponse.Builder |
ListOrganizationManagersResponse.Builder.resources(Iterable<? extends UserResource> elements)
Sets or replaces all elements for
resources list. |
ListOrganizationUsersResponse.Builder |
ListOrganizationUsersResponse.Builder.resources(Iterable<? extends UserResource> elements)
Sets or replaces all elements for
resources list. |
ListOrganizationBillingManagersResponse.Builder |
ListOrganizationBillingManagersResponse.Builder.resources(Iterable<? extends UserResource> elements)
Sets or replaces all elements for
resources list. |
ListOrganizationAuditorsResponse.Builder |
ListOrganizationAuditorsResponse.Builder.resources(Iterable<? extends UserResource> elements)
Sets or replaces all elements for
resources list. |
GetOrganizationUserRolesRequest.Builder |
GetOrganizationUserRolesRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListOrganizationBillingManagersRequest.Builder |
ListOrganizationBillingManagersRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListOrganizationPrivateDomainsRequest.Builder |
ListOrganizationPrivateDomainsRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListOrganizationDomainsRequest.Builder |
ListOrganizationDomainsRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListOrganizationServicesRequest.Builder |
ListOrganizationServicesRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListOrganizationAuditorsRequest.Builder |
ListOrganizationAuditorsRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListOrganizationSpacesRequest.Builder |
ListOrganizationSpacesRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListOrganizationSpaceQuotaDefinitionsRequest.Builder |
ListOrganizationSpaceQuotaDefinitionsRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListOrganizationUsersRequest.Builder |
ListOrganizationUsersRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListOrganizationsRequest.Builder |
ListOrganizationsRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListOrganizationManagersRequest.Builder |
ListOrganizationManagersRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListOrganizationServicesRequest.Builder |
ListOrganizationServicesRequest.Builder.serviceBrokerIds(Iterable<String> elements)
Sets or replaces all elements for
serviceBrokerIds list. |
OrganizationSpaceSummary.Builder |
OrganizationSpaceSummary.Builder.serviceCount(Integer serviceCount)
Initializes the value for the
serviceCount attribute. |
ListOrganizationBillingManagersRequest.Builder |
ListOrganizationBillingManagersRequest.Builder.spaceIds(Iterable<String> elements)
Sets or replaces all elements for
spaceIds list. |
ListOrganizationAuditorsRequest.Builder |
ListOrganizationAuditorsRequest.Builder.spaceIds(Iterable<String> elements)
Sets or replaces all elements for
spaceIds list. |
ListOrganizationUsersRequest.Builder |
ListOrganizationUsersRequest.Builder.spaceIds(Iterable<String> elements)
Sets or replaces all elements for
spaceIds list. |
ListOrganizationsRequest.Builder |
ListOrganizationsRequest.Builder.spaceIds(Iterable<String> elements)
Sets or replaces all elements for
spaceIds list. |
ListOrganizationManagersRequest.Builder |
ListOrganizationManagersRequest.Builder.spaceIds(Iterable<String> elements)
Sets or replaces all elements for
spaceIds list. |
OrganizationEntity.Builder |
OrganizationEntity.Builder.spaceQuotaDefinitionsUrl(String spaceQuotaDefinitionsUrl)
Initializes the value for the
spaceQuotaDefinitionsUrl attribute. |
SummaryOrganizationResponse.Builder |
SummaryOrganizationResponse.Builder.spaces(Iterable<? extends OrganizationSpaceSummary> elements)
Sets or replaces all elements for
spaces list. |
UserOrganizationRoleEntity.Builder |
UserOrganizationRoleEntity.Builder.spacesUrl(String spacesUrl)
Initializes the value for the
spacesUrl attribute. |
OrganizationEntity.Builder |
OrganizationEntity.Builder.spacesUrl(String spacesUrl)
Initializes the value for the
spacesUrl attribute. |
SummaryOrganizationResponse.Builder |
SummaryOrganizationResponse.Builder.status(String status)
Initializes the value for the
status attribute. |
CreateOrganizationRequest.Builder |
CreateOrganizationRequest.Builder.status(String status)
Initializes the value for the
status attribute. |
UpdateOrganizationRequest.Builder |
UpdateOrganizationRequest.Builder.status(String status)
Initializes the value for the
status attribute. |
OrganizationEntity.Builder |
OrganizationEntity.Builder.status(String status)
Initializes the value for the
status attribute. |
ListOrganizationsRequest.Builder |
ListOrganizationsRequest.Builder.statuses(Iterable<String> elements)
Sets or replaces all elements for
statuses list. |
ListOrganizationPrivateDomainsResponse.Builder |
ListOrganizationPrivateDomainsResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListOrganizationManagersResponse.Builder |
ListOrganizationManagersResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListOrganizationServicesResponse.Builder |
ListOrganizationServicesResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListOrganizationsResponse.Builder |
ListOrganizationsResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListOrganizationDomainsResponse.Builder |
ListOrganizationDomainsResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListOrganizationUsersResponse.Builder |
ListOrganizationUsersResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListOrganizationSpacesResponse.Builder |
ListOrganizationSpacesResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
GetOrganizationUserRolesResponse.Builder |
GetOrganizationUserRolesResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListOrganizationSpaceQuotaDefinitionsResponse.Builder |
ListOrganizationSpaceQuotaDefinitionsResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListOrganizationBillingManagersResponse.Builder |
ListOrganizationBillingManagersResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListOrganizationAuditorsResponse.Builder |
ListOrganizationAuditorsResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListOrganizationPrivateDomainsResponse.Builder |
ListOrganizationPrivateDomainsResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
ListOrganizationManagersResponse.Builder |
ListOrganizationManagersResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
ListOrganizationServicesResponse.Builder |
ListOrganizationServicesResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
ListOrganizationsResponse.Builder |
ListOrganizationsResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
ListOrganizationDomainsResponse.Builder |
ListOrganizationDomainsResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
ListOrganizationUsersResponse.Builder |
ListOrganizationUsersResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
ListOrganizationSpacesResponse.Builder |
ListOrganizationSpacesResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
GetOrganizationUserRolesResponse.Builder |
GetOrganizationUserRolesResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
ListOrganizationSpaceQuotaDefinitionsResponse.Builder |
ListOrganizationSpaceQuotaDefinitionsResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
ListOrganizationBillingManagersResponse.Builder |
ListOrganizationBillingManagersResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
ListOrganizationAuditorsResponse.Builder |
ListOrganizationAuditorsResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
ListOrganizationsRequest.Builder |
ListOrganizationsRequest.Builder.userIds(Iterable<String> elements)
Sets or replaces all elements for
userIds list. |
UserOrganizationRoleEntity.Builder |
UserOrganizationRoleEntity.Builder.username(String username)
Initializes the value for the
username attribute. |
OrganizationEntity.Builder |
OrganizationEntity.Builder.usersUrl(String usersUrl)
Initializes the value for the
usersUrl attribute. |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
DeletePrivateDomainRequest.getAsync()
The async
|
PrivateDomainEntity |
CreatePrivateDomainResponse.getEntity()
The resource's entity
|
PrivateDomainEntity |
GetPrivateDomainResponse.getEntity()
The resource's entity
|
JobEntity |
DeletePrivateDomainResponse.getEntity()
The resource's entity
|
PrivateDomainEntity |
PrivateDomainResource.getEntity()
The resource's entity
|
Metadata |
CreatePrivateDomainResponse.getMetadata()
The resource's metadata
|
Metadata |
GetPrivateDomainResponse.getMetadata()
The resource's metadata
|
Metadata |
DeletePrivateDomainResponse.getMetadata()
The resource's metadata
|
Metadata |
PrivateDomainResource.getMetadata()
The resource's metadata
|
String |
PrivateDomainEntity.getName()
The name
|
List<String> |
ListPrivateDomainsRequest.getNames()
The names
|
String |
ListPrivateDomainsResponse.getNextUrl()
The next url
|
OrderDirection |
ListPrivateDomainsRequest.getOrderDirection()
The order direction
|
String |
PrivateDomainEntity.getOwningOrganizationId()
The owning organization id
|
String |
PrivateDomainEntity.getOwningOrganizationUrl()
The owning organization url
|
Integer |
ListPrivateDomainsRequest.getPage()
The page
|
String |
ListPrivateDomainsResponse.getPreviousUrl()
The previous url
|
List<PrivateDomainResource> |
ListPrivateDomainsResponse.getResources()
The resources
|
Integer |
ListPrivateDomainsRequest.getResultsPerPage()
The results per page
|
String |
PrivateDomainEntity.getSharedOrganizationsUrl()
The shared organizations url
|
Integer |
ListPrivateDomainsResponse.getTotalPages()
The total pages
|
Integer |
ListPrivateDomainsResponse.getTotalResults()
The total results
|
| Modifier and Type | Method and Description |
|---|---|
DeletePrivateDomainRequest.Builder |
DeletePrivateDomainRequest.Builder.async(Boolean async)
Initializes the value for the
async attribute. |
DeletePrivateDomainResponse.Builder |
DeletePrivateDomainResponse.Builder.entity(JobEntity entity)
Initializes the value for the
entity attribute. |
CreatePrivateDomainResponse.Builder |
CreatePrivateDomainResponse.Builder.entity(PrivateDomainEntity entity)
Initializes the value for the
entity attribute. |
GetPrivateDomainResponse.Builder |
GetPrivateDomainResponse.Builder.entity(PrivateDomainEntity entity)
Initializes the value for the
entity attribute. |
PrivateDomainResource.Builder |
PrivateDomainResource.Builder.entity(PrivateDomainEntity entity)
Initializes the value for the
entity attribute. |
CreatePrivateDomainResponse.Builder |
CreatePrivateDomainResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
GetPrivateDomainResponse.Builder |
GetPrivateDomainResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
DeletePrivateDomainResponse.Builder |
DeletePrivateDomainResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
PrivateDomainResource.Builder |
PrivateDomainResource.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
PrivateDomainEntity.Builder |
PrivateDomainEntity.Builder.name(String name)
Initializes the value for the
name attribute. |
ListPrivateDomainsRequest.Builder |
ListPrivateDomainsRequest.Builder.names(Iterable<String> elements)
Sets or replaces all elements for
names list. |
ListPrivateDomainsResponse.Builder |
ListPrivateDomainsResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListPrivateDomainsRequest.Builder |
ListPrivateDomainsRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
PrivateDomainEntity.Builder |
PrivateDomainEntity.Builder.owningOrganizationId(String owningOrganizationId)
Initializes the value for the
owningOrganizationId attribute. |
PrivateDomainEntity.Builder |
PrivateDomainEntity.Builder.owningOrganizationUrl(String owningOrganizationUrl)
Initializes the value for the
owningOrganizationUrl attribute. |
ListPrivateDomainsRequest.Builder |
ListPrivateDomainsRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListPrivateDomainsResponse.Builder |
ListPrivateDomainsResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListPrivateDomainsResponse.Builder |
ListPrivateDomainsResponse.Builder.resources(Iterable<? extends PrivateDomainResource> elements)
Sets or replaces all elements for
resources list. |
ListPrivateDomainsRequest.Builder |
ListPrivateDomainsRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
PrivateDomainEntity.Builder |
PrivateDomainEntity.Builder.sharedOrganizationsUrl(String sharedOrganizationsUrl)
Initializes the value for the
sharedOrganizationsUrl attribute. |
ListPrivateDomainsResponse.Builder |
ListPrivateDomainsResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListPrivateDomainsResponse.Builder |
ListPrivateDomainsResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
| Modifier and Type | Method and Description |
|---|---|
String |
Resource.getHash()
The hash
|
String |
Resource.getMode()
The POSIX file mode in an octal representation
|
Integer |
Resource.getSize()
The size
|
| Modifier and Type | Method and Description |
|---|---|
Resource.Builder |
Resource.Builder.hash(String hash)
Initializes the value for the
hash attribute. |
Resource.Builder |
Resource.Builder.mode(String mode)
Initializes the value for the
mode attribute. |
Resource.Builder |
Resource.Builder.size(Integer size)
Initializes the value for the
size attribute. |
| Modifier and Type | Method and Description |
|---|---|
String |
RouteMappingEntity.getApplicationId()
The application id
|
List<String> |
ListRouteMappingsRequest.getApplicationIds()
The ids of the applications
|
Integer |
RouteMappingEntity.getApplicationPort()
The application port
|
Integer |
CreateRouteMappingRequest.getApplicationPort()
The application port on which the application should listen, and to which requests for the mapped route will be routed.
|
String |
RouteMappingEntity.getApplicationUrl()
The application url
|
Boolean |
DeleteRouteMappingRequest.getAsync()
The async parameter
|
RouteMappingEntity |
RouteMappingResource.getEntity()
The resource's entity
|
RouteMappingEntity |
CreateRouteMappingResponse.getEntity()
The resource's entity
|
JobEntity |
DeleteRouteMappingResponse.getEntity()
The resource's entity
|
RouteMappingEntity |
GetRouteMappingResponse.getEntity()
The resource's entity
|
Metadata |
RouteMappingResource.getMetadata()
The resource's metadata
|
Metadata |
CreateRouteMappingResponse.getMetadata()
The resource's metadata
|
Metadata |
DeleteRouteMappingResponse.getMetadata()
The resource's metadata
|
Metadata |
GetRouteMappingResponse.getMetadata()
The resource's metadata
|
String |
ListRouteMappingsResponse.getNextUrl()
The next url
|
OrderDirection |
ListRouteMappingsRequest.getOrderDirection()
The order direction
|
Integer |
ListRouteMappingsRequest.getPage()
The page
|
String |
ListRouteMappingsResponse.getPreviousUrl()
The previous url
|
List<RouteMappingResource> |
ListRouteMappingsResponse.getResources()
The resources
|
Integer |
ListRouteMappingsRequest.getResultsPerPage()
The results per page
|
String |
RouteMappingEntity.getRouteId()
The route id
|
List<String> |
ListRouteMappingsRequest.getRouteIds()
The ids of the routes
|
String |
RouteMappingEntity.getRouteUrl()
The route url
|
Integer |
ListRouteMappingsResponse.getTotalPages()
The total pages
|
Integer |
ListRouteMappingsResponse.getTotalResults()
The total results
|
| Modifier and Type | Method and Description |
|---|---|
RouteMappingEntity.Builder |
RouteMappingEntity.Builder.applicationId(String applicationId)
Initializes the value for the
applicationId attribute. |
ListRouteMappingsRequest.Builder |
ListRouteMappingsRequest.Builder.applicationIds(Iterable<String> elements)
Sets or replaces all elements for
applicationIds list. |
RouteMappingEntity.Builder |
RouteMappingEntity.Builder.applicationPort(Integer applicationPort)
Initializes the value for the
applicationPort attribute. |
CreateRouteMappingRequest.Builder |
CreateRouteMappingRequest.Builder.applicationPort(Integer applicationPort)
Initializes the value for the
applicationPort attribute. |
RouteMappingEntity.Builder |
RouteMappingEntity.Builder.applicationUrl(String applicationUrl)
Initializes the value for the
applicationUrl attribute. |
DeleteRouteMappingRequest.Builder |
DeleteRouteMappingRequest.Builder.async(Boolean async)
Initializes the value for the
async attribute. |
DeleteRouteMappingResponse.Builder |
DeleteRouteMappingResponse.Builder.entity(JobEntity entity)
Initializes the value for the
entity attribute. |
RouteMappingResource.Builder |
RouteMappingResource.Builder.entity(RouteMappingEntity entity)
Initializes the value for the
entity attribute. |
CreateRouteMappingResponse.Builder |
CreateRouteMappingResponse.Builder.entity(RouteMappingEntity entity)
Initializes the value for the
entity attribute. |
GetRouteMappingResponse.Builder |
GetRouteMappingResponse.Builder.entity(RouteMappingEntity entity)
Initializes the value for the
entity attribute. |
RouteMappingResource.Builder |
RouteMappingResource.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
CreateRouteMappingResponse.Builder |
CreateRouteMappingResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
DeleteRouteMappingResponse.Builder |
DeleteRouteMappingResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
GetRouteMappingResponse.Builder |
GetRouteMappingResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
ListRouteMappingsResponse.Builder |
ListRouteMappingsResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListRouteMappingsRequest.Builder |
ListRouteMappingsRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListRouteMappingsRequest.Builder |
ListRouteMappingsRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListRouteMappingsResponse.Builder |
ListRouteMappingsResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListRouteMappingsResponse.Builder |
ListRouteMappingsResponse.Builder.resources(Iterable<? extends RouteMappingResource> elements)
Sets or replaces all elements for
resources list. |
ListRouteMappingsRequest.Builder |
ListRouteMappingsRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
RouteMappingEntity.Builder |
RouteMappingEntity.Builder.routeId(String routeId)
Initializes the value for the
routeId attribute. |
ListRouteMappingsRequest.Builder |
ListRouteMappingsRequest.Builder.routeIds(Iterable<String> elements)
Sets or replaces all elements for
routeIds list. |
RouteMappingEntity.Builder |
RouteMappingEntity.Builder.routeUrl(String routeUrl)
Initializes the value for the
routeUrl attribute. |
ListRouteMappingsResponse.Builder |
ListRouteMappingsResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListRouteMappingsResponse.Builder |
ListRouteMappingsResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
| Modifier and Type | Method and Description |
|---|---|
String |
ListRouteApplicationsRequest.getApplicationId()
The application id
|
String |
RouteEntity.getApplicationsUrl()
The applications url
|
Boolean |
DeleteRouteRequest.getAsync()
The async
|
Boolean |
ListRouteApplicationsRequest.getDiego()
The diego flag
|
Domain |
Route.getDomain()
The domain
|
String |
RouteEntity.getDomainId()
The domain id
|
String |
UpdateRouteRequest.getDomainId()
The domain id
|
List<String> |
ListRoutesRequest.getDomainIds()
The domain ids
|
String |
RouteEntity.getDomainUrl()
The domain url
|
RouteEntity |
CreateRouteResponse.getEntity()
The resource's entity
|
JobEntity |
DeleteRouteResponse.getEntity()
The resource's entity
|
RouteEntity |
GetRouteResponse.getEntity()
The resource's entity
|
RouteEntity |
AssociateRouteApplicationResponse.getEntity()
The resource's entity
|
RouteEntity |
UpdateRouteResponse.getEntity()
The resource's entity
|
RouteEntity |
RouteResource.getEntity()
The resource's entity
|
Boolean |
CreateRouteRequest.getGeneratePort()
The generate port
|
String |
RouteExistsRequest.getHost()
The host
|
String |
RouteEntity.getHost()
The host
|
String |
Route.getHost()
The host
|
String |
CreateRouteRequest.getHost()
The host
|
String |
UpdateRouteRequest.getHost()
The host
|
List<String> |
ListRoutesRequest.getHosts()
The hosts
|
String |
Route.getId()
The id
|
Metadata |
CreateRouteResponse.getMetadata()
The resource's metadata
|
Metadata |
DeleteRouteResponse.getMetadata()
The resource's metadata
|
Metadata |
GetRouteResponse.getMetadata()
The resource's metadata
|
Metadata |
AssociateRouteApplicationResponse.getMetadata()
The resource's metadata
|
Metadata |
UpdateRouteResponse.getMetadata()
The resource's metadata
|
Metadata |
RouteResource.getMetadata()
The resource's metadata
|
List<String> |
ListRouteApplicationsRequest.getNames()
The names
|
String |
ListRouteApplicationsResponse.getNextUrl()
The next url
|
String |
ListRoutesResponse.getNextUrl()
The next url
|
OrderDirection |
ListRoutesRequest.getOrderDirection()
The order direction
|
OrderDirection |
ListRouteApplicationsRequest.getOrderDirection()
The order direction
|
String |
ListRoutesRequest.getOrganizationId()
The organization ids
|
List<String> |
ListRouteApplicationsRequest.getOrganizationIds()
The organization ids
|
Integer |
ListRoutesRequest.getPage()
The page
|
Integer |
ListRouteApplicationsRequest.getPage()
The page
|
String |
RouteExistsRequest.getPath()
The path
|
String |
RouteEntity.getPath()
The path
|
String |
Route.getPath()
The path
|
String |
CreateRouteRequest.getPath()
The path
|
String |
UpdateRouteRequest.getPath()
The path
|
List<String> |
ListRoutesRequest.getPaths()
The paths
|
Integer |
ListRoutesRequest.getPort()
The port
|
Integer |
RouteEntity.getPort()
The port
|
Integer |
Route.getPort()
The port
|
Integer |
CreateRouteRequest.getPort()
The port
|
Integer |
UpdateRouteRequest.getPort()
The port
|
String |
ListRouteApplicationsResponse.getPreviousUrl()
The previous url
|
String |
ListRoutesResponse.getPreviousUrl()
The previous url
|
List<ApplicationResource> |
ListRouteApplicationsResponse.getResources()
The resources
|
List<RouteResource> |
ListRoutesResponse.getResources()
The resources
|
Integer |
ListRoutesRequest.getResultsPerPage()
The results per page
|
Integer |
ListRouteApplicationsRequest.getResultsPerPage()
The results per page
|
String |
RouteEntity.getRouteMappingsUrl()
The route mappings url
|
String |
RouteEntity.getServiceInstanceId()
The service instance id
|
String |
RouteEntity.getServiceInstanceUrl()
The service instance url
|
String |
RouteEntity.getSpaceId()
The space id
|
String |
UpdateRouteRequest.getSpaceId()
The space id
|
List<String> |
ListRouteApplicationsRequest.getSpaceIds()
The space ids
|
String |
RouteEntity.getSpaceUrl()
The space url
|
List<String> |
ListRouteApplicationsRequest.getStackIds()
The stack ids
|
Integer |
ListRouteApplicationsResponse.getTotalPages()
The total pages
|
Integer |
ListRoutesResponse.getTotalPages()
The total pages
|
Integer |
ListRouteApplicationsResponse.getTotalResults()
The total results
|
Integer |
ListRoutesResponse.getTotalResults()
The total results
|
| Modifier and Type | Method and Description |
|---|---|
ListRouteApplicationsRequest.Builder |
ListRouteApplicationsRequest.Builder.applicationId(String applicationId)
Initializes the value for the
applicationId attribute. |
RouteEntity.Builder |
RouteEntity.Builder.applicationsUrl(String applicationsUrl)
Initializes the value for the
applicationsUrl attribute. |
DeleteRouteRequest.Builder |
DeleteRouteRequest.Builder.async(Boolean async)
Initializes the value for the
async attribute. |
ListRouteApplicationsRequest.Builder |
ListRouteApplicationsRequest.Builder.diego(Boolean diego)
Initializes the value for the
diego attribute. |
Route.Builder |
Route.Builder.domain(Domain domain)
Initializes the value for the
domain attribute. |
RouteEntity.Builder |
RouteEntity.Builder.domainId(String domainId)
Initializes the value for the
domainId attribute. |
UpdateRouteRequest.Builder |
UpdateRouteRequest.Builder.domainId(String domainId)
Initializes the value for the
domainId attribute. |
ListRoutesRequest.Builder |
ListRoutesRequest.Builder.domainIds(Iterable<String> elements)
Sets or replaces all elements for
domainIds list. |
RouteEntity.Builder |
RouteEntity.Builder.domainUrl(String domainUrl)
Initializes the value for the
domainUrl attribute. |
DeleteRouteResponse.Builder |
DeleteRouteResponse.Builder.entity(JobEntity entity)
Initializes the value for the
entity attribute. |
CreateRouteResponse.Builder |
CreateRouteResponse.Builder.entity(RouteEntity entity)
Initializes the value for the
entity attribute. |
GetRouteResponse.Builder |
GetRouteResponse.Builder.entity(RouteEntity entity)
Initializes the value for the
entity attribute. |
AssociateRouteApplicationResponse.Builder |
AssociateRouteApplicationResponse.Builder.entity(RouteEntity entity)
Initializes the value for the
entity attribute. |
UpdateRouteResponse.Builder |
UpdateRouteResponse.Builder.entity(RouteEntity entity)
Initializes the value for the
entity attribute. |
RouteResource.Builder |
RouteResource.Builder.entity(RouteEntity entity)
Initializes the value for the
entity attribute. |
CreateRouteRequest.Builder |
CreateRouteRequest.Builder.generatePort(Boolean generatePort)
Initializes the value for the
generatePort attribute. |
RouteExistsRequest.Builder |
RouteExistsRequest.Builder.host(String host)
Initializes the value for the
host attribute. |
RouteEntity.Builder |
RouteEntity.Builder.host(String host)
Initializes the value for the
host attribute. |
Route.Builder |
Route.Builder.host(String host)
Initializes the value for the
host attribute. |
CreateRouteRequest.Builder |
CreateRouteRequest.Builder.host(String host)
Initializes the value for the
host attribute. |
UpdateRouteRequest.Builder |
UpdateRouteRequest.Builder.host(String host)
Initializes the value for the
host attribute. |
ListRoutesRequest.Builder |
ListRoutesRequest.Builder.hosts(Iterable<String> elements)
Sets or replaces all elements for
hosts list. |
Route.Builder |
Route.Builder.id(String id)
Initializes the value for the
id attribute. |
CreateRouteResponse.Builder |
CreateRouteResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
DeleteRouteResponse.Builder |
DeleteRouteResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
GetRouteResponse.Builder |
GetRouteResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
AssociateRouteApplicationResponse.Builder |
AssociateRouteApplicationResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
UpdateRouteResponse.Builder |
UpdateRouteResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
RouteResource.Builder |
RouteResource.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
ListRouteApplicationsRequest.Builder |
ListRouteApplicationsRequest.Builder.names(Iterable<String> elements)
Sets or replaces all elements for
names list. |
ListRouteApplicationsResponse.Builder |
ListRouteApplicationsResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListRoutesResponse.Builder |
ListRoutesResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListRoutesRequest.Builder |
ListRoutesRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListRouteApplicationsRequest.Builder |
ListRouteApplicationsRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListRoutesRequest.Builder |
ListRoutesRequest.Builder.organizationId(String organizationId)
Initializes the value for the
organizationId attribute. |
ListRouteApplicationsRequest.Builder |
ListRouteApplicationsRequest.Builder.organizationIds(Iterable<String> elements)
Sets or replaces all elements for
organizationIds list. |
ListRoutesRequest.Builder |
ListRoutesRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListRouteApplicationsRequest.Builder |
ListRouteApplicationsRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
RouteExistsRequest.Builder |
RouteExistsRequest.Builder.path(String path)
Initializes the value for the
path attribute. |
RouteEntity.Builder |
RouteEntity.Builder.path(String path)
Initializes the value for the
path attribute. |
Route.Builder |
Route.Builder.path(String path)
Initializes the value for the
path attribute. |
CreateRouteRequest.Builder |
CreateRouteRequest.Builder.path(String path)
Initializes the value for the
path attribute. |
UpdateRouteRequest.Builder |
UpdateRouteRequest.Builder.path(String path)
Initializes the value for the
path attribute. |
ListRoutesRequest.Builder |
ListRoutesRequest.Builder.paths(Iterable<String> elements)
Sets or replaces all elements for
paths list. |
ListRoutesRequest.Builder |
ListRoutesRequest.Builder.port(Integer port)
Initializes the value for the
port attribute. |
RouteEntity.Builder |
RouteEntity.Builder.port(Integer port)
Initializes the value for the
port attribute. |
Route.Builder |
Route.Builder.port(Integer port)
Initializes the value for the
port attribute. |
CreateRouteRequest.Builder |
CreateRouteRequest.Builder.port(Integer port)
Initializes the value for the
port attribute. |
UpdateRouteRequest.Builder |
UpdateRouteRequest.Builder.port(Integer port)
Initializes the value for the
port attribute. |
ListRouteApplicationsResponse.Builder |
ListRouteApplicationsResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListRoutesResponse.Builder |
ListRoutesResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListRouteApplicationsResponse.Builder |
ListRouteApplicationsResponse.Builder.resources(Iterable<? extends ApplicationResource> elements)
Sets or replaces all elements for
resources list. |
ListRoutesResponse.Builder |
ListRoutesResponse.Builder.resources(Iterable<? extends RouteResource> elements)
Sets or replaces all elements for
resources list. |
ListRoutesRequest.Builder |
ListRoutesRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListRouteApplicationsRequest.Builder |
ListRouteApplicationsRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
RouteEntity.Builder |
RouteEntity.Builder.routeMappingsUrl(String routeMappingsUrl)
Initializes the value for the
routeMappingsUrl attribute. |
RouteEntity.Builder |
RouteEntity.Builder.serviceInstanceId(String serviceInstanceId)
Initializes the value for the
serviceInstanceId attribute. |
RouteEntity.Builder |
RouteEntity.Builder.serviceInstanceUrl(String serviceInstanceUrl)
Initializes the value for the
serviceInstanceUrl attribute. |
RouteEntity.Builder |
RouteEntity.Builder.spaceId(String spaceId)
Initializes the value for the
spaceId attribute. |
UpdateRouteRequest.Builder |
UpdateRouteRequest.Builder.spaceId(String spaceId)
Initializes the value for the
spaceId attribute. |
ListRouteApplicationsRequest.Builder |
ListRouteApplicationsRequest.Builder.spaceIds(Iterable<String> elements)
Sets or replaces all elements for
spaceIds list. |
RouteEntity.Builder |
RouteEntity.Builder.spaceUrl(String spaceUrl)
Initializes the value for the
spaceUrl attribute. |
ListRouteApplicationsRequest.Builder |
ListRouteApplicationsRequest.Builder.stackIds(Iterable<String> elements)
Sets or replaces all elements for
stackIds list. |
ListRouteApplicationsResponse.Builder |
ListRouteApplicationsResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListRoutesResponse.Builder |
ListRoutesResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListRouteApplicationsResponse.Builder |
ListRouteApplicationsResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
ListRoutesResponse.Builder |
ListRoutesResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
ListSecurityGroupSpacesRequest.getApplicationIds()
The application ids
|
Boolean |
DeleteSecurityGroupRequest.getAsync()
The async flag
|
Integer |
RuleEntity.getCode()
The code control signal for icmp
|
String |
RuleEntity.getDescription()
The description of the rule
|
String |
RuleEntity.getDestination()
The destination
|
List<String> |
ListSecurityGroupSpacesRequest.getDeveloperIds()
The developer ids
|
SecurityGroupEntity |
AssociateSecurityGroupSpaceResponse.getEntity()
The resource's entity
|
SecurityGroupEntity |
SetSecurityGroupStagingDefaultResponse.getEntity()
The resource's entity
|
SecurityGroupEntity |
SetSecurityGroupRunningDefaultResponse.getEntity()
The resource's entity
|
SecurityGroupEntity |
CreateSecurityGroupResponse.getEntity()
The resource's entity
|
JobEntity |
DeleteSecurityGroupResponse.getEntity()
The resource's entity
|
SecurityGroupEntity |
SecurityGroupResource.getEntity()
The resource's entity
|
SecurityGroupEntity |
GetSecurityGroupResponse.getEntity()
The resource's entity
|
SecurityGroupEntity |
UpdateSecurityGroupResponse.getEntity()
The resource's entity
|
Boolean |
RuleEntity.getLog()
Enables logging for the egress rule
|
Metadata |
AssociateSecurityGroupSpaceResponse.getMetadata()
The resource's metadata
|
Metadata |
SetSecurityGroupStagingDefaultResponse.getMetadata()
The resource's metadata
|
Metadata |
SetSecurityGroupRunningDefaultResponse.getMetadata()
The resource's metadata
|
Metadata |
CreateSecurityGroupResponse.getMetadata()
The resource's metadata
|
Metadata |
DeleteSecurityGroupResponse.getMetadata()
The resource's metadata
|
Metadata |
SecurityGroupResource.getMetadata()
The resource's metadata
|
Metadata |
GetSecurityGroupResponse.getMetadata()
The resource's metadata
|
Metadata |
UpdateSecurityGroupResponse.getMetadata()
The resource's metadata
|
String |
SecurityGroupEntity.getName()
The name
|
List<String> |
ListSecurityGroupsRequest.getNames()
The names
|
List<String> |
ListSecurityGroupSpacesRequest.getNames()
The names
|
String |
ListSecurityGroupSpacesResponse.getNextUrl()
The next url
|
String |
ListSecurityGroupStagingDefaultsResponse.getNextUrl()
The next url
|
String |
ListSecurityGroupRunningDefaultsResponse.getNextUrl()
The next url
|
String |
ListSecurityGroupsResponse.getNextUrl()
The next url
|
OrderDirection |
ListSecurityGroupStagingDefaultsRequest.getOrderDirection()
The order direction
|
OrderDirection |
ListSecurityGroupRunningDefaultsRequest.getOrderDirection()
The order direction
|
OrderDirection |
ListSecurityGroupsRequest.getOrderDirection()
The order direction
|
OrderDirection |
ListSecurityGroupSpacesRequest.getOrderDirection()
The order direction
|
List<String> |
ListSecurityGroupSpacesRequest.getOrganizationIds()
The organization ids
|
Integer |
ListSecurityGroupStagingDefaultsRequest.getPage()
The page
|
Integer |
ListSecurityGroupRunningDefaultsRequest.getPage()
The page
|
Integer |
ListSecurityGroupsRequest.getPage()
The page
|
Integer |
ListSecurityGroupSpacesRequest.getPage()
The page
|
String |
RuleEntity.getPorts()
The ports
|
String |
ListSecurityGroupSpacesResponse.getPreviousUrl()
The previous url
|
String |
ListSecurityGroupStagingDefaultsResponse.getPreviousUrl()
The previous url
|
String |
ListSecurityGroupRunningDefaultsResponse.getPreviousUrl()
The previous url
|
String |
ListSecurityGroupsResponse.getPreviousUrl()
The previous url
|
Protocol |
RuleEntity.getProtocol()
The protocol
|
List<SpaceResource> |
ListSecurityGroupSpacesResponse.getResources()
The resources
|
List<SecurityGroupResource> |
ListSecurityGroupStagingDefaultsResponse.getResources()
The resources
|
List<SecurityGroupResource> |
ListSecurityGroupRunningDefaultsResponse.getResources()
The resources
|
List<SecurityGroupResource> |
ListSecurityGroupsResponse.getResources()
The resources
|
Integer |
ListSecurityGroupStagingDefaultsRequest.getResultsPerPage()
The results per page
|
Integer |
ListSecurityGroupRunningDefaultsRequest.getResultsPerPage()
The results per page
|
Integer |
ListSecurityGroupsRequest.getResultsPerPage()
The results per page
|
Integer |
ListSecurityGroupSpacesRequest.getResultsPerPage()
The results per page
|
List<RuleEntity> |
UpdateSecurityGroupRequest.getRules()
The security group rules
|
List<RuleEntity> |
SecurityGroupEntity.getRules()
The rules
|
List<RuleEntity> |
CreateSecurityGroupRequest.getRules()
The security group rules
|
Boolean |
SecurityGroupEntity.getRunningDefault()
The running default
|
String |
ListSecurityGroupSpacesRequest.getSpaceId()
The space id
|
List<String> |
UpdateSecurityGroupRequest.getSpaceIds()
The list of associated spaces
|
List<String> |
CreateSecurityGroupRequest.getSpaceIds()
The list of associated spaces
|
String |
SecurityGroupEntity.getSpacesUrl()
The spaces url
|
Boolean |
SecurityGroupEntity.getStagingDefault()
The staging default
|
String |
SecurityGroupEntity.getStagingSpacesUrl()
The staging spaces url
|
Integer |
ListSecurityGroupSpacesResponse.getTotalPages()
The total pages
|
Integer |
ListSecurityGroupStagingDefaultsResponse.getTotalPages()
The total pages
|
Integer |
ListSecurityGroupRunningDefaultsResponse.getTotalPages()
The total pages
|
Integer |
ListSecurityGroupsResponse.getTotalPages()
The total pages
|
Integer |
ListSecurityGroupSpacesResponse.getTotalResults()
The total results
|
Integer |
ListSecurityGroupStagingDefaultsResponse.getTotalResults()
The total results
|
Integer |
ListSecurityGroupRunningDefaultsResponse.getTotalResults()
The total results
|
Integer |
ListSecurityGroupsResponse.getTotalResults()
The total results
|
Integer |
RuleEntity.getType()
The type control signal for icmp
|
| Modifier and Type | Method and Description |
|---|---|
ListSecurityGroupSpacesRequest.Builder |
ListSecurityGroupSpacesRequest.Builder.applicationIds(Iterable<String> elements)
Sets or replaces all elements for
applicationIds list. |
DeleteSecurityGroupRequest.Builder |
DeleteSecurityGroupRequest.Builder.async(Boolean async)
Initializes the value for the
async attribute. |
RuleEntity.Builder |
RuleEntity.Builder.code(Integer code)
Initializes the value for the
code attribute. |
RuleEntity.Builder |
RuleEntity.Builder.description(String description)
Initializes the value for the
description attribute. |
RuleEntity.Builder |
RuleEntity.Builder.destination(String destination)
Initializes the value for the
destination attribute. |
ListSecurityGroupSpacesRequest.Builder |
ListSecurityGroupSpacesRequest.Builder.developerIds(Iterable<String> elements)
Sets or replaces all elements for
developerIds list. |
DeleteSecurityGroupResponse.Builder |
DeleteSecurityGroupResponse.Builder.entity(JobEntity entity)
Initializes the value for the
entity attribute. |
AssociateSecurityGroupSpaceResponse.Builder |
AssociateSecurityGroupSpaceResponse.Builder.entity(SecurityGroupEntity entity)
Initializes the value for the
entity attribute. |
SetSecurityGroupStagingDefaultResponse.Builder |
SetSecurityGroupStagingDefaultResponse.Builder.entity(SecurityGroupEntity entity)
Initializes the value for the
entity attribute. |
SetSecurityGroupRunningDefaultResponse.Builder |
SetSecurityGroupRunningDefaultResponse.Builder.entity(SecurityGroupEntity entity)
Initializes the value for the
entity attribute. |
CreateSecurityGroupResponse.Builder |
CreateSecurityGroupResponse.Builder.entity(SecurityGroupEntity entity)
Initializes the value for the
entity attribute. |
SecurityGroupResource.Builder |
SecurityGroupResource.Builder.entity(SecurityGroupEntity entity)
Initializes the value for the
entity attribute. |
GetSecurityGroupResponse.Builder |
GetSecurityGroupResponse.Builder.entity(SecurityGroupEntity entity)
Initializes the value for the
entity attribute. |
UpdateSecurityGroupResponse.Builder |
UpdateSecurityGroupResponse.Builder.entity(SecurityGroupEntity entity)
Initializes the value for the
entity attribute. |
RuleEntity.Builder |
RuleEntity.Builder.log(Boolean log)
Initializes the value for the
log attribute. |
AssociateSecurityGroupSpaceResponse.Builder |
AssociateSecurityGroupSpaceResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
SetSecurityGroupStagingDefaultResponse.Builder |
SetSecurityGroupStagingDefaultResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
SetSecurityGroupRunningDefaultResponse.Builder |
SetSecurityGroupRunningDefaultResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
CreateSecurityGroupResponse.Builder |
CreateSecurityGroupResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
DeleteSecurityGroupResponse.Builder |
DeleteSecurityGroupResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
SecurityGroupResource.Builder |
SecurityGroupResource.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
GetSecurityGroupResponse.Builder |
GetSecurityGroupResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
UpdateSecurityGroupResponse.Builder |
UpdateSecurityGroupResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
SecurityGroupEntity.Builder |
SecurityGroupEntity.Builder.name(String name)
Initializes the value for the
name attribute. |
ListSecurityGroupsRequest.Builder |
ListSecurityGroupsRequest.Builder.names(Iterable<String> elements)
Sets or replaces all elements for
names list. |
ListSecurityGroupSpacesRequest.Builder |
ListSecurityGroupSpacesRequest.Builder.names(Iterable<String> elements)
Sets or replaces all elements for
names list. |
ListSecurityGroupSpacesResponse.Builder |
ListSecurityGroupSpacesResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListSecurityGroupStagingDefaultsResponse.Builder |
ListSecurityGroupStagingDefaultsResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListSecurityGroupRunningDefaultsResponse.Builder |
ListSecurityGroupRunningDefaultsResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListSecurityGroupsResponse.Builder |
ListSecurityGroupsResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListSecurityGroupStagingDefaultsRequest.Builder |
ListSecurityGroupStagingDefaultsRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListSecurityGroupRunningDefaultsRequest.Builder |
ListSecurityGroupRunningDefaultsRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListSecurityGroupsRequest.Builder |
ListSecurityGroupsRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListSecurityGroupSpacesRequest.Builder |
ListSecurityGroupSpacesRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListSecurityGroupSpacesRequest.Builder |
ListSecurityGroupSpacesRequest.Builder.organizationIds(Iterable<String> elements)
Sets or replaces all elements for
organizationIds list. |
ListSecurityGroupStagingDefaultsRequest.Builder |
ListSecurityGroupStagingDefaultsRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListSecurityGroupRunningDefaultsRequest.Builder |
ListSecurityGroupRunningDefaultsRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListSecurityGroupsRequest.Builder |
ListSecurityGroupsRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListSecurityGroupSpacesRequest.Builder |
ListSecurityGroupSpacesRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
RuleEntity.Builder |
RuleEntity.Builder.ports(String ports)
Initializes the value for the
ports attribute. |
ListSecurityGroupSpacesResponse.Builder |
ListSecurityGroupSpacesResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListSecurityGroupStagingDefaultsResponse.Builder |
ListSecurityGroupStagingDefaultsResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListSecurityGroupRunningDefaultsResponse.Builder |
ListSecurityGroupRunningDefaultsResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListSecurityGroupsResponse.Builder |
ListSecurityGroupsResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
RuleEntity.Builder |
RuleEntity.Builder.protocol(Protocol protocol)
Initializes the value for the
protocol attribute. |
ListSecurityGroupStagingDefaultsResponse.Builder |
ListSecurityGroupStagingDefaultsResponse.Builder.resources(Iterable<? extends SecurityGroupResource> elements)
Sets or replaces all elements for
resources list. |
ListSecurityGroupRunningDefaultsResponse.Builder |
ListSecurityGroupRunningDefaultsResponse.Builder.resources(Iterable<? extends SecurityGroupResource> elements)
Sets or replaces all elements for
resources list. |
ListSecurityGroupsResponse.Builder |
ListSecurityGroupsResponse.Builder.resources(Iterable<? extends SecurityGroupResource> elements)
Sets or replaces all elements for
resources list. |
ListSecurityGroupSpacesResponse.Builder |
ListSecurityGroupSpacesResponse.Builder.resources(Iterable<? extends SpaceResource> elements)
Sets or replaces all elements for
resources list. |
ListSecurityGroupStagingDefaultsRequest.Builder |
ListSecurityGroupStagingDefaultsRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListSecurityGroupRunningDefaultsRequest.Builder |
ListSecurityGroupRunningDefaultsRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListSecurityGroupsRequest.Builder |
ListSecurityGroupsRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListSecurityGroupSpacesRequest.Builder |
ListSecurityGroupSpacesRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
UpdateSecurityGroupRequest.Builder |
UpdateSecurityGroupRequest.Builder.rules(Iterable<? extends RuleEntity> elements)
Sets or replaces all elements for
rules list. |
SecurityGroupEntity.Builder |
SecurityGroupEntity.Builder.rules(Iterable<? extends RuleEntity> elements)
Sets or replaces all elements for
rules list. |
CreateSecurityGroupRequest.Builder |
CreateSecurityGroupRequest.Builder.rules(Iterable<? extends RuleEntity> elements)
Sets or replaces all elements for
rules list. |
SecurityGroupEntity.Builder |
SecurityGroupEntity.Builder.runningDefault(Boolean runningDefault)
Initializes the value for the
runningDefault attribute. |
ListSecurityGroupSpacesRequest.Builder |
ListSecurityGroupSpacesRequest.Builder.spaceId(String spaceId)
Initializes the value for the
spaceId attribute. |
UpdateSecurityGroupRequest.Builder |
UpdateSecurityGroupRequest.Builder.spaceIds(Iterable<String> elements)
Sets or replaces all elements for
spaceIds list. |
CreateSecurityGroupRequest.Builder |
CreateSecurityGroupRequest.Builder.spaceIds(Iterable<String> elements)
Sets or replaces all elements for
spaceIds list. |
SecurityGroupEntity.Builder |
SecurityGroupEntity.Builder.spacesUrl(String spacesUrl)
Initializes the value for the
spacesUrl attribute. |
SecurityGroupEntity.Builder |
SecurityGroupEntity.Builder.stagingDefault(Boolean stagingDefault)
Initializes the value for the
stagingDefault attribute. |
SecurityGroupEntity.Builder |
SecurityGroupEntity.Builder.stagingSpacesUrl(String stagingSpacesUrl)
Initializes the value for the
stagingSpacesUrl attribute. |
ListSecurityGroupSpacesResponse.Builder |
ListSecurityGroupSpacesResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListSecurityGroupStagingDefaultsResponse.Builder |
ListSecurityGroupStagingDefaultsResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListSecurityGroupRunningDefaultsResponse.Builder |
ListSecurityGroupRunningDefaultsResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListSecurityGroupsResponse.Builder |
ListSecurityGroupsResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListSecurityGroupSpacesResponse.Builder |
ListSecurityGroupSpacesResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
ListSecurityGroupStagingDefaultsResponse.Builder |
ListSecurityGroupStagingDefaultsResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
ListSecurityGroupRunningDefaultsResponse.Builder |
ListSecurityGroupRunningDefaultsResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
ListSecurityGroupsResponse.Builder |
ListSecurityGroupsResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
RuleEntity.Builder |
RuleEntity.Builder.type(Integer type)
Initializes the value for the
type attribute. |
| Modifier and Type | Method and Description |
|---|---|
String |
ServiceBindingEntity.getApplicationId()
The application id
|
List<String> |
ListServiceBindingsRequest.getApplicationIds()
The application ids
|
String |
ServiceBindingEntity.getApplicationUrl()
The application url
|
Boolean |
DeleteServiceBindingRequest.getAsync()
The async flag
|
Map<String,Object> |
ServiceBindingEntity.getBindingOptions()
The binding options
|
Map<String,Object> |
ServiceBindingEntity.getCredentials()
The credentials
|
String |
VolumeMounts.getDeviceType() |
ServiceBindingEntity |
ServiceBindingResource.getEntity()
The resource's entity
|
ServiceBindingEntity |
GetServiceBindingResponse.getEntity()
The resource's entity
|
JobEntity |
DeleteServiceBindingResponse.getEntity()
The resource's entity
|
ServiceBindingEntity |
CreateServiceBindingResponse.getEntity()
The resource's entity
|
GatewayData |
ServiceBindingEntity.getGatewayData()
Deprecated.
|
String |
ServiceBindingEntity.getGatewayName()
The gateway name
|
Metadata |
ServiceBindingResource.getMetadata()
The resource's metadata
|
Metadata |
GetServiceBindingResponse.getMetadata()
The resource's metadata
|
Metadata |
DeleteServiceBindingResponse.getMetadata()
The resource's metadata
|
Metadata |
CreateServiceBindingResponse.getMetadata()
The resource's metadata
|
String |
VolumeMounts.getMode() |
String |
ListServiceBindingsResponse.getNextUrl()
The next url
|
OrderDirection |
ListServiceBindingsRequest.getOrderDirection()
The order direction
|
Integer |
ListServiceBindingsRequest.getPage()
The page
|
Map<String,Object> |
CreateServiceBindingRequest.getParameters()
Key/value pairs of all arbitrary parameters to pass along to the service broker
|
String |
ListServiceBindingsResponse.getPreviousUrl()
The previous url
|
List<ServiceBindingResource> |
ListServiceBindingsResponse.getResources()
The resources
|
Integer |
ListServiceBindingsRequest.getResultsPerPage()
The results per page
|
String |
ServiceBindingEntity.getServiceInstanceId()
The service instance id
|
List<String> |
ListServiceBindingsRequest.getServiceInstanceIds()
The service instance ids
|
String |
ServiceBindingEntity.getServiceInstanceUrl()
The service instance url
|
String |
ServiceBindingEntity.getSyslogDrainUrl()
The syslog drain url
|
Integer |
ListServiceBindingsResponse.getTotalPages()
The total pages
|
Integer |
ListServiceBindingsResponse.getTotalResults()
The total results
|
List<VolumeMounts> |
ServiceBindingEntity.getVolumeMounts()
The volume mounts
|
| Modifier and Type | Method and Description |
|---|---|
ServiceBindingEntity.Builder |
ServiceBindingEntity.Builder.applicationId(String applicationId)
Initializes the value for the
applicationId attribute. |
ListServiceBindingsRequest.Builder |
ListServiceBindingsRequest.Builder.applicationIds(Iterable<String> elements)
Sets or replaces all elements for
applicationIds list. |
ServiceBindingEntity.Builder |
ServiceBindingEntity.Builder.applicationUrl(String applicationUrl)
Initializes the value for the
applicationUrl attribute. |
DeleteServiceBindingRequest.Builder |
DeleteServiceBindingRequest.Builder.async(Boolean async)
Initializes the value for the
async attribute. |
ServiceBindingEntity.Builder |
ServiceBindingEntity.Builder.bindingOptions(Map<String,? extends Object> bindingOptions)
Sets or replaces all mappings from the specified map as entries for the
bindingOptions map. |
ServiceBindingEntity.Builder |
ServiceBindingEntity.Builder.credentials(Map<String,? extends Object> credentials)
Sets or replaces all mappings from the specified map as entries for the
credentials map. |
VolumeMounts.Builder |
VolumeMounts.Builder.deviceType(String deviceType)
Initializes the value for the
deviceType attribute. |
DeleteServiceBindingResponse.Builder |
DeleteServiceBindingResponse.Builder.entity(JobEntity entity)
Initializes the value for the
entity attribute. |
ServiceBindingResource.Builder |
ServiceBindingResource.Builder.entity(ServiceBindingEntity entity)
Initializes the value for the
entity attribute. |
GetServiceBindingResponse.Builder |
GetServiceBindingResponse.Builder.entity(ServiceBindingEntity entity)
Initializes the value for the
entity attribute. |
CreateServiceBindingResponse.Builder |
CreateServiceBindingResponse.Builder.entity(ServiceBindingEntity entity)
Initializes the value for the
entity attribute. |
ServiceBindingEntity.Builder |
ServiceBindingEntity.Builder.gatewayData(GatewayData gatewayData)
Deprecated.
|
ServiceBindingEntity.Builder |
ServiceBindingEntity.Builder.gatewayName(String gatewayName)
Initializes the value for the
gatewayName attribute. |
ServiceBindingResource.Builder |
ServiceBindingResource.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
GetServiceBindingResponse.Builder |
GetServiceBindingResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
DeleteServiceBindingResponse.Builder |
DeleteServiceBindingResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
CreateServiceBindingResponse.Builder |
CreateServiceBindingResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
VolumeMounts.Builder |
VolumeMounts.Builder.mode(String mode)
Initializes the value for the
mode attribute. |
ListServiceBindingsResponse.Builder |
ListServiceBindingsResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListServiceBindingsRequest.Builder |
ListServiceBindingsRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListServiceBindingsRequest.Builder |
ListServiceBindingsRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
CreateServiceBindingRequest.Builder |
CreateServiceBindingRequest.Builder.parameters(Map<String,? extends Object> parameters)
Sets or replaces all mappings from the specified map as entries for the
parameters map. |
ListServiceBindingsResponse.Builder |
ListServiceBindingsResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListServiceBindingsResponse.Builder |
ListServiceBindingsResponse.Builder.resources(Iterable<? extends ServiceBindingResource> elements)
Sets or replaces all elements for
resources list. |
ListServiceBindingsRequest.Builder |
ListServiceBindingsRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ServiceBindingEntity.Builder |
ServiceBindingEntity.Builder.serviceInstanceId(String serviceInstanceId)
Initializes the value for the
serviceInstanceId attribute. |
ListServiceBindingsRequest.Builder |
ListServiceBindingsRequest.Builder.serviceInstanceIds(Iterable<String> elements)
Sets or replaces all elements for
serviceInstanceIds list. |
ServiceBindingEntity.Builder |
ServiceBindingEntity.Builder.serviceInstanceUrl(String serviceInstanceUrl)
Initializes the value for the
serviceInstanceUrl attribute. |
ServiceBindingEntity.Builder |
ServiceBindingEntity.Builder.syslogDrainUrl(String syslogDrainUrl)
Initializes the value for the
syslogDrainUrl attribute. |
ListServiceBindingsResponse.Builder |
ListServiceBindingsResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListServiceBindingsResponse.Builder |
ListServiceBindingsResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
ServiceBindingEntity.Builder |
ServiceBindingEntity.Builder.volumeMounts(Iterable<? extends VolumeMounts> elements)
Sets or replaces all elements for
volumeMounts list. |
| Modifier and Type | Method and Description |
|---|---|
String |
UpdateServiceBrokerRequest.getAuthenticationPassword()
The password with which to authenticate against the service broker.
|
String |
ServiceBrokerEntity.getAuthenticationUsername()
The authentication username
|
String |
UpdateServiceBrokerRequest.getAuthenticationUsername()
The username with which to authenticate against the service broker.
|
String |
ServiceBrokerEntity.getBrokerUrl()
The url of the service broker.
|
String |
UpdateServiceBrokerRequest.getBrokerUrl()
The url of the service broker.
|
ServiceBrokerEntity |
UpdateServiceBrokerResponse.getEntity()
The resource's entity
|
ServiceBrokerEntity |
ServiceBrokerResource.getEntity()
The resource's entity
|
ServiceBrokerEntity |
GetServiceBrokerResponse.getEntity()
The resource's entity
|
ServiceBrokerEntity |
CreateServiceBrokerResponse.getEntity()
The resource's entity
|
Metadata |
UpdateServiceBrokerResponse.getMetadata()
The resource's metadata
|
Metadata |
ServiceBrokerResource.getMetadata()
The resource's metadata
|
Metadata |
GetServiceBrokerResponse.getMetadata()
The resource's metadata
|
Metadata |
CreateServiceBrokerResponse.getMetadata()
The resource's metadata
|
String |
ServiceBrokerEntity.getName()
The name
|
String |
UpdateServiceBrokerRequest.getName()
The name of the service broker.
|
List<String> |
ListServiceBrokersRequest.getNames()
The names
|
String |
ListServiceBrokersResponse.getNextUrl()
The next url
|
OrderDirection |
ListServiceBrokersRequest.getOrderDirection()
The order direction
|
Integer |
ListServiceBrokersRequest.getPage()
The page
|
String |
ListServiceBrokersResponse.getPreviousUrl()
The previous url
|
List<ServiceBrokerResource> |
ListServiceBrokersResponse.getResources()
The resources
|
Integer |
ListServiceBrokersRequest.getResultsPerPage()
The results per page
|
String |
ServiceBrokerEntity.getSpaceId()
The space id
|
String |
CreateServiceBrokerRequest.getSpaceId()
(experimental) Guid of a space the broker is scoped to.
|
List<String> |
ListServiceBrokersRequest.getSpaceIds()
The space ids
|
Integer |
ListServiceBrokersResponse.getTotalPages()
The total pages
|
Integer |
ListServiceBrokersResponse.getTotalResults()
The total results
|
| Modifier and Type | Method and Description |
|---|---|
UpdateServiceBrokerRequest.Builder |
UpdateServiceBrokerRequest.Builder.authenticationPassword(String authenticationPassword)
Initializes the value for the
authenticationPassword attribute. |
ServiceBrokerEntity.Builder |
ServiceBrokerEntity.Builder.authenticationUsername(String authenticationUsername)
Initializes the value for the
authenticationUsername attribute. |
UpdateServiceBrokerRequest.Builder |
UpdateServiceBrokerRequest.Builder.authenticationUsername(String authenticationUsername)
Initializes the value for the
authenticationUsername attribute. |
ServiceBrokerEntity.Builder |
ServiceBrokerEntity.Builder.brokerUrl(String brokerUrl)
Initializes the value for the
brokerUrl attribute. |
UpdateServiceBrokerRequest.Builder |
UpdateServiceBrokerRequest.Builder.brokerUrl(String brokerUrl)
Initializes the value for the
brokerUrl attribute. |
UpdateServiceBrokerResponse.Builder |
UpdateServiceBrokerResponse.Builder.entity(ServiceBrokerEntity entity)
Initializes the value for the
entity attribute. |
ServiceBrokerResource.Builder |
ServiceBrokerResource.Builder.entity(ServiceBrokerEntity entity)
Initializes the value for the
entity attribute. |
GetServiceBrokerResponse.Builder |
GetServiceBrokerResponse.Builder.entity(ServiceBrokerEntity entity)
Initializes the value for the
entity attribute. |
CreateServiceBrokerResponse.Builder |
CreateServiceBrokerResponse.Builder.entity(ServiceBrokerEntity entity)
Initializes the value for the
entity attribute. |
UpdateServiceBrokerResponse.Builder |
UpdateServiceBrokerResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
ServiceBrokerResource.Builder |
ServiceBrokerResource.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
GetServiceBrokerResponse.Builder |
GetServiceBrokerResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
CreateServiceBrokerResponse.Builder |
CreateServiceBrokerResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
ServiceBrokerEntity.Builder |
ServiceBrokerEntity.Builder.name(String name)
Initializes the value for the
name attribute. |
UpdateServiceBrokerRequest.Builder |
UpdateServiceBrokerRequest.Builder.name(String name)
Initializes the value for the
name attribute. |
ListServiceBrokersRequest.Builder |
ListServiceBrokersRequest.Builder.names(Iterable<String> elements)
Sets or replaces all elements for
names list. |
ListServiceBrokersResponse.Builder |
ListServiceBrokersResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListServiceBrokersRequest.Builder |
ListServiceBrokersRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListServiceBrokersRequest.Builder |
ListServiceBrokersRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListServiceBrokersResponse.Builder |
ListServiceBrokersResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListServiceBrokersResponse.Builder |
ListServiceBrokersResponse.Builder.resources(Iterable<? extends ServiceBrokerResource> elements)
Sets or replaces all elements for
resources list. |
ListServiceBrokersRequest.Builder |
ListServiceBrokersRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ServiceBrokerEntity.Builder |
ServiceBrokerEntity.Builder.spaceId(String spaceId)
Initializes the value for the
spaceId attribute. |
CreateServiceBrokerRequest.Builder |
CreateServiceBrokerRequest.Builder.spaceId(String spaceId)
Initializes the value for the
spaceId attribute. |
ListServiceBrokersRequest.Builder |
ListServiceBrokersRequest.Builder.spaceIds(Iterable<String> elements)
Sets or replaces all elements for
spaceIds list. |
ListServiceBrokersResponse.Builder |
ListServiceBrokersResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListServiceBrokersResponse.Builder |
ListServiceBrokersResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
DeleteServiceInstanceRequest.getAcceptsIncomplete()
The accept incomplete flag
|
Boolean |
CreateServiceInstanceRequest.getAcceptsIncomplete()
The accept incomplete flag
|
Boolean |
UpdateServiceInstanceRequest.getAcceptsIncomplete()
The accept incomplete flag
|
List<String> |
ListServiceInstanceServiceBindingsRequest.getApplicationIds()
The ids of the applications
|
Boolean |
DeleteServiceInstanceRequest.getAsync()
The async flag
|
Integer |
ServiceInstance.getBoundApplicationCount()
The bound application count
|
String |
LastOperation.getCreatedAt()
When the entity was created
|
abstract Map<String,Object> |
BaseServiceInstanceEntity.getCredentials()
The credentials
|
Map<String,Object> |
UnionServiceInstanceEntity.getCredentials()
The credentials
|
Map<String,Object> |
ServiceInstanceEntity.getCredentials()
The credentials
|
String |
UnionServiceInstanceEntity.getDashboardUrl()
The dashboard url
|
String |
ServiceInstance.getDashboardUrl()
The dashboard url
|
String |
ServiceInstanceEntity.getDashboardUrl()
The dashboard url
|
String |
LastOperation.getDescription()
The description
|
UnionServiceInstanceEntity |
UnionServiceInstanceResource.getEntity()
The resource's entity
|
ServiceInstanceEntity |
ServiceInstanceResource.getEntity()
The resource's entity
|
JobEntity |
DeleteServiceInstanceResponse.getEntity()
The resource's entity
|
ServiceInstanceEntity |
BindServiceInstanceToRouteResponse.getEntity()
The resource's entity
|
ServiceInstanceEntity |
UpdateServiceInstanceResponse.getEntity()
The resource's entity
|
ServiceInstanceEntity |
CreateServiceInstanceResponse.getEntity()
The resource's entity
|
ServiceInstanceEntity |
GetServiceInstanceResponse.getEntity()
The resource's entity
|
GatewayData |
UnionServiceInstanceEntity.getGatewayData()
Deprecated.
|
GatewayData |
ServiceInstanceEntity.getGatewayData()
Deprecated.
|
List<String> |
ListServiceInstanceServiceKeysRequest.getGatewayNames()
The gateway names
|
List<String> |
ListServiceInstancesRequest.getGatewayNames()
The gateway names
|
String |
ServiceInstance.getId()
The id
|
String |
Service.getId()
The id
|
String |
Plan.getId()
The id
|
String |
Service.getLabel()
The label
|
LastOperation |
UnionServiceInstanceEntity.getLastOperation()
The last operation
|
LastOperation |
ServiceInstance.getLastOperation()
The last operation
|
LastOperation |
ServiceInstanceEntity.getLastOperation()
The last operation
|
Boolean |
GetServiceInstancePermissionsResponse.getManage()
The manage flag
|
Metadata |
UnionServiceInstanceResource.getMetadata()
The resource's metadata
|
Metadata |
ServiceInstanceResource.getMetadata()
The resource's metadata
|
Metadata |
DeleteServiceInstanceResponse.getMetadata()
The resource's metadata
|
Metadata |
BindServiceInstanceToRouteResponse.getMetadata()
The resource's metadata
|
Metadata |
UpdateServiceInstanceResponse.getMetadata()
The resource's metadata
|
Metadata |
CreateServiceInstanceResponse.getMetadata()
The resource's metadata
|
Metadata |
GetServiceInstanceResponse.getMetadata()
The resource's metadata
|
abstract String |
BaseServiceInstanceEntity.getName()
The name
|
String |
UnionServiceInstanceEntity.getName()
The name
|
String |
ServiceInstance.getName()
The name
|
String |
ServiceInstanceEntity.getName()
The name
|
String |
Plan.getName()
The name
|
String |
UpdateServiceInstanceRequest.getName()
The name
|
List<String> |
ListServiceInstanceServiceKeysRequest.getNames()
The names
|
List<String> |
ListServiceInstancesRequest.getNames()
The names
|
String |
ListServiceInstanceServiceBindingsResponse.getNextUrl()
The next url
|
String |
ListServiceInstancesResponse.getNextUrl()
The next url
|
String |
ListServiceInstanceServiceKeysResponse.getNextUrl()
The next url
|
Map<String,String> |
GatewayData.getOptions()
The options
|
OrderDirection |
ListServiceInstanceServiceKeysRequest.getOrderDirection()
The order direction
|
OrderDirection |
ListServiceInstancesRequest.getOrderDirection()
The order direction
|
OrderDirection |
ListServiceInstanceServiceBindingsRequest.getOrderDirection()
The order direction
|
List<String> |
ListServiceInstanceServiceKeysRequest.getOrganizationIds()
The organization ids
|
List<String> |
ListServiceInstancesRequest.getOrganizationIds()
The organization ids
|
Integer |
ListServiceInstanceServiceKeysRequest.getPage()
The page
|
Integer |
ListServiceInstancesRequest.getPage()
The page
|
Integer |
ListServiceInstanceServiceBindingsRequest.getPage()
The page
|
Map<String,Object> |
BindServiceInstanceToRouteRequest.getParameters()
Key/value pairs of all arbitrary parameters to pass along to the service broker
|
Map<String,Object> |
CreateServiceInstanceRequest.getParameters()
Key/value pairs of all arbitrary parameters to pass along to the service broker
|
Map<String,Object> |
UpdateServiceInstanceRequest.getParameters()
Key/value pairs of all arbitrary parameters to pass along to the service broker
|
String |
ListServiceInstanceServiceBindingsResponse.getPreviousUrl()
The previous url
|
String |
ListServiceInstancesResponse.getPreviousUrl()
The previous url
|
String |
ListServiceInstanceServiceKeysResponse.getPreviousUrl()
The previous url
|
String |
Service.getProvider()
The provider
|
Boolean |
DeleteServiceInstanceRequest.getPurge()
The purge flag
|
Boolean |
DeleteServiceInstanceRequest.getRecursive()
The recursive flag
|
List<ServiceBindingResource> |
ListServiceInstanceServiceBindingsResponse.getResources()
The resources
|
List<ServiceInstanceResource> |
ListServiceInstancesResponse.getResources()
The resources
|
List<ServiceKeyResource> |
ListServiceInstanceServiceKeysResponse.getResources()
The resources
|
Integer |
ListServiceInstanceServiceKeysRequest.getResultsPerPage()
The results per page
|
Integer |
ListServiceInstancesRequest.getResultsPerPage()
The results per page
|
Integer |
ListServiceInstanceServiceBindingsRequest.getResultsPerPage()
The results per page
|
String |
UnionServiceInstanceEntity.getRouteServiceUrl()
URL to which requests for bound routes will be forwarded
|
abstract String |
BaseServiceInstanceEntity.getRoutesUrl()
The routes url
|
String |
UnionServiceInstanceEntity.getRoutesUrl()
The routes url
|
String |
ServiceInstanceEntity.getRoutesUrl()
The routes url
|
Service |
Plan.getService()
The service
|
List<String> |
ListServiceInstanceServiceKeysRequest.getServiceBindingIds()
The service binding ids
|
List<String> |
ListServiceInstancesRequest.getServiceBindingIds()
The service binding ids
|
abstract String |
BaseServiceInstanceEntity.getServiceBindingsUrl()
The service bindings url
|
String |
UnionServiceInstanceEntity.getServiceBindingsUrl()
The service bindings url
|
String |
ServiceInstanceEntity.getServiceBindingsUrl()
The service bindings url
|
List<String> |
ListServiceInstanceServiceKeysRequest.getServiceKeyIds()
The service key ids
|
List<String> |
ListServiceInstancesRequest.getServiceKeyIds()
The service key ids
|
String |
UnionServiceInstanceEntity.getServiceKeysUrl()
The service keys url
|
String |
ServiceInstanceEntity.getServiceKeysUrl()
The service keys url
|
Plan |
ServiceInstance.getServicePlan()
The service plan
|
String |
UnionServiceInstanceEntity.getServicePlanId()
The service plan id
|
String |
ServiceInstanceEntity.getServicePlanId()
The service plan id
|
String |
UpdateServiceInstanceRequest.getServicePlanId()
The service plan id
|
List<String> |
ListServiceInstanceServiceKeysRequest.getServicePlanIds()
The service plan ids
|
List<String> |
ListServiceInstancesRequest.getServicePlanIds()
The service plan ids
|
String |
UnionServiceInstanceEntity.getServicePlanUrl()
The service plan url
|
String |
ServiceInstanceEntity.getServicePlanUrl()
The service plan url
|
abstract String |
BaseServiceInstanceEntity.getSpaceId()
The space id
|
String |
UnionServiceInstanceEntity.getSpaceId()
The space id
|
String |
ServiceInstanceEntity.getSpaceId()
The space id
|
List<String> |
ListServiceInstanceServiceKeysRequest.getSpaceIds()
The space ids
|
List<String> |
ListServiceInstancesRequest.getSpaceIds()
The space ids
|
abstract String |
BaseServiceInstanceEntity.getSpaceUrl()
The space url
|
String |
UnionServiceInstanceEntity.getSpaceUrl()
The space url
|
String |
ServiceInstanceEntity.getSpaceUrl()
The space url
|
String |
LastOperation.getState()
The state
|
String |
UnionServiceInstanceEntity.getSyslogDrainUrl()
The url for the syslog_drain to direct to
|
List<String> |
UnionServiceInstanceEntity.getTags()
The tags
|
List<String> |
ServiceInstanceEntity.getTags()
The tags
|
List<String> |
CreateServiceInstanceRequest.getTags()
A list of tags for the service instance
|
List<String> |
UpdateServiceInstanceRequest.getTags()
A list of tags for the service instance
|
Integer |
ListServiceInstanceServiceBindingsResponse.getTotalPages()
The total pages
|
Integer |
ListServiceInstancesResponse.getTotalPages()
The total pages
|
Integer |
ListServiceInstanceServiceKeysResponse.getTotalPages()
The total pages
|
Integer |
ListServiceInstanceServiceBindingsResponse.getTotalResults()
The total results
|
Integer |
ListServiceInstancesResponse.getTotalResults()
The total results
|
Integer |
ListServiceInstanceServiceKeysResponse.getTotalResults()
The total results
|
abstract String |
BaseServiceInstanceEntity.getType()
The type
|
String |
UnionServiceInstanceEntity.getType()
The type
|
String |
ServiceInstanceEntity.getType()
The type
|
String |
LastOperation.getType()
The type
|
String |
LastOperation.getUpdatedAt()
When the entity was last updated
|
String |
Service.getVersion()
The version
|
| Modifier and Type | Method and Description |
|---|---|
DeleteServiceInstanceRequest.Builder |
DeleteServiceInstanceRequest.Builder.acceptsIncomplete(Boolean acceptsIncomplete)
Initializes the value for the
acceptsIncomplete attribute. |
CreateServiceInstanceRequest.Builder |
CreateServiceInstanceRequest.Builder.acceptsIncomplete(Boolean acceptsIncomplete)
Initializes the value for the
acceptsIncomplete attribute. |
UpdateServiceInstanceRequest.Builder |
UpdateServiceInstanceRequest.Builder.acceptsIncomplete(Boolean acceptsIncomplete)
Initializes the value for the
acceptsIncomplete attribute. |
ListServiceInstanceServiceBindingsRequest.Builder |
ListServiceInstanceServiceBindingsRequest.Builder.applicationIds(Iterable<String> elements)
Sets or replaces all elements for
applicationIds list. |
DeleteServiceInstanceRequest.Builder |
DeleteServiceInstanceRequest.Builder.async(Boolean async)
Initializes the value for the
async attribute. |
ServiceInstance.Builder |
ServiceInstance.Builder.boundApplicationCount(Integer boundApplicationCount)
Initializes the value for the
boundApplicationCount attribute. |
LastOperation.Builder |
LastOperation.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
UnionServiceInstanceEntity.Builder |
UnionServiceInstanceEntity.Builder.credentials(Map<String,? extends Object> credentials)
Sets or replaces all mappings from the specified map as entries for the
credentials map. |
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.credentials(Map<String,? extends Object> credentials)
Sets or replaces all mappings from the specified map as entries for the
credentials map. |
UnionServiceInstanceEntity.Builder |
UnionServiceInstanceEntity.Builder.dashboardUrl(String dashboardUrl)
Initializes the value for the
dashboardUrl attribute. |
ServiceInstance.Builder |
ServiceInstance.Builder.dashboardUrl(String dashboardUrl)
Initializes the value for the
dashboardUrl attribute. |
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.dashboardUrl(String dashboardUrl)
Initializes the value for the
dashboardUrl attribute. |
LastOperation.Builder |
LastOperation.Builder.description(String description)
Initializes the value for the
description attribute. |
DeleteServiceInstanceResponse.Builder |
DeleteServiceInstanceResponse.Builder.entity(JobEntity entity)
Initializes the value for the
entity attribute. |
ServiceInstanceResource.Builder |
ServiceInstanceResource.Builder.entity(ServiceInstanceEntity entity)
Initializes the value for the
entity attribute. |
BindServiceInstanceToRouteResponse.Builder |
BindServiceInstanceToRouteResponse.Builder.entity(ServiceInstanceEntity entity)
Initializes the value for the
entity attribute. |
UpdateServiceInstanceResponse.Builder |
UpdateServiceInstanceResponse.Builder.entity(ServiceInstanceEntity entity)
Initializes the value for the
entity attribute. |
CreateServiceInstanceResponse.Builder |
CreateServiceInstanceResponse.Builder.entity(ServiceInstanceEntity entity)
Initializes the value for the
entity attribute. |
GetServiceInstanceResponse.Builder |
GetServiceInstanceResponse.Builder.entity(ServiceInstanceEntity entity)
Initializes the value for the
entity attribute. |
UnionServiceInstanceResource.Builder |
UnionServiceInstanceResource.Builder.entity(UnionServiceInstanceEntity entity)
Initializes the value for the
entity attribute. |
UnionServiceInstanceEntity.Builder |
UnionServiceInstanceEntity.Builder.gatewayData(GatewayData gatewayData)
Deprecated.
|
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.gatewayData(GatewayData gatewayData)
Deprecated.
|
ListServiceInstanceServiceKeysRequest.Builder |
ListServiceInstanceServiceKeysRequest.Builder.gatewayNames(Iterable<String> elements)
Sets or replaces all elements for
gatewayNames list. |
ListServiceInstancesRequest.Builder |
ListServiceInstancesRequest.Builder.gatewayNames(Iterable<String> elements)
Sets or replaces all elements for
gatewayNames list. |
ServiceInstance.Builder |
ServiceInstance.Builder.id(String id)
Initializes the value for the
id attribute. |
Service.Builder |
Service.Builder.id(String id)
Initializes the value for the
id attribute. |
Plan.Builder |
Plan.Builder.id(String id)
Initializes the value for the
id attribute. |
Service.Builder |
Service.Builder.label(String label)
Initializes the value for the
label attribute. |
UnionServiceInstanceEntity.Builder |
UnionServiceInstanceEntity.Builder.lastOperation(LastOperation lastOperation)
Initializes the value for the
lastOperation attribute. |
ServiceInstance.Builder |
ServiceInstance.Builder.lastOperation(LastOperation lastOperation)
Initializes the value for the
lastOperation attribute. |
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.lastOperation(LastOperation lastOperation)
Initializes the value for the
lastOperation attribute. |
GetServiceInstancePermissionsResponse.Builder |
GetServiceInstancePermissionsResponse.Builder.manage(Boolean manage)
Initializes the value for the
manage attribute. |
UnionServiceInstanceResource.Builder |
UnionServiceInstanceResource.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
ServiceInstanceResource.Builder |
ServiceInstanceResource.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
DeleteServiceInstanceResponse.Builder |
DeleteServiceInstanceResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
BindServiceInstanceToRouteResponse.Builder |
BindServiceInstanceToRouteResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
UpdateServiceInstanceResponse.Builder |
UpdateServiceInstanceResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
CreateServiceInstanceResponse.Builder |
CreateServiceInstanceResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
GetServiceInstanceResponse.Builder |
GetServiceInstanceResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
UnionServiceInstanceEntity.Builder |
UnionServiceInstanceEntity.Builder.name(String name)
Initializes the value for the
name attribute. |
ServiceInstance.Builder |
ServiceInstance.Builder.name(String name)
Initializes the value for the
name attribute. |
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.name(String name)
Initializes the value for the
name attribute. |
Plan.Builder |
Plan.Builder.name(String name)
Initializes the value for the
name attribute. |
UpdateServiceInstanceRequest.Builder |
UpdateServiceInstanceRequest.Builder.name(String name)
Initializes the value for the
name attribute. |
ListServiceInstanceServiceKeysRequest.Builder |
ListServiceInstanceServiceKeysRequest.Builder.names(Iterable<String> elements)
Sets or replaces all elements for
names list. |
ListServiceInstancesRequest.Builder |
ListServiceInstancesRequest.Builder.names(Iterable<String> elements)
Sets or replaces all elements for
names list. |
ListServiceInstanceServiceBindingsResponse.Builder |
ListServiceInstanceServiceBindingsResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListServiceInstancesResponse.Builder |
ListServiceInstancesResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListServiceInstanceServiceKeysResponse.Builder |
ListServiceInstanceServiceKeysResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
GatewayData.Builder |
GatewayData.Builder.options(Map<String,? extends String> options)
Sets or replaces all mappings from the specified map as entries for the
options map. |
ListServiceInstanceServiceKeysRequest.Builder |
ListServiceInstanceServiceKeysRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListServiceInstancesRequest.Builder |
ListServiceInstancesRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListServiceInstanceServiceBindingsRequest.Builder |
ListServiceInstanceServiceBindingsRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListServiceInstanceServiceKeysRequest.Builder |
ListServiceInstanceServiceKeysRequest.Builder.organizationIds(Iterable<String> elements)
Sets or replaces all elements for
organizationIds list. |
ListServiceInstancesRequest.Builder |
ListServiceInstancesRequest.Builder.organizationIds(Iterable<String> elements)
Sets or replaces all elements for
organizationIds list. |
ListServiceInstanceServiceKeysRequest.Builder |
ListServiceInstanceServiceKeysRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListServiceInstancesRequest.Builder |
ListServiceInstancesRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListServiceInstanceServiceBindingsRequest.Builder |
ListServiceInstanceServiceBindingsRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
BindServiceInstanceToRouteRequest.Builder |
BindServiceInstanceToRouteRequest.Builder.parameters(Map<String,? extends Object> parameters)
Sets or replaces all mappings from the specified map as entries for the
parameters map. |
CreateServiceInstanceRequest.Builder |
CreateServiceInstanceRequest.Builder.parameters(Map<String,? extends Object> parameters)
Sets or replaces all mappings from the specified map as entries for the
parameters map. |
UpdateServiceInstanceRequest.Builder |
UpdateServiceInstanceRequest.Builder.parameters(Map<String,? extends Object> parameters)
Sets or replaces all mappings from the specified map as entries for the
parameters map. |
ListServiceInstanceServiceBindingsResponse.Builder |
ListServiceInstanceServiceBindingsResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListServiceInstancesResponse.Builder |
ListServiceInstancesResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListServiceInstanceServiceKeysResponse.Builder |
ListServiceInstanceServiceKeysResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
Service.Builder |
Service.Builder.provider(String provider)
Initializes the value for the
provider attribute. |
DeleteServiceInstanceRequest.Builder |
DeleteServiceInstanceRequest.Builder.purge(Boolean purge)
Initializes the value for the
purge attribute. |
DeleteServiceInstanceRequest.Builder |
DeleteServiceInstanceRequest.Builder.recursive(Boolean recursive)
Initializes the value for the
recursive attribute. |
ListServiceInstanceServiceBindingsResponse.Builder |
ListServiceInstanceServiceBindingsResponse.Builder.resources(Iterable<? extends ServiceBindingResource> elements)
Sets or replaces all elements for
resources list. |
ListServiceInstancesResponse.Builder |
ListServiceInstancesResponse.Builder.resources(Iterable<? extends ServiceInstanceResource> elements)
Sets or replaces all elements for
resources list. |
ListServiceInstanceServiceKeysResponse.Builder |
ListServiceInstanceServiceKeysResponse.Builder.resources(Iterable<? extends ServiceKeyResource> elements)
Sets or replaces all elements for
resources list. |
ListServiceInstanceServiceKeysRequest.Builder |
ListServiceInstanceServiceKeysRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListServiceInstancesRequest.Builder |
ListServiceInstancesRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListServiceInstanceServiceBindingsRequest.Builder |
ListServiceInstanceServiceBindingsRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
UnionServiceInstanceEntity.Builder |
UnionServiceInstanceEntity.Builder.routeServiceUrl(String routeServiceUrl)
Initializes the value for the
routeServiceUrl attribute. |
UnionServiceInstanceEntity.Builder |
UnionServiceInstanceEntity.Builder.routesUrl(String routesUrl)
Initializes the value for the
routesUrl attribute. |
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.routesUrl(String routesUrl)
Initializes the value for the
routesUrl attribute. |
Plan.Builder |
Plan.Builder.service(Service service)
Initializes the value for the
service attribute. |
ListServiceInstanceServiceKeysRequest.Builder |
ListServiceInstanceServiceKeysRequest.Builder.serviceBindingIds(Iterable<String> elements)
Sets or replaces all elements for
serviceBindingIds list. |
ListServiceInstancesRequest.Builder |
ListServiceInstancesRequest.Builder.serviceBindingIds(Iterable<String> elements)
Sets or replaces all elements for
serviceBindingIds list. |
UnionServiceInstanceEntity.Builder |
UnionServiceInstanceEntity.Builder.serviceBindingsUrl(String serviceBindingsUrl)
Initializes the value for the
serviceBindingsUrl attribute. |
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.serviceBindingsUrl(String serviceBindingsUrl)
Initializes the value for the
serviceBindingsUrl attribute. |
ListServiceInstanceServiceKeysRequest.Builder |
ListServiceInstanceServiceKeysRequest.Builder.serviceKeyIds(Iterable<String> elements)
Sets or replaces all elements for
serviceKeyIds list. |
ListServiceInstancesRequest.Builder |
ListServiceInstancesRequest.Builder.serviceKeyIds(Iterable<String> elements)
Sets or replaces all elements for
serviceKeyIds list. |
UnionServiceInstanceEntity.Builder |
UnionServiceInstanceEntity.Builder.serviceKeysUrl(String serviceKeysUrl)
Initializes the value for the
serviceKeysUrl attribute. |
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.serviceKeysUrl(String serviceKeysUrl)
Initializes the value for the
serviceKeysUrl attribute. |
ServiceInstance.Builder |
ServiceInstance.Builder.servicePlan(Plan servicePlan)
Initializes the value for the
servicePlan attribute. |
UnionServiceInstanceEntity.Builder |
UnionServiceInstanceEntity.Builder.servicePlanId(String servicePlanId)
Initializes the value for the
servicePlanId attribute. |
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.servicePlanId(String servicePlanId)
Initializes the value for the
servicePlanId attribute. |
UpdateServiceInstanceRequest.Builder |
UpdateServiceInstanceRequest.Builder.servicePlanId(String servicePlanId)
Initializes the value for the
servicePlanId attribute. |
ListServiceInstanceServiceKeysRequest.Builder |
ListServiceInstanceServiceKeysRequest.Builder.servicePlanIds(Iterable<String> elements)
Sets or replaces all elements for
servicePlanIds list. |
ListServiceInstancesRequest.Builder |
ListServiceInstancesRequest.Builder.servicePlanIds(Iterable<String> elements)
Sets or replaces all elements for
servicePlanIds list. |
UnionServiceInstanceEntity.Builder |
UnionServiceInstanceEntity.Builder.servicePlanUrl(String servicePlanUrl)
Initializes the value for the
servicePlanUrl attribute. |
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.servicePlanUrl(String servicePlanUrl)
Initializes the value for the
servicePlanUrl attribute. |
UnionServiceInstanceEntity.Builder |
UnionServiceInstanceEntity.Builder.spaceId(String spaceId)
Initializes the value for the
spaceId attribute. |
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.spaceId(String spaceId)
Initializes the value for the
spaceId attribute. |
ListServiceInstanceServiceKeysRequest.Builder |
ListServiceInstanceServiceKeysRequest.Builder.spaceIds(Iterable<String> elements)
Sets or replaces all elements for
spaceIds list. |
ListServiceInstancesRequest.Builder |
ListServiceInstancesRequest.Builder.spaceIds(Iterable<String> elements)
Sets or replaces all elements for
spaceIds list. |
UnionServiceInstanceEntity.Builder |
UnionServiceInstanceEntity.Builder.spaceUrl(String spaceUrl)
Initializes the value for the
spaceUrl attribute. |
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.spaceUrl(String spaceUrl)
Initializes the value for the
spaceUrl attribute. |
LastOperation.Builder |
LastOperation.Builder.state(String state)
Initializes the value for the
state attribute. |
UnionServiceInstanceEntity.Builder |
UnionServiceInstanceEntity.Builder.syslogDrainUrl(String syslogDrainUrl)
Initializes the value for the
syslogDrainUrl attribute. |
UnionServiceInstanceEntity.Builder |
UnionServiceInstanceEntity.Builder.tags(Iterable<String> elements)
Sets or replaces all elements for
tags list. |
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.tags(Iterable<String> elements)
Sets or replaces all elements for
tags list. |
CreateServiceInstanceRequest.Builder |
CreateServiceInstanceRequest.Builder.tags(Iterable<String> elements)
Sets or replaces all elements for
tags list. |
UpdateServiceInstanceRequest.Builder |
UpdateServiceInstanceRequest.Builder.tags(Iterable<String> elements)
Sets or replaces all elements for
tags list. |
ListServiceInstanceServiceBindingsResponse.Builder |
ListServiceInstanceServiceBindingsResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListServiceInstancesResponse.Builder |
ListServiceInstancesResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListServiceInstanceServiceKeysResponse.Builder |
ListServiceInstanceServiceKeysResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListServiceInstanceServiceBindingsResponse.Builder |
ListServiceInstanceServiceBindingsResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
ListServiceInstancesResponse.Builder |
ListServiceInstancesResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
ListServiceInstanceServiceKeysResponse.Builder |
ListServiceInstanceServiceKeysResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
UnionServiceInstanceEntity.Builder |
UnionServiceInstanceEntity.Builder.type(String type)
Initializes the value for the
type attribute. |
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.type(String type)
Initializes the value for the
type attribute. |
LastOperation.Builder |
LastOperation.Builder.type(String type)
Initializes the value for the
type attribute. |
LastOperation.Builder |
LastOperation.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
Service.Builder |
Service.Builder.version(String version)
Initializes the value for the
version attribute. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
ServiceKeyEntity.getCredentials()
The credentials
|
ServiceKeyEntity |
GetServiceKeyResponse.getEntity()
The resource's entity
|
ServiceKeyEntity |
ServiceKeyResource.getEntity()
The resource's entity
|
ServiceKeyEntity |
CreateServiceKeyResponse.getEntity()
The resource's entity
|
Metadata |
GetServiceKeyResponse.getMetadata()
The resource's metadata
|
Metadata |
ServiceKeyResource.getMetadata()
The resource's metadata
|
Metadata |
CreateServiceKeyResponse.getMetadata()
The resource's metadata
|
String |
ServiceKeyEntity.getName()
The name
|
List<String> |
ListServiceKeysRequest.getNames()
The names
|
String |
ListServiceKeysResponse.getNextUrl()
The next url
|
OrderDirection |
ListServiceKeysRequest.getOrderDirection()
The order direction
|
Integer |
ListServiceKeysRequest.getPage()
The page
|
Map<String,Object> |
CreateServiceKeyRequest.getParameters()
Key/value pairs of all arbitrary parameters to pass along to the service broker
|
String |
ListServiceKeysResponse.getPreviousUrl()
The previous url
|
List<ServiceKeyResource> |
ListServiceKeysResponse.getResources()
The resources
|
Integer |
ListServiceKeysRequest.getResultsPerPage()
The results per page
|
String |
ServiceKeyEntity.getServiceInstanceId()
The service instance id
|
List<String> |
ListServiceKeysRequest.getServiceInstanceIds()
The service instance ids
|
String |
ServiceKeyEntity.getServiceInstanceUrl()
The service instance url
|
Integer |
ListServiceKeysResponse.getTotalPages()
The total pages
|
Integer |
ListServiceKeysResponse.getTotalResults()
The total results
|
| Modifier and Type | Method and Description |
|---|---|
ServiceKeyEntity.Builder |
ServiceKeyEntity.Builder.credentials(Map<String,? extends Object> credentials)
Sets or replaces all mappings from the specified map as entries for the
credentials map. |
GetServiceKeyResponse.Builder |
GetServiceKeyResponse.Builder.entity(ServiceKeyEntity entity)
Initializes the value for the
entity attribute. |
ServiceKeyResource.Builder |
ServiceKeyResource.Builder.entity(ServiceKeyEntity entity)
Initializes the value for the
entity attribute. |
CreateServiceKeyResponse.Builder |
CreateServiceKeyResponse.Builder.entity(ServiceKeyEntity entity)
Initializes the value for the
entity attribute. |
GetServiceKeyResponse.Builder |
GetServiceKeyResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
ServiceKeyResource.Builder |
ServiceKeyResource.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
CreateServiceKeyResponse.Builder |
CreateServiceKeyResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
ServiceKeyEntity.Builder |
ServiceKeyEntity.Builder.name(String name)
Initializes the value for the
name attribute. |
ListServiceKeysRequest.Builder |
ListServiceKeysRequest.Builder.names(Iterable<String> elements)
Sets or replaces all elements for
names list. |
ListServiceKeysResponse.Builder |
ListServiceKeysResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListServiceKeysRequest.Builder |
ListServiceKeysRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListServiceKeysRequest.Builder |
ListServiceKeysRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
CreateServiceKeyRequest.Builder |
CreateServiceKeyRequest.Builder.parameters(Map<String,? extends Object> parameters)
Sets or replaces all mappings from the specified map as entries for the
parameters map. |
ListServiceKeysResponse.Builder |
ListServiceKeysResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListServiceKeysResponse.Builder |
ListServiceKeysResponse.Builder.resources(Iterable<? extends ServiceKeyResource> elements)
Sets or replaces all elements for
resources list. |
ListServiceKeysRequest.Builder |
ListServiceKeysRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ServiceKeyEntity.Builder |
ServiceKeyEntity.Builder.serviceInstanceId(String serviceInstanceId)
Initializes the value for the
serviceInstanceId attribute. |
ListServiceKeysRequest.Builder |
ListServiceKeysRequest.Builder.serviceInstanceIds(Iterable<String> elements)
Sets or replaces all elements for
serviceInstanceIds list. |
ServiceKeyEntity.Builder |
ServiceKeyEntity.Builder.serviceInstanceUrl(String serviceInstanceUrl)
Initializes the value for the
serviceInstanceUrl attribute. |
ListServiceKeysResponse.Builder |
ListServiceKeysResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListServiceKeysResponse.Builder |
ListServiceKeysResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ServicePlanEntity.getActive()
The active flag
|
Boolean |
ListServicePlansRequest.getActive()
The active flag
|
Boolean |
DeleteServicePlanRequest.getAsync()
The async
|
String |
ServicePlanEntity.getDescription()
The description
|
JobEntity |
DeleteServicePlanResponse.getEntity()
The resource's entity
|
ServicePlanEntity |
ServicePlanResource.getEntity()
The resource's entity
|
ServicePlanEntity |
GetServicePlanResponse.getEntity()
The resource's entity
|
ServicePlanEntity |
UpdateServicePlanResponse.getEntity()
The resource's entity
|
String |
ServicePlanEntity.getExtra()
The extra (A JSON string with additional data about the plan)
|
Boolean |
ServicePlanEntity.getFree()
The free flag
|
List<String> |
ListServicePlanServiceInstancesRequest.getGatewayNames()
The gateway names
|
Metadata |
DeleteServicePlanResponse.getMetadata()
The resource's metadata
|
Metadata |
ServicePlanResource.getMetadata()
The resource's metadata
|
Metadata |
GetServicePlanResponse.getMetadata()
The resource's metadata
|
Metadata |
UpdateServicePlanResponse.getMetadata()
The resource's metadata
|
String |
ServicePlanEntity.getName()
The name
|
List<String> |
ListServicePlanServiceInstancesRequest.getNames()
The names of the service instances
|
String |
ListServicePlansResponse.getNextUrl()
The next url
|
String |
ListServicePlanServiceInstancesResponse.getNextUrl()
The next url
|
OrderDirection |
ListServicePlanServiceInstancesRequest.getOrderDirection()
The order direction
|
OrderDirection |
ListServicePlansRequest.getOrderDirection()
The order direction
|
Integer |
ListServicePlanServiceInstancesRequest.getPage()
The page
|
Integer |
ListServicePlansRequest.getPage()
The page
|
String |
ListServicePlansResponse.getPreviousUrl()
The previous url
|
String |
ListServicePlanServiceInstancesResponse.getPreviousUrl()
The previous url
|
Boolean |
ServicePlanEntity.getPubliclyVisible()
The public flag
|
Boolean |
UpdateServicePlanRequest.getPubliclyVisible()
Make the plan visible to all users
|
List<ServicePlanResource> |
ListServicePlansResponse.getResources()
The resources
|
List<ServiceInstanceResource> |
ListServicePlanServiceInstancesResponse.getResources()
The resources
|
Integer |
ListServicePlanServiceInstancesRequest.getResultsPerPage()
The results per page
|
Integer |
ListServicePlansRequest.getResultsPerPage()
The results per page
|
List<String> |
ListServicePlanServiceInstancesRequest.getServiceBindingIds()
The service binding ids
|
List<String> |
ListServicePlansRequest.getServiceBrokerIds()
The service broker ids
|
String |
ServicePlanEntity.getServiceId()
The service id
|
List<String> |
ListServicePlansRequest.getServiceIds()
The service ids
|
List<String> |
ListServicePlansRequest.getServiceInstanceIds()
The service instance ids
|
String |
ServicePlanEntity.getServiceInstancesUrl()
The service instances url
|
List<String> |
ListServicePlanServiceInstancesRequest.getServiceKeyIds()
The service key ids
|
String |
ServicePlanEntity.getServiceUrl()
The service url
|
List<String> |
ListServicePlanServiceInstancesRequest.getSpaceIds()
The space ids
|
Integer |
ListServicePlansResponse.getTotalPages()
The total pages
|
Integer |
ListServicePlanServiceInstancesResponse.getTotalPages()
The total pages
|
Integer |
ListServicePlansResponse.getTotalResults()
The total results
|
Integer |
ListServicePlanServiceInstancesResponse.getTotalResults()
The total results
|
String |
ServicePlanEntity.getUniqueId()
The unique id in the service broker
|
| Modifier and Type | Method and Description |
|---|---|
ServicePlanEntity.Builder |
ServicePlanEntity.Builder.active(Boolean active)
Initializes the value for the
active attribute. |
ListServicePlansRequest.Builder |
ListServicePlansRequest.Builder.active(Boolean active)
Initializes the value for the
active attribute. |
DeleteServicePlanRequest.Builder |
DeleteServicePlanRequest.Builder.async(Boolean async)
Initializes the value for the
async attribute. |
ServicePlanEntity.Builder |
ServicePlanEntity.Builder.description(String description)
Initializes the value for the
description attribute. |
DeleteServicePlanResponse.Builder |
DeleteServicePlanResponse.Builder.entity(JobEntity entity)
Initializes the value for the
entity attribute. |
ServicePlanResource.Builder |
ServicePlanResource.Builder.entity(ServicePlanEntity entity)
Initializes the value for the
entity attribute. |
GetServicePlanResponse.Builder |
GetServicePlanResponse.Builder.entity(ServicePlanEntity entity)
Initializes the value for the
entity attribute. |
UpdateServicePlanResponse.Builder |
UpdateServicePlanResponse.Builder.entity(ServicePlanEntity entity)
Initializes the value for the
entity attribute. |
ServicePlanEntity.Builder |
ServicePlanEntity.Builder.extra(String extra)
Initializes the value for the
extra attribute. |
ServicePlanEntity.Builder |
ServicePlanEntity.Builder.free(Boolean free)
Initializes the value for the
free attribute. |
ListServicePlanServiceInstancesRequest.Builder |
ListServicePlanServiceInstancesRequest.Builder.gatewayNames(Iterable<String> elements)
Sets or replaces all elements for
gatewayNames list. |
DeleteServicePlanResponse.Builder |
DeleteServicePlanResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
ServicePlanResource.Builder |
ServicePlanResource.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
GetServicePlanResponse.Builder |
GetServicePlanResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
UpdateServicePlanResponse.Builder |
UpdateServicePlanResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
ServicePlanEntity.Builder |
ServicePlanEntity.Builder.name(String name)
Initializes the value for the
name attribute. |
ListServicePlanServiceInstancesRequest.Builder |
ListServicePlanServiceInstancesRequest.Builder.names(Iterable<String> elements)
Sets or replaces all elements for
names list. |
ListServicePlansResponse.Builder |
ListServicePlansResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListServicePlanServiceInstancesResponse.Builder |
ListServicePlanServiceInstancesResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListServicePlanServiceInstancesRequest.Builder |
ListServicePlanServiceInstancesRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListServicePlansRequest.Builder |
ListServicePlansRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListServicePlanServiceInstancesRequest.Builder |
ListServicePlanServiceInstancesRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListServicePlansRequest.Builder |
ListServicePlansRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListServicePlansResponse.Builder |
ListServicePlansResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListServicePlanServiceInstancesResponse.Builder |
ListServicePlanServiceInstancesResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ServicePlanEntity.Builder |
ServicePlanEntity.Builder.publiclyVisible(Boolean publiclyVisible)
Initializes the value for the
publiclyVisible attribute. |
UpdateServicePlanRequest.Builder |
UpdateServicePlanRequest.Builder.publiclyVisible(Boolean publiclyVisible)
Initializes the value for the
publiclyVisible attribute. |
ListServicePlanServiceInstancesResponse.Builder |
ListServicePlanServiceInstancesResponse.Builder.resources(Iterable<? extends ServiceInstanceResource> elements)
Sets or replaces all elements for
resources list. |
ListServicePlansResponse.Builder |
ListServicePlansResponse.Builder.resources(Iterable<? extends ServicePlanResource> elements)
Sets or replaces all elements for
resources list. |
ListServicePlanServiceInstancesRequest.Builder |
ListServicePlanServiceInstancesRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListServicePlansRequest.Builder |
ListServicePlansRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListServicePlanServiceInstancesRequest.Builder |
ListServicePlanServiceInstancesRequest.Builder.serviceBindingIds(Iterable<String> elements)
Sets or replaces all elements for
serviceBindingIds list. |
ListServicePlansRequest.Builder |
ListServicePlansRequest.Builder.serviceBrokerIds(Iterable<String> elements)
Sets or replaces all elements for
serviceBrokerIds list. |
ServicePlanEntity.Builder |
ServicePlanEntity.Builder.serviceId(String serviceId)
Initializes the value for the
serviceId attribute. |
ListServicePlansRequest.Builder |
ListServicePlansRequest.Builder.serviceIds(Iterable<String> elements)
Sets or replaces all elements for
serviceIds list. |
ListServicePlansRequest.Builder |
ListServicePlansRequest.Builder.serviceInstanceIds(Iterable<String> elements)
Sets or replaces all elements for
serviceInstanceIds list. |
ServicePlanEntity.Builder |
ServicePlanEntity.Builder.serviceInstancesUrl(String serviceInstancesUrl)
Initializes the value for the
serviceInstancesUrl attribute. |
ListServicePlanServiceInstancesRequest.Builder |
ListServicePlanServiceInstancesRequest.Builder.serviceKeyIds(Iterable<String> elements)
Sets or replaces all elements for
serviceKeyIds list. |
ServicePlanEntity.Builder |
ServicePlanEntity.Builder.serviceUrl(String serviceUrl)
Initializes the value for the
serviceUrl attribute. |
ListServicePlanServiceInstancesRequest.Builder |
ListServicePlanServiceInstancesRequest.Builder.spaceIds(Iterable<String> elements)
Sets or replaces all elements for
spaceIds list. |
ListServicePlansResponse.Builder |
ListServicePlansResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListServicePlanServiceInstancesResponse.Builder |
ListServicePlanServiceInstancesResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListServicePlansResponse.Builder |
ListServicePlansResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
ListServicePlanServiceInstancesResponse.Builder |
ListServicePlanServiceInstancesResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
ServicePlanEntity.Builder |
ServicePlanEntity.Builder.uniqueId(String uniqueId)
Initializes the value for the
uniqueId attribute. |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
DeleteServicePlanVisibilityRequest.getAsync()
The async flag
|
JobEntity |
DeleteServicePlanVisibilityResponse.getEntity()
The resource's entity
|
ServicePlanVisibilityEntity |
CreateServicePlanVisibilityResponse.getEntity()
The resource's entity
|
ServicePlanVisibilityEntity |
ServicePlanVisibilityResource.getEntity()
The resource's entity
|
ServicePlanVisibilityEntity |
GetServicePlanVisibilityResponse.getEntity()
The resource's entity
|
ServicePlanVisibilityEntity |
UpdateServicePlanVisibilityResponse.getEntity()
The resource's entity
|
Metadata |
DeleteServicePlanVisibilityResponse.getMetadata()
The resource's metadata
|
Metadata |
CreateServicePlanVisibilityResponse.getMetadata()
The resource's metadata
|
Metadata |
ServicePlanVisibilityResource.getMetadata()
The resource's metadata
|
Metadata |
GetServicePlanVisibilityResponse.getMetadata()
The resource's metadata
|
Metadata |
UpdateServicePlanVisibilityResponse.getMetadata()
The resource's metadata
|
String |
ListServicePlanVisibilitiesResponse.getNextUrl()
The next url
|
OrderDirection |
ListServicePlanVisibilitiesRequest.getOrderDirection()
The order direction
|
String |
ServicePlanVisibilityEntity.getOrganizationId()
The organization id
|
List<String> |
ListServicePlanVisibilitiesRequest.getOrganizationIds()
The organization ids
|
String |
ServicePlanVisibilityEntity.getOrganizationUrl()
The organization url
|
Integer |
ListServicePlanVisibilitiesRequest.getPage()
The page
|
String |
ListServicePlanVisibilitiesResponse.getPreviousUrl()
The previous url
|
List<ServicePlanVisibilityResource> |
ListServicePlanVisibilitiesResponse.getResources()
The resources
|
Integer |
ListServicePlanVisibilitiesRequest.getResultsPerPage()
The results per page
|
String |
ServicePlanVisibilityEntity.getServicePlanId()
The service plan id
|
List<String> |
ListServicePlanVisibilitiesRequest.getServicePlanIds()
The service plan ids
|
String |
ServicePlanVisibilityEntity.getServicePlanUrl()
The service plan url
|
Integer |
ListServicePlanVisibilitiesResponse.getTotalPages()
The total pages
|
Integer |
ListServicePlanVisibilitiesResponse.getTotalResults()
The total results
|
| Modifier and Type | Method and Description |
|---|---|
DeleteServicePlanVisibilityRequest.Builder |
DeleteServicePlanVisibilityRequest.Builder.async(Boolean async)
Initializes the value for the
async attribute. |
DeleteServicePlanVisibilityResponse.Builder |
DeleteServicePlanVisibilityResponse.Builder.entity(JobEntity entity)
Initializes the value for the
entity attribute. |
CreateServicePlanVisibilityResponse.Builder |
CreateServicePlanVisibilityResponse.Builder.entity(ServicePlanVisibilityEntity entity)
Initializes the value for the
entity attribute. |
ServicePlanVisibilityResource.Builder |
ServicePlanVisibilityResource.Builder.entity(ServicePlanVisibilityEntity entity)
Initializes the value for the
entity attribute. |
GetServicePlanVisibilityResponse.Builder |
GetServicePlanVisibilityResponse.Builder.entity(ServicePlanVisibilityEntity entity)
Initializes the value for the
entity attribute. |
UpdateServicePlanVisibilityResponse.Builder |
UpdateServicePlanVisibilityResponse.Builder.entity(ServicePlanVisibilityEntity entity)
Initializes the value for the
entity attribute. |
DeleteServicePlanVisibilityResponse.Builder |
DeleteServicePlanVisibilityResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
CreateServicePlanVisibilityResponse.Builder |
CreateServicePlanVisibilityResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
ServicePlanVisibilityResource.Builder |
ServicePlanVisibilityResource.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
GetServicePlanVisibilityResponse.Builder |
GetServicePlanVisibilityResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
UpdateServicePlanVisibilityResponse.Builder |
UpdateServicePlanVisibilityResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
ListServicePlanVisibilitiesResponse.Builder |
ListServicePlanVisibilitiesResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListServicePlanVisibilitiesRequest.Builder |
ListServicePlanVisibilitiesRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ServicePlanVisibilityEntity.Builder |
ServicePlanVisibilityEntity.Builder.organizationId(String organizationId)
Initializes the value for the
organizationId attribute. |
ListServicePlanVisibilitiesRequest.Builder |
ListServicePlanVisibilitiesRequest.Builder.organizationIds(Iterable<String> elements)
Sets or replaces all elements for
organizationIds list. |
ServicePlanVisibilityEntity.Builder |
ServicePlanVisibilityEntity.Builder.organizationUrl(String organizationUrl)
Initializes the value for the
organizationUrl attribute. |
ListServicePlanVisibilitiesRequest.Builder |
ListServicePlanVisibilitiesRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListServicePlanVisibilitiesResponse.Builder |
ListServicePlanVisibilitiesResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListServicePlanVisibilitiesResponse.Builder |
ListServicePlanVisibilitiesResponse.Builder.resources(Iterable<? extends ServicePlanVisibilityResource> elements)
Sets or replaces all elements for
resources list. |
ListServicePlanVisibilitiesRequest.Builder |
ListServicePlanVisibilitiesRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ServicePlanVisibilityEntity.Builder |
ServicePlanVisibilityEntity.Builder.servicePlanId(String servicePlanId)
Initializes the value for the
servicePlanId attribute. |
ListServicePlanVisibilitiesRequest.Builder |
ListServicePlanVisibilitiesRequest.Builder.servicePlanIds(Iterable<String> elements)
Sets or replaces all elements for
servicePlanIds list. |
ServicePlanVisibilityEntity.Builder |
ServicePlanVisibilityEntity.Builder.servicePlanUrl(String servicePlanUrl)
Initializes the value for the
servicePlanUrl attribute. |
ListServicePlanVisibilitiesResponse.Builder |
ListServicePlanVisibilitiesResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListServicePlanVisibilitiesResponse.Builder |
ListServicePlanVisibilitiesResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ListServicesRequest.getActive()
The active flag
|
Boolean |
ServiceEntity.getActive()
The active status
|
Boolean |
ListServiceServicePlansRequest.getActive()
The active flag
|
Boolean |
DeleteServiceRequest.getAsync()
The async flag
|
Boolean |
ServiceEntity.getBindable()
The bindable status
|
String |
ServiceEntity.getDescription()
The description
|
String |
ServiceEntity.getDocumentationUrl()
Deprecated.
|
JobEntity |
DeleteServiceResponse.getEntity()
The resource's entity
|
ServiceEntity |
ServiceResource.getEntity()
The resource's entity
|
ServiceEntity |
GetServiceResponse.getEntity()
The resource's entity
|
String |
ServiceEntity.getExtra()
Extra service-related data
|
String |
ServiceEntity.getInfoUrl()
Deprecated.
|
String |
ServiceEntity.getLabel()
The name of the service
|
List<String> |
ListServicesRequest.getLabels()
The labels
|
String |
ServiceEntity.getLongDescription()
Deprecated.
|
Metadata |
DeleteServiceResponse.getMetadata()
The resource's metadata
|
Metadata |
ServiceResource.getMetadata()
The resource's metadata
|
Metadata |
GetServiceResponse.getMetadata()
The resource's metadata
|
String |
ListServicesResponse.getNextUrl()
The next url
|
String |
ListServiceServicePlansResponse.getNextUrl()
The next url
|
OrderDirection |
ListServicesRequest.getOrderDirection()
The order direction
|
OrderDirection |
ListServiceServicePlansRequest.getOrderDirection()
The order direction
|
Integer |
ListServicesRequest.getPage()
The page
|
Integer |
ListServiceServicePlansRequest.getPage()
The page
|
Boolean |
ServiceEntity.getPlanUpdateable()
Whether the service can be updated to a different plan
|
String |
ListServicesResponse.getPreviousUrl()
The previous url
|
String |
ListServiceServicePlansResponse.getPreviousUrl()
The previous url
|
String |
ServiceEntity.getProvider()
Deprecated.
|
List<String> |
ListServicesRequest.getProviders()
The providers
|
Boolean |
DeleteServiceRequest.getPurge()
The purge flag
|
List<String> |
ServiceEntity.getRequires()
Required dependencies
|
List<ServiceResource> |
ListServicesResponse.getResources()
The resources
|
List<ServicePlanResource> |
ListServiceServicePlansResponse.getResources()
The resources
|
Integer |
ListServicesRequest.getResultsPerPage()
The results per page
|
Integer |
ListServiceServicePlansRequest.getResultsPerPage()
The results per page
|
String |
ServiceEntity.getServiceBrokerId()
The service broker id
|
List<String> |
ListServicesRequest.getServiceBrokerIds()
The service broker ids
|
List<String> |
ListServiceServicePlansRequest.getServiceBrokerIds()
The service broker ids
|
List<String> |
ListServiceServicePlansRequest.getServiceInstanceIds()
The service instance ids
|
String |
ServiceEntity.getServicePlansUrl()
The service plans url
|
List<String> |
ServiceEntity.getTags()
The tags
|
Integer |
ListServicesResponse.getTotalPages()
The total pages
|
Integer |
ListServiceServicePlansResponse.getTotalPages()
The total pages
|
Integer |
ListServicesResponse.getTotalResults()
The total results
|
Integer |
ListServiceServicePlansResponse.getTotalResults()
The total results
|
String |
ServiceEntity.getUniqueId()
The unique id to identify the service with the broker
|
String |
ServiceEntity.getUrl()
Deprecated.
|
String |
ServiceEntity.getVersion()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ListServicesRequest.Builder |
ListServicesRequest.Builder.active(Boolean active)
Initializes the value for the
active attribute. |
ServiceEntity.Builder |
ServiceEntity.Builder.active(Boolean active)
Initializes the value for the
active attribute. |
ListServiceServicePlansRequest.Builder |
ListServiceServicePlansRequest.Builder.active(Boolean active)
Initializes the value for the
active attribute. |
DeleteServiceRequest.Builder |
DeleteServiceRequest.Builder.async(Boolean async)
Initializes the value for the
async attribute. |
ServiceEntity.Builder |
ServiceEntity.Builder.bindable(Boolean bindable)
Initializes the value for the
bindable attribute. |
ServiceEntity.Builder |
ServiceEntity.Builder.description(String description)
Initializes the value for the
description attribute. |
ServiceEntity.Builder |
ServiceEntity.Builder.documentationUrl(String documentationUrl)
Deprecated.
|
DeleteServiceResponse.Builder |
DeleteServiceResponse.Builder.entity(JobEntity entity)
Initializes the value for the
entity attribute. |
ServiceResource.Builder |
ServiceResource.Builder.entity(ServiceEntity entity)
Initializes the value for the
entity attribute. |
GetServiceResponse.Builder |
GetServiceResponse.Builder.entity(ServiceEntity entity)
Initializes the value for the
entity attribute. |
ServiceEntity.Builder |
ServiceEntity.Builder.extra(String extra)
Initializes the value for the
extra attribute. |
ServiceEntity.Builder |
ServiceEntity.Builder.infoUrl(String infoUrl)
Deprecated.
|
ServiceEntity.Builder |
ServiceEntity.Builder.label(String label)
Initializes the value for the
label attribute. |
ListServicesRequest.Builder |
ListServicesRequest.Builder.labels(Iterable<String> elements)
Sets or replaces all elements for
labels list. |
ServiceEntity.Builder |
ServiceEntity.Builder.longDescription(String longDescription)
Deprecated.
|
DeleteServiceResponse.Builder |
DeleteServiceResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
ServiceResource.Builder |
ServiceResource.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
GetServiceResponse.Builder |
GetServiceResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
ListServicesResponse.Builder |
ListServicesResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListServiceServicePlansResponse.Builder |
ListServiceServicePlansResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListServicesRequest.Builder |
ListServicesRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListServiceServicePlansRequest.Builder |
ListServiceServicePlansRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListServicesRequest.Builder |
ListServicesRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListServiceServicePlansRequest.Builder |
ListServiceServicePlansRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ServiceEntity.Builder |
ServiceEntity.Builder.planUpdateable(Boolean planUpdateable)
Initializes the value for the
planUpdateable attribute. |
ListServicesResponse.Builder |
ListServicesResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListServiceServicePlansResponse.Builder |
ListServiceServicePlansResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ServiceEntity.Builder |
ServiceEntity.Builder.provider(String provider)
Deprecated.
|
ListServicesRequest.Builder |
ListServicesRequest.Builder.providers(Iterable<String> elements)
Sets or replaces all elements for
providers list. |
DeleteServiceRequest.Builder |
DeleteServiceRequest.Builder.purge(Boolean purge)
Initializes the value for the
purge attribute. |
ServiceEntity.Builder |
ServiceEntity.Builder.requires(Iterable<String> elements)
Sets or replaces all elements for
requires list. |
ListServiceServicePlansResponse.Builder |
ListServiceServicePlansResponse.Builder.resources(Iterable<? extends ServicePlanResource> elements)
Sets or replaces all elements for
resources list. |
ListServicesResponse.Builder |
ListServicesResponse.Builder.resources(Iterable<? extends ServiceResource> elements)
Sets or replaces all elements for
resources list. |
ListServicesRequest.Builder |
ListServicesRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListServiceServicePlansRequest.Builder |
ListServiceServicePlansRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ServiceEntity.Builder |
ServiceEntity.Builder.serviceBrokerId(String serviceBrokerId)
Initializes the value for the
serviceBrokerId attribute. |
ListServicesRequest.Builder |
ListServicesRequest.Builder.serviceBrokerIds(Iterable<String> elements)
Sets or replaces all elements for
serviceBrokerIds list. |
ListServiceServicePlansRequest.Builder |
ListServiceServicePlansRequest.Builder.serviceBrokerIds(Iterable<String> elements)
Sets or replaces all elements for
serviceBrokerIds list. |
ListServiceServicePlansRequest.Builder |
ListServiceServicePlansRequest.Builder.serviceInstanceIds(Iterable<String> elements)
Sets or replaces all elements for
serviceInstanceIds list. |
ServiceEntity.Builder |
ServiceEntity.Builder.servicePlansUrl(String servicePlansUrl)
Initializes the value for the
servicePlansUrl attribute. |
ServiceEntity.Builder |
ServiceEntity.Builder.tags(Iterable<String> elements)
Sets or replaces all elements for
tags list. |
ListServicesResponse.Builder |
ListServicesResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListServiceServicePlansResponse.Builder |
ListServiceServicePlansResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListServicesResponse.Builder |
ListServicesResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
ListServiceServicePlansResponse.Builder |
ListServiceServicePlansResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
ServiceEntity.Builder |
ServiceEntity.Builder.uniqueId(String uniqueId)
Initializes the value for the
uniqueId attribute. |
ServiceEntity.Builder |
ServiceEntity.Builder.url(String url)
Deprecated.
|
ServiceEntity.Builder |
ServiceEntity.Builder.version(String version)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ListServiceUsageEventsRequest.getAfterServiceUsageEventId()
The after service usage event id: Restrict results to Service Usage Events after the one with the given id
|
ServiceUsageEventEntity |
GetServiceUsageEventResponse.getEntity()
The resource's entity
|
ServiceUsageEventEntity |
ServiceUsageEventResource.getEntity()
The resource's entity
|
Metadata |
GetServiceUsageEventResponse.getMetadata()
The resource's metadata
|
Metadata |
ServiceUsageEventResource.getMetadata()
The resource's metadata
|
String |
ListServiceUsageEventsResponse.getNextUrl()
The next url
|
OrderDirection |
ListServiceUsageEventsRequest.getOrderDirection()
The order direction
|
String |
ServiceUsageEventEntity.getOrganizationId()
The organization id
|
Integer |
ListServiceUsageEventsRequest.getPage()
The page
|
String |
ListServiceUsageEventsResponse.getPreviousUrl()
The previous url
|
List<ServiceUsageEventResource> |
ListServiceUsageEventsResponse.getResources()
The resources
|
Integer |
ListServiceUsageEventsRequest.getResultsPerPage()
The results per page
|
String |
ServiceUsageEventEntity.getServiceId()
The service id
|
List<String> |
ListServiceUsageEventsRequest.getServiceIds()
The service ids
|
String |
ServiceUsageEventEntity.getServiceInstanceId()
The service instance id
|
String |
ServiceUsageEventEntity.getServiceInstanceName()
The service instance name
|
String |
ServiceUsageEventEntity.getServiceInstanceType()
The service instance type
|
List<String> |
ListServiceUsageEventsRequest.getServiceInstanceTypes()
The service instance types
|
String |
ServiceUsageEventEntity.getServiceLabel()
The service label
|
String |
ServiceUsageEventEntity.getServicePlanId()
The service plan id
|
String |
ServiceUsageEventEntity.getSpaceId()
The space id
|
String |
ServiceUsageEventEntity.getSpaceName()
The space name
|
String |
ServiceUsageEventEntity.getState()
The state
|
Integer |
ListServiceUsageEventsResponse.getTotalPages()
The total pages
|
Integer |
ListServiceUsageEventsResponse.getTotalResults()
The total results
|
| Modifier and Type | Method and Description |
|---|---|
ListServiceUsageEventsRequest.Builder |
ListServiceUsageEventsRequest.Builder.afterServiceUsageEventId(String afterServiceUsageEventId)
Initializes the value for the
afterServiceUsageEventId attribute. |
GetServiceUsageEventResponse.Builder |
GetServiceUsageEventResponse.Builder.entity(ServiceUsageEventEntity entity)
Initializes the value for the
entity attribute. |
ServiceUsageEventResource.Builder |
ServiceUsageEventResource.Builder.entity(ServiceUsageEventEntity entity)
Initializes the value for the
entity attribute. |
GetServiceUsageEventResponse.Builder |
GetServiceUsageEventResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
ServiceUsageEventResource.Builder |
ServiceUsageEventResource.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
ListServiceUsageEventsResponse.Builder |
ListServiceUsageEventsResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListServiceUsageEventsRequest.Builder |
ListServiceUsageEventsRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ServiceUsageEventEntity.Builder |
ServiceUsageEventEntity.Builder.organizationId(String organizationId)
Initializes the value for the
organizationId attribute. |
ListServiceUsageEventsRequest.Builder |
ListServiceUsageEventsRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListServiceUsageEventsResponse.Builder |
ListServiceUsageEventsResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListServiceUsageEventsResponse.Builder |
ListServiceUsageEventsResponse.Builder.resources(Iterable<? extends ServiceUsageEventResource> elements)
Sets or replaces all elements for
resources list. |
ListServiceUsageEventsRequest.Builder |
ListServiceUsageEventsRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ServiceUsageEventEntity.Builder |
ServiceUsageEventEntity.Builder.serviceId(String serviceId)
Initializes the value for the
serviceId attribute. |
ListServiceUsageEventsRequest.Builder |
ListServiceUsageEventsRequest.Builder.serviceIds(Iterable<String> elements)
Sets or replaces all elements for
serviceIds list. |
ServiceUsageEventEntity.Builder |
ServiceUsageEventEntity.Builder.serviceInstanceId(String serviceInstanceId)
Initializes the value for the
serviceInstanceId attribute. |
ServiceUsageEventEntity.Builder |
ServiceUsageEventEntity.Builder.serviceInstanceName(String serviceInstanceName)
Initializes the value for the
serviceInstanceName attribute. |
ServiceUsageEventEntity.Builder |
ServiceUsageEventEntity.Builder.serviceInstanceType(String serviceInstanceType)
Initializes the value for the
serviceInstanceType attribute. |
ListServiceUsageEventsRequest.Builder |
ListServiceUsageEventsRequest.Builder.serviceInstanceTypes(Iterable<String> elements)
Sets or replaces all elements for
serviceInstanceTypes list. |
ServiceUsageEventEntity.Builder |
ServiceUsageEventEntity.Builder.serviceLabel(String serviceLabel)
Initializes the value for the
serviceLabel attribute. |
ServiceUsageEventEntity.Builder |
ServiceUsageEventEntity.Builder.servicePlanId(String servicePlanId)
Initializes the value for the
servicePlanId attribute. |
ServiceUsageEventEntity.Builder |
ServiceUsageEventEntity.Builder.spaceId(String spaceId)
Initializes the value for the
spaceId attribute. |
ServiceUsageEventEntity.Builder |
ServiceUsageEventEntity.Builder.spaceName(String spaceName)
Initializes the value for the
spaceName attribute. |
ServiceUsageEventEntity.Builder |
ServiceUsageEventEntity.Builder.state(String state)
Initializes the value for the
state attribute. |
ListServiceUsageEventsResponse.Builder |
ListServiceUsageEventsResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListServiceUsageEventsResponse.Builder |
ListServiceUsageEventsResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
DeleteSharedDomainRequest.getAsync()
The async flag
|
SharedDomainEntity |
CreateSharedDomainResponse.getEntity()
The resource's entity
|
SharedDomainEntity |
SharedDomainResource.getEntity()
The resource's entity
|
JobEntity |
DeleteSharedDomainResponse.getEntity()
The resource's entity
|
SharedDomainEntity |
GetSharedDomainResponse.getEntity()
The resource's entity
|
Metadata |
CreateSharedDomainResponse.getMetadata()
The resource's metadata
|
Metadata |
SharedDomainResource.getMetadata()
The resource's metadata
|
Metadata |
DeleteSharedDomainResponse.getMetadata()
The resource's metadata
|
Metadata |
GetSharedDomainResponse.getMetadata()
The resource's metadata
|
String |
SharedDomainEntity.getName()
The name
|
List<String> |
ListSharedDomainsRequest.getNames()
The names
|
String |
ListSharedDomainsResponse.getNextUrl()
The next url
|
OrderDirection |
ListSharedDomainsRequest.getOrderDirection()
The order direction
|
Integer |
ListSharedDomainsRequest.getPage()
The page
|
String |
ListSharedDomainsResponse.getPreviousUrl()
The previous url
|
List<SharedDomainResource> |
ListSharedDomainsResponse.getResources()
The resources
|
Integer |
ListSharedDomainsRequest.getResultsPerPage()
The results per page
|
String |
SharedDomainEntity.getRouterGroupId()
The router group id
|
String |
CreateSharedDomainRequest.getRouterGroupId()
The router group id
|
String |
SharedDomainEntity.getRouterGroupType()
The router group type
|
Integer |
ListSharedDomainsResponse.getTotalPages()
The total pages
|
Integer |
ListSharedDomainsResponse.getTotalResults()
The total results
|
| Modifier and Type | Method and Description |
|---|---|
DeleteSharedDomainRequest.Builder |
DeleteSharedDomainRequest.Builder.async(Boolean async)
Initializes the value for the
async attribute. |
DeleteSharedDomainResponse.Builder |
DeleteSharedDomainResponse.Builder.entity(JobEntity entity)
Initializes the value for the
entity attribute. |
CreateSharedDomainResponse.Builder |
CreateSharedDomainResponse.Builder.entity(SharedDomainEntity entity)
Initializes the value for the
entity attribute. |
SharedDomainResource.Builder |
SharedDomainResource.Builder.entity(SharedDomainEntity entity)
Initializes the value for the
entity attribute. |
GetSharedDomainResponse.Builder |
GetSharedDomainResponse.Builder.entity(SharedDomainEntity entity)
Initializes the value for the
entity attribute. |
CreateSharedDomainResponse.Builder |
CreateSharedDomainResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
SharedDomainResource.Builder |
SharedDomainResource.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
DeleteSharedDomainResponse.Builder |
DeleteSharedDomainResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
GetSharedDomainResponse.Builder |
GetSharedDomainResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
SharedDomainEntity.Builder |
SharedDomainEntity.Builder.name(String name)
Initializes the value for the
name attribute. |
ListSharedDomainsRequest.Builder |
ListSharedDomainsRequest.Builder.names(Iterable<String> elements)
Sets or replaces all elements for
names list. |
ListSharedDomainsResponse.Builder |
ListSharedDomainsResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListSharedDomainsRequest.Builder |
ListSharedDomainsRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListSharedDomainsRequest.Builder |
ListSharedDomainsRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListSharedDomainsResponse.Builder |
ListSharedDomainsResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListSharedDomainsResponse.Builder |
ListSharedDomainsResponse.Builder.resources(Iterable<? extends SharedDomainResource> elements)
Sets or replaces all elements for
resources list. |
ListSharedDomainsRequest.Builder |
ListSharedDomainsRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
SharedDomainEntity.Builder |
SharedDomainEntity.Builder.routerGroupId(String routerGroupId)
Initializes the value for the
routerGroupId attribute. |
CreateSharedDomainRequest.Builder |
CreateSharedDomainRequest.Builder.routerGroupId(String routerGroupId)
Initializes the value for the
routerGroupId attribute. |
SharedDomainEntity.Builder |
SharedDomainEntity.Builder.routerGroupType(String routerGroupType)
Initializes the value for the
routerGroupType attribute. |
ListSharedDomainsResponse.Builder |
ListSharedDomainsResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListSharedDomainsResponse.Builder |
ListSharedDomainsResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
ListSpaceQuotaDefinitionSpacesRequest.getApplicationIds()
The application ids
|
Integer |
CreateSpaceQuotaDefinitionRequest.getApplicationInstanceLimit()
How many app instances a space can create.
|
Integer |
SpaceQuotaDefinitionEntity.getApplicationInstanceLimit()
The application instance limit
|
Integer |
UpdateSpaceQuotaDefinitionRequest.getApplicationInstanceLimit()
How many app instances a space can create.
|
Integer |
CreateSpaceQuotaDefinitionRequest.getApplicationTaskLimit()
The number of tasks that can be run per app.
|
Integer |
SpaceQuotaDefinitionEntity.getApplicationTaskLimit()
The number of tasks that can be run per app.
|
Integer |
UpdateSpaceQuotaDefinitionRequest.getApplicationTaskLimit()
The number of tasks that can be run per app.
|
Boolean |
DeleteSpaceQuotaDefinitionRequest.getAsync()
If true, a new asynchronous job is submitted to perform the operation and the job id is included in the response
|
List<String> |
ListSpaceQuotaDefinitionSpacesRequest.getDeveloperIds()
The developer ids
|
SpaceQuotaDefinitionEntity |
UpdateSpaceQuotaDefinitionResponse.getEntity()
The resource's entity
|
JobEntity |
DeleteSpaceQuotaDefinitionResponse.getEntity()
The resource's entity
|
SpaceQuotaDefinitionEntity |
GetSpaceQuotaDefinitionResponse.getEntity()
The resource's entity
|
SpaceQuotaDefinitionEntity |
CreateSpaceQuotaDefinitionResponse.getEntity()
The resource's entity
|
SpaceQuotaDefinitionEntity |
AssociateSpaceQuotaDefinitionResponse.getEntity()
The resource's entity
|
SpaceQuotaDefinitionEntity |
SpaceQuotaDefinitionResource.getEntity()
The resource's entity
|
Integer |
CreateSpaceQuotaDefinitionRequest.getInstanceMemoryLimit()
The maximum amount of memory in megabytes an application instance can have.
|
Integer |
SpaceQuotaDefinitionEntity.getInstanceMemoryLimit()
The instance memory limit
|
Integer |
UpdateSpaceQuotaDefinitionRequest.getInstanceMemoryLimit()
The maximum amount of memory in megabytes an application instance can have.
|
Integer |
SpaceQuotaDefinitionEntity.getMemoryLimit()
The memory limit
|
Integer |
UpdateSpaceQuotaDefinitionRequest.getMemoryLimit()
How much memory in megabytes a space can have
|
Metadata |
UpdateSpaceQuotaDefinitionResponse.getMetadata()
The resource's metadata
|
Metadata |
DeleteSpaceQuotaDefinitionResponse.getMetadata()
The resource's metadata
|
Metadata |
GetSpaceQuotaDefinitionResponse.getMetadata()
The resource's metadata
|
Metadata |
CreateSpaceQuotaDefinitionResponse.getMetadata()
The resource's metadata
|
Metadata |
AssociateSpaceQuotaDefinitionResponse.getMetadata()
The resource's metadata
|
Metadata |
SpaceQuotaDefinitionResource.getMetadata()
The resource's metadata
|
String |
SpaceQuotaDefinitionEntity.getName()
The name
|
String |
UpdateSpaceQuotaDefinitionRequest.getName()
The name
|
List<String> |
ListSpaceQuotaDefinitionSpacesRequest.getNames()
The names
|
String |
ListSpaceQuotaDefinitionSpacesResponse.getNextUrl()
The next url
|
String |
ListSpaceQuotaDefinitionsResponse.getNextUrl()
The next url
|
Boolean |
SpaceQuotaDefinitionEntity.getNonBasicServicesAllowed()
The non basic services allowed
|
Boolean |
UpdateSpaceQuotaDefinitionRequest.getNonBasicServicesAllowed()
If a space can have non basic services
|
OrderDirection |
ListSpaceQuotaDefinitionsRequest.getOrderDirection()
The order direction
|
OrderDirection |
ListSpaceQuotaDefinitionSpacesRequest.getOrderDirection()
The order direction
|
String |
SpaceQuotaDefinitionEntity.getOrganizationId()
The organization id
|
String |
UpdateSpaceQuotaDefinitionRequest.getOrganizationId()
The owning organization of the space quota
|
List<String> |
ListSpaceQuotaDefinitionSpacesRequest.getOrganizationIds()
The organization ids
|
String |
SpaceQuotaDefinitionEntity.getOrganizationUrl()
The organization url
|
Integer |
ListSpaceQuotaDefinitionsRequest.getPage()
The page
|
Integer |
ListSpaceQuotaDefinitionSpacesRequest.getPage()
The page
|
String |
ListSpaceQuotaDefinitionSpacesResponse.getPreviousUrl()
The previous url
|
String |
ListSpaceQuotaDefinitionsResponse.getPreviousUrl()
The previous url
|
List<SpaceResource> |
ListSpaceQuotaDefinitionSpacesResponse.getResources()
The resources
|
List<SpaceQuotaDefinitionResource> |
ListSpaceQuotaDefinitionsResponse.getResources()
The resources
|
Integer |
ListSpaceQuotaDefinitionsRequest.getResultsPerPage()
The results per page
|
Integer |
ListSpaceQuotaDefinitionSpacesRequest.getResultsPerPage()
The results per page
|
String |
SpaceQuotaDefinitionEntity.getSpacesUrl()
The spaces url
|
Integer |
ListSpaceQuotaDefinitionSpacesResponse.getTotalPages()
The total pages
|
Integer |
ListSpaceQuotaDefinitionsResponse.getTotalPages()
The total pages
|
Integer |
CreateSpaceQuotaDefinitionRequest.getTotalReservedRoutePorts()
How many routes a space can have that use a reserved port.
|
Integer |
SpaceQuotaDefinitionEntity.getTotalReservedRoutePorts()
How many routes a space can have that use a reserved port.
|
Integer |
UpdateSpaceQuotaDefinitionRequest.getTotalReservedRoutePorts()
How many routes a space can have that use a reserved port.
|
Integer |
ListSpaceQuotaDefinitionSpacesResponse.getTotalResults()
The total results
|
Integer |
ListSpaceQuotaDefinitionsResponse.getTotalResults()
The total results
|
Integer |
SpaceQuotaDefinitionEntity.getTotalRoutes()
The total routes
|
Integer |
UpdateSpaceQuotaDefinitionRequest.getTotalRoutes()
How many routes a space can have.
|
Integer |
CreateSpaceQuotaDefinitionRequest.getTotalServiceKeys()
How many service keys an organization can have.
|
Integer |
SpaceQuotaDefinitionEntity.getTotalServiceKeys()
How many service keys an organization can have.
|
Integer |
UpdateSpaceQuotaDefinitionRequest.getTotalServiceKeys()
How many service keys an organization can have.
|
Integer |
SpaceQuotaDefinitionEntity.getTotalServices()
The total services
|
Integer |
UpdateSpaceQuotaDefinitionRequest.getTotalServices()
How many services a space can have.
|
| Modifier and Type | Method and Description |
|---|---|
ListSpaceQuotaDefinitionSpacesRequest.Builder |
ListSpaceQuotaDefinitionSpacesRequest.Builder.applicationIds(Iterable<String> elements)
Sets or replaces all elements for
applicationIds list. |
CreateSpaceQuotaDefinitionRequest.Builder |
CreateSpaceQuotaDefinitionRequest.Builder.applicationInstanceLimit(Integer applicationInstanceLimit)
Initializes the value for the
applicationInstanceLimit attribute. |
SpaceQuotaDefinitionEntity.Builder |
SpaceQuotaDefinitionEntity.Builder.applicationInstanceLimit(Integer applicationInstanceLimit)
Initializes the value for the
applicationInstanceLimit attribute. |
UpdateSpaceQuotaDefinitionRequest.Builder |
UpdateSpaceQuotaDefinitionRequest.Builder.applicationInstanceLimit(Integer applicationInstanceLimit)
Initializes the value for the
applicationInstanceLimit attribute. |
CreateSpaceQuotaDefinitionRequest.Builder |
CreateSpaceQuotaDefinitionRequest.Builder.applicationTaskLimit(Integer applicationTaskLimit)
Initializes the value for the
applicationTaskLimit attribute. |
SpaceQuotaDefinitionEntity.Builder |
SpaceQuotaDefinitionEntity.Builder.applicationTaskLimit(Integer applicationTaskLimit)
Initializes the value for the
applicationTaskLimit attribute. |
UpdateSpaceQuotaDefinitionRequest.Builder |
UpdateSpaceQuotaDefinitionRequest.Builder.applicationTaskLimit(Integer applicationTaskLimit)
Initializes the value for the
applicationTaskLimit attribute. |
DeleteSpaceQuotaDefinitionRequest.Builder |
DeleteSpaceQuotaDefinitionRequest.Builder.async(Boolean async)
Initializes the value for the
async attribute. |
ListSpaceQuotaDefinitionSpacesRequest.Builder |
ListSpaceQuotaDefinitionSpacesRequest.Builder.developerIds(Iterable<String> elements)
Sets or replaces all elements for
developerIds list. |
DeleteSpaceQuotaDefinitionResponse.Builder |
DeleteSpaceQuotaDefinitionResponse.Builder.entity(JobEntity entity)
Initializes the value for the
entity attribute. |
UpdateSpaceQuotaDefinitionResponse.Builder |
UpdateSpaceQuotaDefinitionResponse.Builder.entity(SpaceQuotaDefinitionEntity entity)
Initializes the value for the
entity attribute. |
GetSpaceQuotaDefinitionResponse.Builder |
GetSpaceQuotaDefinitionResponse.Builder.entity(SpaceQuotaDefinitionEntity entity)
Initializes the value for the
entity attribute. |
CreateSpaceQuotaDefinitionResponse.Builder |
CreateSpaceQuotaDefinitionResponse.Builder.entity(SpaceQuotaDefinitionEntity entity)
Initializes the value for the
entity attribute. |
AssociateSpaceQuotaDefinitionResponse.Builder |
AssociateSpaceQuotaDefinitionResponse.Builder.entity(SpaceQuotaDefinitionEntity entity)
Initializes the value for the
entity attribute. |
SpaceQuotaDefinitionResource.Builder |
SpaceQuotaDefinitionResource.Builder.entity(SpaceQuotaDefinitionEntity entity)
Initializes the value for the
entity attribute. |
CreateSpaceQuotaDefinitionRequest.Builder |
CreateSpaceQuotaDefinitionRequest.Builder.instanceMemoryLimit(Integer instanceMemoryLimit)
Initializes the value for the
instanceMemoryLimit attribute. |
SpaceQuotaDefinitionEntity.Builder |
SpaceQuotaDefinitionEntity.Builder.instanceMemoryLimit(Integer instanceMemoryLimit)
Initializes the value for the
instanceMemoryLimit attribute. |
UpdateSpaceQuotaDefinitionRequest.Builder |
UpdateSpaceQuotaDefinitionRequest.Builder.instanceMemoryLimit(Integer instanceMemoryLimit)
Initializes the value for the
instanceMemoryLimit attribute. |
SpaceQuotaDefinitionEntity.Builder |
SpaceQuotaDefinitionEntity.Builder.memoryLimit(Integer memoryLimit)
Initializes the value for the
memoryLimit attribute. |
UpdateSpaceQuotaDefinitionRequest.Builder |
UpdateSpaceQuotaDefinitionRequest.Builder.memoryLimit(Integer memoryLimit)
Initializes the value for the
memoryLimit attribute. |
UpdateSpaceQuotaDefinitionResponse.Builder |
UpdateSpaceQuotaDefinitionResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
DeleteSpaceQuotaDefinitionResponse.Builder |
DeleteSpaceQuotaDefinitionResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
GetSpaceQuotaDefinitionResponse.Builder |
GetSpaceQuotaDefinitionResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
CreateSpaceQuotaDefinitionResponse.Builder |
CreateSpaceQuotaDefinitionResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
AssociateSpaceQuotaDefinitionResponse.Builder |
AssociateSpaceQuotaDefinitionResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
SpaceQuotaDefinitionResource.Builder |
SpaceQuotaDefinitionResource.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
SpaceQuotaDefinitionEntity.Builder |
SpaceQuotaDefinitionEntity.Builder.name(String name)
Initializes the value for the
name attribute. |
UpdateSpaceQuotaDefinitionRequest.Builder |
UpdateSpaceQuotaDefinitionRequest.Builder.name(String name)
Initializes the value for the
name attribute. |
ListSpaceQuotaDefinitionSpacesRequest.Builder |
ListSpaceQuotaDefinitionSpacesRequest.Builder.names(Iterable<String> elements)
Sets or replaces all elements for
names list. |
ListSpaceQuotaDefinitionSpacesResponse.Builder |
ListSpaceQuotaDefinitionSpacesResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListSpaceQuotaDefinitionsResponse.Builder |
ListSpaceQuotaDefinitionsResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
SpaceQuotaDefinitionEntity.Builder |
SpaceQuotaDefinitionEntity.Builder.nonBasicServicesAllowed(Boolean nonBasicServicesAllowed)
Initializes the value for the
nonBasicServicesAllowed attribute. |
UpdateSpaceQuotaDefinitionRequest.Builder |
UpdateSpaceQuotaDefinitionRequest.Builder.nonBasicServicesAllowed(Boolean nonBasicServicesAllowed)
Initializes the value for the
nonBasicServicesAllowed attribute. |
ListSpaceQuotaDefinitionsRequest.Builder |
ListSpaceQuotaDefinitionsRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListSpaceQuotaDefinitionSpacesRequest.Builder |
ListSpaceQuotaDefinitionSpacesRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
SpaceQuotaDefinitionEntity.Builder |
SpaceQuotaDefinitionEntity.Builder.organizationId(String organizationId)
Initializes the value for the
organizationId attribute. |
UpdateSpaceQuotaDefinitionRequest.Builder |
UpdateSpaceQuotaDefinitionRequest.Builder.organizationId(String organizationId)
Initializes the value for the
organizationId attribute. |
ListSpaceQuotaDefinitionSpacesRequest.Builder |
ListSpaceQuotaDefinitionSpacesRequest.Builder.organizationIds(Iterable<String> elements)
Sets or replaces all elements for
organizationIds list. |
SpaceQuotaDefinitionEntity.Builder |
SpaceQuotaDefinitionEntity.Builder.organizationUrl(String organizationUrl)
Initializes the value for the
organizationUrl attribute. |
ListSpaceQuotaDefinitionsRequest.Builder |
ListSpaceQuotaDefinitionsRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListSpaceQuotaDefinitionSpacesRequest.Builder |
ListSpaceQuotaDefinitionSpacesRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListSpaceQuotaDefinitionSpacesResponse.Builder |
ListSpaceQuotaDefinitionSpacesResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListSpaceQuotaDefinitionsResponse.Builder |
ListSpaceQuotaDefinitionsResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListSpaceQuotaDefinitionsResponse.Builder |
ListSpaceQuotaDefinitionsResponse.Builder.resources(Iterable<? extends SpaceQuotaDefinitionResource> elements)
Sets or replaces all elements for
resources list. |
ListSpaceQuotaDefinitionSpacesResponse.Builder |
ListSpaceQuotaDefinitionSpacesResponse.Builder.resources(Iterable<? extends SpaceResource> elements)
Sets or replaces all elements for
resources list. |
ListSpaceQuotaDefinitionsRequest.Builder |
ListSpaceQuotaDefinitionsRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListSpaceQuotaDefinitionSpacesRequest.Builder |
ListSpaceQuotaDefinitionSpacesRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
SpaceQuotaDefinitionEntity.Builder |
SpaceQuotaDefinitionEntity.Builder.spacesUrl(String spacesUrl)
Initializes the value for the
spacesUrl attribute. |
ListSpaceQuotaDefinitionSpacesResponse.Builder |
ListSpaceQuotaDefinitionSpacesResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListSpaceQuotaDefinitionsResponse.Builder |
ListSpaceQuotaDefinitionsResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
CreateSpaceQuotaDefinitionRequest.Builder |
CreateSpaceQuotaDefinitionRequest.Builder.totalReservedRoutePorts(Integer totalReservedRoutePorts)
Initializes the value for the
totalReservedRoutePorts attribute. |
SpaceQuotaDefinitionEntity.Builder |
SpaceQuotaDefinitionEntity.Builder.totalReservedRoutePorts(Integer totalReservedRoutePorts)
Initializes the value for the
totalReservedRoutePorts attribute. |
UpdateSpaceQuotaDefinitionRequest.Builder |
UpdateSpaceQuotaDefinitionRequest.Builder.totalReservedRoutePorts(Integer totalReservedRoutePorts)
Initializes the value for the
totalReservedRoutePorts attribute. |
ListSpaceQuotaDefinitionSpacesResponse.Builder |
ListSpaceQuotaDefinitionSpacesResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
ListSpaceQuotaDefinitionsResponse.Builder |
ListSpaceQuotaDefinitionsResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
SpaceQuotaDefinitionEntity.Builder |
SpaceQuotaDefinitionEntity.Builder.totalRoutes(Integer totalRoutes)
Initializes the value for the
totalRoutes attribute. |
UpdateSpaceQuotaDefinitionRequest.Builder |
UpdateSpaceQuotaDefinitionRequest.Builder.totalRoutes(Integer totalRoutes)
Initializes the value for the
totalRoutes attribute. |
CreateSpaceQuotaDefinitionRequest.Builder |
CreateSpaceQuotaDefinitionRequest.Builder.totalServiceKeys(Integer totalServiceKeys)
Initializes the value for the
totalServiceKeys attribute. |
SpaceQuotaDefinitionEntity.Builder |
SpaceQuotaDefinitionEntity.Builder.totalServiceKeys(Integer totalServiceKeys)
Initializes the value for the
totalServiceKeys attribute. |
UpdateSpaceQuotaDefinitionRequest.Builder |
UpdateSpaceQuotaDefinitionRequest.Builder.totalServiceKeys(Integer totalServiceKeys)
Initializes the value for the
totalServiceKeys attribute. |
SpaceQuotaDefinitionEntity.Builder |
SpaceQuotaDefinitionEntity.Builder.totalServices(Integer totalServices)
Initializes the value for the
totalServices attribute. |
UpdateSpaceQuotaDefinitionRequest.Builder |
UpdateSpaceQuotaDefinitionRequest.Builder.totalServices(Integer totalServices)
Initializes the value for the
totalServices attribute. |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
ListSpaceEventsRequest.getActees()
The actees
|
Boolean |
UserSpaceRoleEntity.getActive()
The active property
|
List<String> |
ListSpaceServicesRequest.getActives()
The actives
|
Boolean |
UserSpaceRoleEntity.getAdmin()
The admin property
|
Boolean |
SpaceEntity.getAllowSsh()
Allow SSH
|
Boolean |
UpdateSpaceRequest.getAllowSsh()
Allow SSH
|
Boolean |
CreateSpaceRequest.getAllowSsh()
Allow SSH
|
String |
SpaceEntity.getApplicationEventsUrl()
The application events url
|
List<String> |
ListSpacesRequest.getApplicationIds()
The application ids
|
List<SpaceApplicationSummary> |
GetSpaceSummaryResponse.getApplications()
The applications
|
String |
SpaceEntity.getApplicationsUrl()
The applications url
|
Boolean |
DeleteSpaceRequest.getAsync()
The async
|
List<String> |
ListSpaceDevelopersRequest.getAuditedOrganizationIds()
The audited organization ids
|
List<String> |
ListSpaceAuditorsRequest.getAuditedOrganizationIds()
The audited organization ids
|
List<String> |
ListSpaceManagersRequest.getAuditedOrganizationIds()
The audited organization ids
|
String |
UserSpaceRoleEntity.getAuditedOrganizationsUrl()
The audited organizations url
|
List<String> |
ListSpaceDevelopersRequest.getAuditedSpaceIds()
The audited space ids
|
List<String> |
ListSpaceAuditorsRequest.getAuditedSpaceIds()
The audited space ids
|
List<String> |
ListSpaceManagersRequest.getAuditedSpaceIds()
The audited space ids
|
String |
UserSpaceRoleEntity.getAuditedSpacesUrl()
The audited spaces url
|
List<String> |
UpdateSpaceRequest.getAuditorIds()
The auditor ids
|
List<String> |
CreateSpaceRequest.getAuditorsIds()
The auditor ids
|
String |
SpaceEntity.getAuditorsUrl()
The auditors url
|
List<String> |
ListSpaceDevelopersRequest.getBillingManagedOrganizationIds()
The billing managed organization ids
|
List<String> |
ListSpaceAuditorsRequest.getBillingManagedOrganizationIds()
The billing managed organization ids
|
List<String> |
ListSpaceManagersRequest.getBillingManagedOrganizationIds()
The billing managed organization ids
|
String |
UserSpaceRoleEntity.getBillingManagedOrganizationsUrl()
The billing managed organizations url
|
String |
SpaceApplicationSummary.getBuildpack()
The buildpack
|
String |
SpaceApplicationSummary.getCommand()
The command
|
Boolean |
SpaceApplicationSummary.getConsole()
Deprecated.
|
String |
SpaceApplicationSummary.getDebug()
Deprecated.
|
String |
UserSpaceRoleEntity.getDefaultSpaceId()
The default space id
|
String |
UserSpaceRoleEntity.getDefaultSpaceUrl()
The default space url
|
String |
SpaceApplicationSummary.getDetectedBuildpack()
The detected buildpack
|
String |
SpaceApplicationSummary.getDetectedStartCommand()
The detected start command
|
List<String> |
ListSpacesRequest.getDeveloperIds()
The developer ids
|
List<String> |
UpdateSpaceRequest.getDeveloperIds()
The developer ids
|
List<String> |
CreateSpaceRequest.getDeveloperIds()
The developer ids
|
String |
SpaceEntity.getDevelopersUrl()
The developers url
|
Boolean |
SpaceApplicationSummary.getDiego()
Diego
|
Boolean |
ListSpaceApplicationsRequest.getDiego()
The diego flag
|
Integer |
SpaceApplicationSummary.getDiskQuota()
The disk quota in megabytes
|
Map<String,Object> |
SpaceApplicationSummary.getDockerCredentialsJsons()
The docker credentials JSONs
|
String |
SpaceApplicationSummary.getDockerImage()
The docker image
|
List<String> |
ListSpaceRoutesRequest.getDomainIds()
The domain ids
|
List<String> |
UpdateSpaceRequest.getDomainIds()
The domain ids
|
List<String> |
CreateSpaceRequest.getDomainIds()
The domain ids
|
String |
SpaceEntity.getDomainsUrl()
The domains url
|
Boolean |
SpaceApplicationSummary.getEnableSsh()
Whether SSH is enabled
|
SpaceEntity |
RemoveSpaceAuditorByUsernameResponse.getEntity()
The resource's entity
|
SpaceEntity |
AssociateSpaceAuditorByUsernameResponse.getEntity()
The resource's entity
|
SpaceEntity |
SpaceResource.getEntity()
The resource's entity
|
JobEntity |
DeleteSpaceResponse.getEntity()
The resource's entity
|
SpaceEntity |
GetSpaceResponse.getEntity()
The resource's entity
|
SpaceEntity |
CreateSpaceResponse.getEntity()
The resource's entity
|
SpaceEntity |
RemoveSpaceDeveloperByUsernameResponse.getEntity()
The resource's entity
|
SpaceEntity |
AssociateSpaceSecurityGroupResponse.getEntity()
The resource's entity
|
SpaceEntity |
AssociateSpaceManagerByUsernameResponse.getEntity()
The resource's entity
|
SpaceEntity |
AssociateSpaceDeveloperByUsernameResponse.getEntity()
The resource's entity
|
SpaceEntity |
UpdateSpaceResponse.getEntity()
The resource's entity
|
UserSpaceRoleEntity |
UserSpaceRoleResource.getEntity()
The resource's entity
|
SpaceEntity |
AssociateSpaceAuditorResponse.getEntity()
The resource's entity
|
SpaceEntity |
RemoveSpaceManagerByUsernameResponse.getEntity()
The resource's entity
|
SpaceEntity |
AssociateSpaceDeveloperResponse.getEntity()
The resource's entity
|
SpaceEntity |
AssociateSpaceManagerResponse.getEntity()
The resource's entity
|
Map<String,Object> |
SpaceApplicationSummary.getEnvironmentJsons()
The environment JSONs
|
String |
SpaceEntity.getEventsUrl()
The events url
|
List<String> |
ListSpaceServiceInstancesRequest.getGatewayNames()
The gateway names
|
Integer |
SpaceApplicationSummary.getHealthCheckTimeout()
The health check timeout
|
String |
SpaceApplicationSummary.getHealthCheckType()
The health check type
|
List<String> |
ListSpaceRoutesRequest.getHosts()
The hosts
|
String |
SpaceApplicationSummary.getId()
The id
|
String |
GetSpaceSummaryResponse.getId()
The id
|
Integer |
SpaceApplicationSummary.getInstances()
The instances
|
String |
SpaceEntity.getIsolationSegmentId()
The isolation segment id
|
List<String> |
ListSpaceServicesRequest.getLabels()
The labels
|
List<String> |
ListSpaceDevelopersRequest.getManagedOrganizationIds()
The managed organization ids
|
List<String> |
ListSpaceAuditorsRequest.getManagedOrganizationIds()
The managed organization ids
|
List<String> |
ListSpaceManagersRequest.getManagedOrganizationIds()
The managed organization ids
|
String |
UserSpaceRoleEntity.getManagedOrganizationsUrl()
The managed organizations url
|
List<String> |
ListSpaceDevelopersRequest.getManagedSpaceIds()
The managed space ids
|
List<String> |
ListSpaceAuditorsRequest.getManagedSpaceIds()
The managed space ids
|
List<String> |
ListSpaceManagersRequest.getManagedSpaceIds()
The managed space ids
|
String |
UserSpaceRoleEntity.getManagedSpacesUrl()
The managed spaces url
|
List<String> |
UpdateSpaceRequest.getManagerIds()
The manager ids
|
List<String> |
CreateSpaceRequest.getManagerIds()
The manager ids
|
String |
SpaceEntity.getManagersUrl()
The managers url
|
Integer |
SpaceApplicationSummary.getMemory()
The memory in megabytes
|
Metadata |
RemoveSpaceAuditorByUsernameResponse.getMetadata()
The resource's metadata
|
Metadata |
AssociateSpaceAuditorByUsernameResponse.getMetadata()
The resource's metadata
|
Metadata |
SpaceResource.getMetadata()
The resource's metadata
|
Metadata |
DeleteSpaceResponse.getMetadata()
The resource's metadata
|
Metadata |
GetSpaceResponse.getMetadata()
The resource's metadata
|
Metadata |
CreateSpaceResponse.getMetadata()
The resource's metadata
|
Metadata |
RemoveSpaceDeveloperByUsernameResponse.getMetadata()
The resource's metadata
|
Metadata |
AssociateSpaceSecurityGroupResponse.getMetadata()
The resource's metadata
|
Metadata |
AssociateSpaceManagerByUsernameResponse.getMetadata()
The resource's metadata
|
Metadata |
AssociateSpaceDeveloperByUsernameResponse.getMetadata()
The resource's metadata
|
Metadata |
UpdateSpaceResponse.getMetadata()
The resource's metadata
|
Metadata |
UserSpaceRoleResource.getMetadata()
The resource's metadata
|
Metadata |
AssociateSpaceAuditorResponse.getMetadata()
The resource's metadata
|
Metadata |
RemoveSpaceManagerByUsernameResponse.getMetadata()
The resource's metadata
|
Metadata |
AssociateSpaceDeveloperResponse.getMetadata()
The resource's metadata
|
Metadata |
AssociateSpaceManagerResponse.getMetadata()
The resource's metadata
|
String |
SpaceEntity.getName()
The name
|
String |
SpaceApplicationSummary.getName()
The name
|
String |
GetSpaceSummaryResponse.getName()
The name
|
String |
UpdateSpaceRequest.getName()
The name
|
List<String> |
ListSpacesRequest.getNames()
The names
|
List<String> |
ListSpaceDomainsRequest.getNames()
The names
|
List<String> |
ListSpaceSecurityGroupsRequest.getNames()
The names
|
List<String> |
ListSpaceServiceInstancesRequest.getNames()
The names
|
List<String> |
ListSpaceApplicationsRequest.getNames()
The names
|
String |
ListSpacesResponse.getNextUrl()
The next url
|
String |
ListSpaceUserRolesResponse.getNextUrl()
The next url
|
String |
ListSpaceDomainsResponse.getNextUrl()
The next url
|
String |
ListSpaceDevelopersResponse.getNextUrl()
The next url
|
String |
ListSpaceEventsResponse.getNextUrl()
The next url
|
String |
ListSpaceApplicationsResponse.getNextUrl()
The next url
|
String |
ListSpaceServicesResponse.getNextUrl()
The next url
|
String |
ListSpaceManagersResponse.getNextUrl()
The next url
|
String |
ListSpaceRoutesResponse.getNextUrl()
The next url
|
String |
ListSpaceSecurityGroupsResponse.getNextUrl()
The next url
|
String |
ListSpaceServiceInstancesResponse.getNextUrl()
The next url
|
String |
ListSpaceAuditorsResponse.getNextUrl()
The next url
|
OrderDirection |
ListSpaceServicesRequest.getOrderDirection()
The order direction
|
OrderDirection |
ListSpacesRequest.getOrderDirection()
The order direction
|
OrderDirection |
ListSpaceDomainsRequest.getOrderDirection()
The order direction
|
OrderDirection |
ListSpaceDevelopersRequest.getOrderDirection()
The order direction
|
OrderDirection |
ListSpaceRoutesRequest.getOrderDirection()
The order direction
|
OrderDirection |
ListSpaceUserRolesRequest.getOrderDirection()
The order direction
|
OrderDirection |
ListSpaceSecurityGroupsRequest.getOrderDirection()
The order direction
|
OrderDirection |
ListSpaceEventsRequest.getOrderDirection()
The order direction
|
OrderDirection |
ListSpaceServiceInstancesRequest.getOrderDirection()
The order direction
|
OrderDirection |
ListSpaceAuditorsRequest.getOrderDirection()
The order direction
|
OrderDirection |
ListSpaceManagersRequest.getOrderDirection()
The order direction
|
OrderDirection |
ListSpaceApplicationsRequest.getOrderDirection()
The order direction
|
String |
SpaceEntity.getOrganizationId()
The organization id
|
String |
UpdateSpaceRequest.getOrganizationId()
The organization id
|
List<String> |
ListSpacesRequest.getOrganizationIds()
The organization ids
|
List<String> |
ListSpaceDevelopersRequest.getOrganizationIds()
The organization ids
|
List<String> |
ListSpaceServiceInstancesRequest.getOrganizationIds()
The organization ids
|
List<String> |
ListSpaceAuditorsRequest.getOrganizationIds()
The organization ids
|
List<String> |
ListSpaceManagersRequest.getOrganizationIds()
The organization ids
|
List<String> |
ListSpaceApplicationsRequest.getOrganizationIds()
The organization ids
|
String |
UserSpaceRoleEntity.getOrganizationsUrl()
The organizations url
|
String |
SpaceEntity.getOrganizationUrl()
The organization url
|
List<String> |
ListSpaceDomainsRequest.getOwningOrganizationIds()
The owning organization ids
|
String |
SpaceApplicationSummary.getPackageState()
The package state
|
String |
SpaceApplicationSummary.getPackageUpdatedAt()
When the package was update
|
Integer |
ListSpaceServicesRequest.getPage()
The page
|
Integer |
ListSpacesRequest.getPage()
The page
|
Integer |
ListSpaceDomainsRequest.getPage()
The page
|
Integer |
ListSpaceDevelopersRequest.getPage()
The page
|
Integer |
ListSpaceRoutesRequest.getPage()
The page
|
Integer |
ListSpaceUserRolesRequest.getPage()
The page
|
Integer |
ListSpaceSecurityGroupsRequest.getPage()
The page
|
Integer |
ListSpaceEventsRequest.getPage()
The page
|
Integer |
ListSpaceServiceInstancesRequest.getPage()
The page
|
Integer |
ListSpaceAuditorsRequest.getPage()
The page
|
Integer |
ListSpaceManagersRequest.getPage()
The page
|
Integer |
ListSpaceApplicationsRequest.getPage()
The page
|
List<String> |
ListSpaceRoutesRequest.getPaths()
The paths
|
List<Integer> |
SpaceApplicationSummary.getPorts()
The ports
|
String |
ListSpacesResponse.getPreviousUrl()
The previous url
|
String |
ListSpaceUserRolesResponse.getPreviousUrl()
The previous url
|
String |
ListSpaceDomainsResponse.getPreviousUrl()
The previous url
|
String |
ListSpaceDevelopersResponse.getPreviousUrl()
The previous url
|
String |
ListSpaceEventsResponse.getPreviousUrl()
The previous url
|
String |
ListSpaceApplicationsResponse.getPreviousUrl()
The previous url
|
String |
ListSpaceServicesResponse.getPreviousUrl()
The previous url
|
String |
ListSpaceManagersResponse.getPreviousUrl()
The previous url
|
String |
ListSpaceRoutesResponse.getPreviousUrl()
The previous url
|
String |
ListSpaceSecurityGroupsResponse.getPreviousUrl()
The previous url
|
String |
ListSpaceServiceInstancesResponse.getPreviousUrl()
The previous url
|
String |
ListSpaceAuditorsResponse.getPreviousUrl()
The previous url
|
Boolean |
SpaceApplicationSummary.getProduction()
Deprecated.
|
List<String> |
ListSpaceServicesRequest.getProviders()
The providers
|
List<SpaceResource> |
ListSpacesResponse.getResources()
The resources
|
List<UserSpaceRoleResource> |
ListSpaceUserRolesResponse.getResources()
The resources
|
List<DomainResource> |
ListSpaceDomainsResponse.getResources()
The resources
|
List<UserResource> |
ListSpaceDevelopersResponse.getResources()
The resources
|
List<EventResource> |
ListSpaceEventsResponse.getResources()
The resources
|
List<ApplicationResource> |
ListSpaceApplicationsResponse.getResources()
The resources
|
List<ServiceResource> |
ListSpaceServicesResponse.getResources()
The resources
|
List<UserResource> |
ListSpaceManagersResponse.getResources()
The resources
|
List<RouteResource> |
ListSpaceRoutesResponse.getResources()
The resources
|
List<SecurityGroupResource> |
ListSpaceSecurityGroupsResponse.getResources()
The resources
|
List<UnionServiceInstanceResource> |
ListSpaceServiceInstancesResponse.getResources()
The resources
|
List<UserResource> |
ListSpaceAuditorsResponse.getResources()
The resources
|
Integer |
ListSpaceServicesRequest.getResultsPerPage()
The results per page
|
Integer |
ListSpacesRequest.getResultsPerPage()
The results per page
|
Integer |
ListSpaceDomainsRequest.getResultsPerPage()
The results per page
|
Integer |
ListSpaceDevelopersRequest.getResultsPerPage()
The results per page
|
Integer |
ListSpaceRoutesRequest.getResultsPerPage()
The results per page
|
Integer |
ListSpaceUserRolesRequest.getResultsPerPage()
The results per page
|
Integer |
ListSpaceSecurityGroupsRequest.getResultsPerPage()
The results per page
|
Integer |
ListSpaceEventsRequest.getResultsPerPage()
The results per page
|
Integer |
ListSpaceServiceInstancesRequest.getResultsPerPage()
The results per page
|
Integer |
ListSpaceAuditorsRequest.getResultsPerPage()
The results per page
|
Integer |
ListSpaceManagersRequest.getResultsPerPage()
The results per page
|
Integer |
ListSpaceApplicationsRequest.getResultsPerPage()
The results per page
|
Boolean |
ListSpaceServiceInstancesRequest.getReturnUserProvidedServiceInstances()
The return user provided service instances
|
List<Route> |
SpaceApplicationSummary.getRoutes()
The routes
|
String |
SpaceEntity.getRoutesUrl()
The routes url
|
Integer |
SpaceApplicationSummary.getRunningInstances()
The running instances
|
List<String> |
UpdateSpaceRequest.getSecurityGroupIds()
The security group ids
|
List<String> |
CreateSpaceRequest.getSecurityGroupIds()
The security group ids
|
String |
SpaceEntity.getSecurityGroupsUrl()
The security groups url
|
List<String> |
ListSpaceServiceInstancesRequest.getServiceBindingIds()
The service binding ids
|
List<String> |
ListSpaceServicesRequest.getServiceBrokerIds()
The service broker ids
|
Integer |
SpaceApplicationSummary.getServiceCount()
The service count
|
String |
SpaceEntity.getServiceInstancesUrl()
The service instances url
|
List<String> |
ListSpaceServiceInstancesRequest.getServiceKeyIds()
The service key ids
|
List<String> |
ListSpaceServiceInstancesRequest.getServicePlanIds()
The service plan ids
|
List<ServiceInstance> |
GetSpaceSummaryResponse.getServices()
The services
|
String |
SpaceApplicationSummary.getSpaceId()
The space id
|
String |
SpaceEntity.getSpaceQuotaDefinitionId()
The space quota definition id
|
String |
CreateSpaceRequest.getSpaceQuotaDefinitionId()
The space quota definition id
|
String |
SpaceEntity.getSpaceQuotaDefinitionUrl()
The space quota definition url
|
List<String> |
UserSpaceRoleEntity.getSpaceRoles()
The space roles
|
String |
UserSpaceRoleEntity.getSpacesUrl()
The spaces url
|
String |
SpaceApplicationSummary.getStackId()
The stack id
|
List<String> |
ListSpaceApplicationsRequest.getStackIds()
The stack ids
|
String |
SpaceApplicationSummary.getStagingFailedDescription()
The staging failed description
|
String |
SpaceApplicationSummary.getStagingFailedReason()
The staging failed reason
|
String |
SpaceEntity.getStagingSecurityGroupsUrl()
The space quota definition url
|
String |
SpaceApplicationSummary.getStagingTaskId()
The staging task id
|
String |
SpaceApplicationSummary.getState()
The state
|
List<String> |
ListSpaceEventsRequest.getTimestamps()
The timestamps
|
Integer |
ListSpacesResponse.getTotalPages()
The total pages
|
Integer |
ListSpaceUserRolesResponse.getTotalPages()
The total pages
|
Integer |
ListSpaceDomainsResponse.getTotalPages()
The total pages
|
Integer |
ListSpaceDevelopersResponse.getTotalPages()
The total pages
|
Integer |
ListSpaceEventsResponse.getTotalPages()
The total pages
|
Integer |
ListSpaceApplicationsResponse.getTotalPages()
The total pages
|
Integer |
ListSpaceServicesResponse.getTotalPages()
The total pages
|
Integer |
ListSpaceManagersResponse.getTotalPages()
The total pages
|
Integer |
ListSpaceRoutesResponse.getTotalPages()
The total pages
|
Integer |
ListSpaceSecurityGroupsResponse.getTotalPages()
The total pages
|
Integer |
ListSpaceServiceInstancesResponse.getTotalPages()
The total pages
|
Integer |
ListSpaceAuditorsResponse.getTotalPages()
The total pages
|
Integer |
ListSpacesResponse.getTotalResults()
The total results
|
Integer |
ListSpaceUserRolesResponse.getTotalResults()
The total results
|
Integer |
ListSpaceDomainsResponse.getTotalResults()
The total results
|
Integer |
ListSpaceDevelopersResponse.getTotalResults()
The total results
|
Integer |
ListSpaceEventsResponse.getTotalResults()
The total results
|
Integer |
ListSpaceApplicationsResponse.getTotalResults()
The total results
|
Integer |
ListSpaceServicesResponse.getTotalResults()
The total results
|
Integer |
ListSpaceManagersResponse.getTotalResults()
The total results
|
Integer |
ListSpaceRoutesResponse.getTotalResults()
The total results
|
Integer |
ListSpaceSecurityGroupsResponse.getTotalResults()
The total results
|
Integer |
ListSpaceServiceInstancesResponse.getTotalResults()
The total results
|
Integer |
ListSpaceAuditorsResponse.getTotalResults()
The total results
|
List<String> |
ListSpaceEventsRequest.getTypes()
The types
|
List<String> |
SpaceApplicationSummary.getUrls()
The urls
|
String |
UserSpaceRoleEntity.getUsername()
The username
|
String |
SpaceApplicationSummary.getVersion()
The version
|
| Modifier and Type | Method and Description |
|---|---|
ListSpaceEventsRequest.Builder |
ListSpaceEventsRequest.Builder.actees(Iterable<String> elements)
Sets or replaces all elements for
actees list. |
UserSpaceRoleEntity.Builder |
UserSpaceRoleEntity.Builder.active(Boolean active)
Initializes the value for the
active attribute. |
ListSpaceServicesRequest.Builder |
ListSpaceServicesRequest.Builder.actives(Iterable<String> elements)
Sets or replaces all elements for
actives list. |
UserSpaceRoleEntity.Builder |
UserSpaceRoleEntity.Builder.admin(Boolean admin)
Initializes the value for the
admin attribute. |
SpaceEntity.Builder |
SpaceEntity.Builder.allowSsh(Boolean allowSsh)
Initializes the value for the
allowSsh attribute. |
UpdateSpaceRequest.Builder |
UpdateSpaceRequest.Builder.allowSsh(Boolean allowSsh)
Initializes the value for the
allowSsh attribute. |
CreateSpaceRequest.Builder |
CreateSpaceRequest.Builder.allowSsh(Boolean allowSsh)
Initializes the value for the
allowSsh attribute. |
SpaceEntity.Builder |
SpaceEntity.Builder.applicationEventsUrl(String applicationEventsUrl)
Initializes the value for the
applicationEventsUrl attribute. |
ListSpacesRequest.Builder |
ListSpacesRequest.Builder.applicationIds(Iterable<String> elements)
Sets or replaces all elements for
applicationIds list. |
GetSpaceSummaryResponse.Builder |
GetSpaceSummaryResponse.Builder.applications(Iterable<? extends SpaceApplicationSummary> elements)
Sets or replaces all elements for
applications list. |
SpaceEntity.Builder |
SpaceEntity.Builder.applicationsUrl(String applicationsUrl)
Initializes the value for the
applicationsUrl attribute. |
DeleteSpaceRequest.Builder |
DeleteSpaceRequest.Builder.async(Boolean async)
Initializes the value for the
async attribute. |
ListSpaceDevelopersRequest.Builder |
ListSpaceDevelopersRequest.Builder.auditedOrganizationIds(Iterable<String> elements)
Sets or replaces all elements for
auditedOrganizationIds list. |
ListSpaceAuditorsRequest.Builder |
ListSpaceAuditorsRequest.Builder.auditedOrganizationIds(Iterable<String> elements)
Sets or replaces all elements for
auditedOrganizationIds list. |
ListSpaceManagersRequest.Builder |
ListSpaceManagersRequest.Builder.auditedOrganizationIds(Iterable<String> elements)
Sets or replaces all elements for
auditedOrganizationIds list. |
UserSpaceRoleEntity.Builder |
UserSpaceRoleEntity.Builder.auditedOrganizationsUrl(String auditedOrganizationsUrl)
Initializes the value for the
auditedOrganizationsUrl attribute. |
ListSpaceDevelopersRequest.Builder |
ListSpaceDevelopersRequest.Builder.auditedSpaceIds(Iterable<String> elements)
Sets or replaces all elements for
auditedSpaceIds list. |
ListSpaceAuditorsRequest.Builder |
ListSpaceAuditorsRequest.Builder.auditedSpaceIds(Iterable<String> elements)
Sets or replaces all elements for
auditedSpaceIds list. |
ListSpaceManagersRequest.Builder |
ListSpaceManagersRequest.Builder.auditedSpaceIds(Iterable<String> elements)
Sets or replaces all elements for
auditedSpaceIds list. |
UserSpaceRoleEntity.Builder |
UserSpaceRoleEntity.Builder.auditedSpacesUrl(String auditedSpacesUrl)
Initializes the value for the
auditedSpacesUrl attribute. |
UpdateSpaceRequest.Builder |
UpdateSpaceRequest.Builder.auditorIds(Iterable<String> elements)
Sets or replaces all elements for
auditorIds list. |
CreateSpaceRequest.Builder |
CreateSpaceRequest.Builder.auditorsIds(Iterable<String> elements)
Sets or replaces all elements for
auditorsIds list. |
SpaceEntity.Builder |
SpaceEntity.Builder.auditorsUrl(String auditorsUrl)
Initializes the value for the
auditorsUrl attribute. |
ListSpaceDevelopersRequest.Builder |
ListSpaceDevelopersRequest.Builder.billingManagedOrganizationIds(Iterable<String> elements)
Sets or replaces all elements for
billingManagedOrganizationIds list. |
ListSpaceAuditorsRequest.Builder |
ListSpaceAuditorsRequest.Builder.billingManagedOrganizationIds(Iterable<String> elements)
Sets or replaces all elements for
billingManagedOrganizationIds list. |
ListSpaceManagersRequest.Builder |
ListSpaceManagersRequest.Builder.billingManagedOrganizationIds(Iterable<String> elements)
Sets or replaces all elements for
billingManagedOrganizationIds list. |
UserSpaceRoleEntity.Builder |
UserSpaceRoleEntity.Builder.billingManagedOrganizationsUrl(String billingManagedOrganizationsUrl)
Initializes the value for the
billingManagedOrganizationsUrl attribute. |
SpaceApplicationSummary.Builder |
SpaceApplicationSummary.Builder.buildpack(String buildpack)
Initializes the value for the
buildpack attribute. |
SpaceApplicationSummary.Builder |
SpaceApplicationSummary.Builder.command(String command)
Initializes the value for the
command attribute. |
SpaceApplicationSummary.Builder |
SpaceApplicationSummary.Builder.console(Boolean console)
Deprecated.
|
SpaceApplicationSummary.Builder |
SpaceApplicationSummary.Builder.debug(String debug)
Deprecated.
|
UserSpaceRoleEntity.Builder |
UserSpaceRoleEntity.Builder.defaultSpaceId(String defaultSpaceId)
Initializes the value for the
defaultSpaceId attribute. |
UserSpaceRoleEntity.Builder |
UserSpaceRoleEntity.Builder.defaultSpaceUrl(String defaultSpaceUrl)
Initializes the value for the
defaultSpaceUrl attribute. |
SpaceApplicationSummary.Builder |
SpaceApplicationSummary.Builder.detectedBuildpack(String detectedBuildpack)
Initializes the value for the
detectedBuildpack attribute. |
SpaceApplicationSummary.Builder |
SpaceApplicationSummary.Builder.detectedStartCommand(String detectedStartCommand)
Initializes the value for the
detectedStartCommand attribute. |
ListSpacesRequest.Builder |
ListSpacesRequest.Builder.developerIds(Iterable<String> elements)
Sets or replaces all elements for
developerIds list. |
UpdateSpaceRequest.Builder |
UpdateSpaceRequest.Builder.developerIds(Iterable<String> elements)
Sets or replaces all elements for
developerIds list. |
CreateSpaceRequest.Builder |
CreateSpaceRequest.Builder.developerIds(Iterable<String> elements)
Sets or replaces all elements for
developerIds list. |
SpaceEntity.Builder |
SpaceEntity.Builder.developersUrl(String developersUrl)
Initializes the value for the
developersUrl attribute. |
SpaceApplicationSummary.Builder |
SpaceApplicationSummary.Builder.diego(Boolean diego)
Initializes the value for the
diego attribute. |
ListSpaceApplicationsRequest.Builder |
ListSpaceApplicationsRequest.Builder.diego(Boolean diego)
Initializes the value for the
diego attribute. |
SpaceApplicationSummary.Builder |
SpaceApplicationSummary.Builder.diskQuota(Integer diskQuota)
Initializes the value for the
diskQuota attribute. |
SpaceApplicationSummary.Builder |
SpaceApplicationSummary.Builder.dockerCredentialsJsons(Map<String,? extends Object> dockerCredentialsJsons)
Sets or replaces all mappings from the specified map as entries for the
dockerCredentialsJsons map. |
SpaceApplicationSummary.Builder |
SpaceApplicationSummary.Builder.dockerImage(String dockerImage)
Initializes the value for the
dockerImage attribute. |
ListSpaceRoutesRequest.Builder |
ListSpaceRoutesRequest.Builder.domainIds(Iterable<String> elements)
Sets or replaces all elements for
domainIds list. |
UpdateSpaceRequest.Builder |
UpdateSpaceRequest.Builder.domainIds(Iterable<String> elements)
Sets or replaces all elements for
domainIds list. |
CreateSpaceRequest.Builder |
CreateSpaceRequest.Builder.domainIds(Iterable<String> elements)
Sets or replaces all elements for
domainIds list. |
SpaceEntity.Builder |
SpaceEntity.Builder.domainsUrl(String domainsUrl)
Initializes the value for the
domainsUrl attribute. |
SpaceApplicationSummary.Builder |
SpaceApplicationSummary.Builder.enableSsh(Boolean enableSsh)
Initializes the value for the
enableSsh attribute. |
DeleteSpaceResponse.Builder |
DeleteSpaceResponse.Builder.entity(JobEntity entity)
Initializes the value for the
entity attribute. |
RemoveSpaceAuditorByUsernameResponse.Builder |
RemoveSpaceAuditorByUsernameResponse.Builder.entity(SpaceEntity entity)
Initializes the value for the
entity attribute. |
AssociateSpaceAuditorByUsernameResponse.Builder |
AssociateSpaceAuditorByUsernameResponse.Builder.entity(SpaceEntity entity)
Initializes the value for the
entity attribute. |
SpaceResource.Builder |
SpaceResource.Builder.entity(SpaceEntity entity)
Initializes the value for the
entity attribute. |
GetSpaceResponse.Builder |
GetSpaceResponse.Builder.entity(SpaceEntity entity)
Initializes the value for the
entity attribute. |
CreateSpaceResponse.Builder |
CreateSpaceResponse.Builder.entity(SpaceEntity entity)
Initializes the value for the
entity attribute. |
RemoveSpaceDeveloperByUsernameResponse.Builder |
RemoveSpaceDeveloperByUsernameResponse.Builder.entity(SpaceEntity entity)
Initializes the value for the
entity attribute. |
AssociateSpaceSecurityGroupResponse.Builder |
AssociateSpaceSecurityGroupResponse.Builder.entity(SpaceEntity entity)
Initializes the value for the
entity attribute. |
AssociateSpaceManagerByUsernameResponse.Builder |
AssociateSpaceManagerByUsernameResponse.Builder.entity(SpaceEntity entity)
Initializes the value for the
entity attribute. |
AssociateSpaceDeveloperByUsernameResponse.Builder |
AssociateSpaceDeveloperByUsernameResponse.Builder.entity(SpaceEntity entity)
Initializes the value for the
entity attribute. |
UpdateSpaceResponse.Builder |
UpdateSpaceResponse.Builder.entity(SpaceEntity entity)
Initializes the value for the
entity attribute. |
AssociateSpaceAuditorResponse.Builder |
AssociateSpaceAuditorResponse.Builder.entity(SpaceEntity entity)
Initializes the value for the
entity attribute. |
RemoveSpaceManagerByUsernameResponse.Builder |
RemoveSpaceManagerByUsernameResponse.Builder.entity(SpaceEntity entity)
Initializes the value for the
entity attribute. |
AssociateSpaceDeveloperResponse.Builder |
AssociateSpaceDeveloperResponse.Builder.entity(SpaceEntity entity)
Initializes the value for the
entity attribute. |
AssociateSpaceManagerResponse.Builder |
AssociateSpaceManagerResponse.Builder.entity(SpaceEntity entity)
Initializes the value for the
entity attribute. |
UserSpaceRoleResource.Builder |
UserSpaceRoleResource.Builder.entity(UserSpaceRoleEntity entity)
Initializes the value for the
entity attribute. |
SpaceApplicationSummary.Builder |
SpaceApplicationSummary.Builder.environmentJsons(Map<String,? extends Object> environmentJsons)
Sets or replaces all mappings from the specified map as entries for the
environmentJsons map. |
SpaceEntity.Builder |
SpaceEntity.Builder.eventsUrl(String eventsUrl)
Initializes the value for the
eventsUrl attribute. |
ListSpaceServiceInstancesRequest.Builder |
ListSpaceServiceInstancesRequest.Builder.gatewayNames(Iterable<String> elements)
Sets or replaces all elements for
gatewayNames list. |
SpaceApplicationSummary.Builder |
SpaceApplicationSummary.Builder.healthCheckTimeout(Integer healthCheckTimeout)
Initializes the value for the
healthCheckTimeout attribute. |
SpaceApplicationSummary.Builder |
SpaceApplicationSummary.Builder.healthCheckType(String healthCheckType)
Initializes the value for the
healthCheckType attribute. |
ListSpaceRoutesRequest.Builder |
ListSpaceRoutesRequest.Builder.hosts(Iterable<String> elements)
Sets or replaces all elements for
hosts list. |
SpaceApplicationSummary.Builder |
SpaceApplicationSummary.Builder.id(String id)
Initializes the value for the
id attribute. |
GetSpaceSummaryResponse.Builder |
GetSpaceSummaryResponse.Builder.id(String id)
Initializes the value for the
id attribute. |
SpaceApplicationSummary.Builder |
SpaceApplicationSummary.Builder.instances(Integer instances)
Initializes the value for the
instances attribute. |
SpaceEntity.Builder |
SpaceEntity.Builder.isolationSegmentId(String isolationSegmentId)
Initializes the value for the
isolationSegmentId attribute. |
ListSpaceServicesRequest.Builder |
ListSpaceServicesRequest.Builder.labels(Iterable<String> elements)
Sets or replaces all elements for
labels list. |
ListSpaceDevelopersRequest.Builder |
ListSpaceDevelopersRequest.Builder.managedOrganizationIds(Iterable<String> elements)
Sets or replaces all elements for
managedOrganizationIds list. |
ListSpaceAuditorsRequest.Builder |
ListSpaceAuditorsRequest.Builder.managedOrganizationIds(Iterable<String> elements)
Sets or replaces all elements for
managedOrganizationIds list. |
ListSpaceManagersRequest.Builder |
ListSpaceManagersRequest.Builder.managedOrganizationIds(Iterable<String> elements)
Sets or replaces all elements for
managedOrganizationIds list. |
UserSpaceRoleEntity.Builder |
UserSpaceRoleEntity.Builder.managedOrganizationsUrl(String managedOrganizationsUrl)
Initializes the value for the
managedOrganizationsUrl attribute. |
ListSpaceDevelopersRequest.Builder |
ListSpaceDevelopersRequest.Builder.managedSpaceIds(Iterable<String> elements)
Sets or replaces all elements for
managedSpaceIds list. |
ListSpaceAuditorsRequest.Builder |
ListSpaceAuditorsRequest.Builder.managedSpaceIds(Iterable<String> elements)
Sets or replaces all elements for
managedSpaceIds list. |
ListSpaceManagersRequest.Builder |
ListSpaceManagersRequest.Builder.managedSpaceIds(Iterable<String> elements)
Sets or replaces all elements for
managedSpaceIds list. |
UserSpaceRoleEntity.Builder |
UserSpaceRoleEntity.Builder.managedSpacesUrl(String managedSpacesUrl)
Initializes the value for the
managedSpacesUrl attribute. |
UpdateSpaceRequest.Builder |
UpdateSpaceRequest.Builder.managerIds(Iterable<String> elements)
Sets or replaces all elements for
managerIds list. |
CreateSpaceRequest.Builder |
CreateSpaceRequest.Builder.managerIds(Iterable<String> elements)
Sets or replaces all elements for
managerIds list. |
SpaceEntity.Builder |
SpaceEntity.Builder.managersUrl(String managersUrl)
Initializes the value for the
managersUrl attribute. |
SpaceApplicationSummary.Builder |
SpaceApplicationSummary.Builder.memory(Integer memory)
Initializes the value for the
memory attribute. |
RemoveSpaceAuditorByUsernameResponse.Builder |
RemoveSpaceAuditorByUsernameResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
AssociateSpaceAuditorByUsernameResponse.Builder |
AssociateSpaceAuditorByUsernameResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
SpaceResource.Builder |
SpaceResource.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
DeleteSpaceResponse.Builder |
DeleteSpaceResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
GetSpaceResponse.Builder |
GetSpaceResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
CreateSpaceResponse.Builder |
CreateSpaceResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
RemoveSpaceDeveloperByUsernameResponse.Builder |
RemoveSpaceDeveloperByUsernameResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
AssociateSpaceSecurityGroupResponse.Builder |
AssociateSpaceSecurityGroupResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
AssociateSpaceManagerByUsernameResponse.Builder |
AssociateSpaceManagerByUsernameResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
AssociateSpaceDeveloperByUsernameResponse.Builder |
AssociateSpaceDeveloperByUsernameResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
UpdateSpaceResponse.Builder |
UpdateSpaceResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
UserSpaceRoleResource.Builder |
UserSpaceRoleResource.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
AssociateSpaceAuditorResponse.Builder |
AssociateSpaceAuditorResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
RemoveSpaceManagerByUsernameResponse.Builder |
RemoveSpaceManagerByUsernameResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
AssociateSpaceDeveloperResponse.Builder |
AssociateSpaceDeveloperResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
AssociateSpaceManagerResponse.Builder |
AssociateSpaceManagerResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
SpaceEntity.Builder |
SpaceEntity.Builder.name(String name)
Initializes the value for the
name attribute. |
SpaceApplicationSummary.Builder |
SpaceApplicationSummary.Builder.name(String name)
Initializes the value for the
name attribute. |
GetSpaceSummaryResponse.Builder |
GetSpaceSummaryResponse.Builder.name(String name)
Initializes the value for the
name attribute. |
UpdateSpaceRequest.Builder |
UpdateSpaceRequest.Builder.name(String name)
Initializes the value for the
name attribute. |
ListSpacesRequest.Builder |
ListSpacesRequest.Builder.names(Iterable<String> elements)
Sets or replaces all elements for
names list. |
ListSpaceDomainsRequest.Builder |
ListSpaceDomainsRequest.Builder.names(Iterable<String> elements)
Sets or replaces all elements for
names list. |
ListSpaceSecurityGroupsRequest.Builder |
ListSpaceSecurityGroupsRequest.Builder.names(Iterable<String> elements)
Sets or replaces all elements for
names list. |
ListSpaceServiceInstancesRequest.Builder |
ListSpaceServiceInstancesRequest.Builder.names(Iterable<String> elements)
Sets or replaces all elements for
names list. |
ListSpaceApplicationsRequest.Builder |
ListSpaceApplicationsRequest.Builder.names(Iterable<String> elements)
Sets or replaces all elements for
names list. |
ListSpacesResponse.Builder |
ListSpacesResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListSpaceUserRolesResponse.Builder |
ListSpaceUserRolesResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListSpaceDomainsResponse.Builder |
ListSpaceDomainsResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListSpaceDevelopersResponse.Builder |
ListSpaceDevelopersResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListSpaceEventsResponse.Builder |
ListSpaceEventsResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListSpaceApplicationsResponse.Builder |
ListSpaceApplicationsResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListSpaceServicesResponse.Builder |
ListSpaceServicesResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListSpaceManagersResponse.Builder |
ListSpaceManagersResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListSpaceRoutesResponse.Builder |
ListSpaceRoutesResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListSpaceSecurityGroupsResponse.Builder |
ListSpaceSecurityGroupsResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListSpaceServiceInstancesResponse.Builder |
ListSpaceServiceInstancesResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListSpaceAuditorsResponse.Builder |
ListSpaceAuditorsResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListSpaceServicesRequest.Builder |
ListSpaceServicesRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListSpacesRequest.Builder |
ListSpacesRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListSpaceDomainsRequest.Builder |
ListSpaceDomainsRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListSpaceDevelopersRequest.Builder |
ListSpaceDevelopersRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListSpaceRoutesRequest.Builder |
ListSpaceRoutesRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListSpaceUserRolesRequest.Builder |
ListSpaceUserRolesRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListSpaceSecurityGroupsRequest.Builder |
ListSpaceSecurityGroupsRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListSpaceEventsRequest.Builder |
ListSpaceEventsRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListSpaceServiceInstancesRequest.Builder |
ListSpaceServiceInstancesRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListSpaceAuditorsRequest.Builder |
ListSpaceAuditorsRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListSpaceManagersRequest.Builder |
ListSpaceManagersRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListSpaceApplicationsRequest.Builder |
ListSpaceApplicationsRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
SpaceEntity.Builder |
SpaceEntity.Builder.organizationId(String organizationId)
Initializes the value for the
organizationId attribute. |
UpdateSpaceRequest.Builder |
UpdateSpaceRequest.Builder.organizationId(String organizationId)
Initializes the value for the
organizationId attribute. |
ListSpacesRequest.Builder |
ListSpacesRequest.Builder.organizationIds(Iterable<String> elements)
Sets or replaces all elements for
organizationIds list. |
ListSpaceDevelopersRequest.Builder |
ListSpaceDevelopersRequest.Builder.organizationIds(Iterable<String> elements)
Sets or replaces all elements for
organizationIds list. |
ListSpaceServiceInstancesRequest.Builder |
ListSpaceServiceInstancesRequest.Builder.organizationIds(Iterable<String> elements)
Sets or replaces all elements for
organizationIds list. |
ListSpaceAuditorsRequest.Builder |
ListSpaceAuditorsRequest.Builder.organizationIds(Iterable<String> elements)
Sets or replaces all elements for
organizationIds list. |
ListSpaceManagersRequest.Builder |
ListSpaceManagersRequest.Builder.organizationIds(Iterable<String> elements)
Sets or replaces all elements for
organizationIds list. |
ListSpaceApplicationsRequest.Builder |
ListSpaceApplicationsRequest.Builder.organizationIds(Iterable<String> elements)
Sets or replaces all elements for
organizationIds list. |
UserSpaceRoleEntity.Builder |
UserSpaceRoleEntity.Builder.organizationsUrl(String organizationsUrl)
Initializes the value for the
organizationsUrl attribute. |
SpaceEntity.Builder |
SpaceEntity.Builder.organizationUrl(String organizationUrl)
Initializes the value for the
organizationUrl attribute. |
ListSpaceDomainsRequest.Builder |
ListSpaceDomainsRequest.Builder.owningOrganizationIds(Iterable<String> elements)
Sets or replaces all elements for
owningOrganizationIds list. |
SpaceApplicationSummary.Builder |
SpaceApplicationSummary.Builder.packageState(String packageState)
Initializes the value for the
packageState attribute. |
SpaceApplicationSummary.Builder |
SpaceApplicationSummary.Builder.packageUpdatedAt(String packageUpdatedAt)
Initializes the value for the
packageUpdatedAt attribute. |
ListSpaceServicesRequest.Builder |
ListSpaceServicesRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListSpacesRequest.Builder |
ListSpacesRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListSpaceDomainsRequest.Builder |
ListSpaceDomainsRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListSpaceDevelopersRequest.Builder |
ListSpaceDevelopersRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListSpaceRoutesRequest.Builder |
ListSpaceRoutesRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListSpaceUserRolesRequest.Builder |
ListSpaceUserRolesRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListSpaceSecurityGroupsRequest.Builder |
ListSpaceSecurityGroupsRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListSpaceEventsRequest.Builder |
ListSpaceEventsRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListSpaceServiceInstancesRequest.Builder |
ListSpaceServiceInstancesRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListSpaceAuditorsRequest.Builder |
ListSpaceAuditorsRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListSpaceManagersRequest.Builder |
ListSpaceManagersRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListSpaceApplicationsRequest.Builder |
ListSpaceApplicationsRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListSpaceRoutesRequest.Builder |
ListSpaceRoutesRequest.Builder.paths(Iterable<String> elements)
Sets or replaces all elements for
paths list. |
SpaceApplicationSummary.Builder |
SpaceApplicationSummary.Builder.ports(Iterable<Integer> elements)
Sets or replaces all elements for
ports list. |
ListSpacesResponse.Builder |
ListSpacesResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListSpaceUserRolesResponse.Builder |
ListSpaceUserRolesResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListSpaceDomainsResponse.Builder |
ListSpaceDomainsResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListSpaceDevelopersResponse.Builder |
ListSpaceDevelopersResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListSpaceEventsResponse.Builder |
ListSpaceEventsResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListSpaceApplicationsResponse.Builder |
ListSpaceApplicationsResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListSpaceServicesResponse.Builder |
ListSpaceServicesResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListSpaceManagersResponse.Builder |
ListSpaceManagersResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListSpaceRoutesResponse.Builder |
ListSpaceRoutesResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListSpaceSecurityGroupsResponse.Builder |
ListSpaceSecurityGroupsResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListSpaceServiceInstancesResponse.Builder |
ListSpaceServiceInstancesResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListSpaceAuditorsResponse.Builder |
ListSpaceAuditorsResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
SpaceApplicationSummary.Builder |
SpaceApplicationSummary.Builder.production(Boolean production)
Deprecated.
|
ListSpaceServicesRequest.Builder |
ListSpaceServicesRequest.Builder.providers(Iterable<String> elements)
Sets or replaces all elements for
providers list. |
ListSpaceApplicationsResponse.Builder |
ListSpaceApplicationsResponse.Builder.resources(Iterable<? extends ApplicationResource> elements)
Sets or replaces all elements for
resources list. |
ListSpaceDomainsResponse.Builder |
ListSpaceDomainsResponse.Builder.resources(Iterable<? extends DomainResource> elements)
Sets or replaces all elements for
resources list. |
ListSpaceEventsResponse.Builder |
ListSpaceEventsResponse.Builder.resources(Iterable<? extends EventResource> elements)
Sets or replaces all elements for
resources list. |
ListSpaceRoutesResponse.Builder |
ListSpaceRoutesResponse.Builder.resources(Iterable<? extends RouteResource> elements)
Sets or replaces all elements for
resources list. |
ListSpaceSecurityGroupsResponse.Builder |
ListSpaceSecurityGroupsResponse.Builder.resources(Iterable<? extends SecurityGroupResource> elements)
Sets or replaces all elements for
resources list. |
ListSpaceServicesResponse.Builder |
ListSpaceServicesResponse.Builder.resources(Iterable<? extends ServiceResource> elements)
Sets or replaces all elements for
resources list. |
ListSpacesResponse.Builder |
ListSpacesResponse.Builder.resources(Iterable<? extends SpaceResource> elements)
Sets or replaces all elements for
resources list. |
ListSpaceServiceInstancesResponse.Builder |
ListSpaceServiceInstancesResponse.Builder.resources(Iterable<? extends UnionServiceInstanceResource> elements)
Sets or replaces all elements for
resources list. |
ListSpaceDevelopersResponse.Builder |
ListSpaceDevelopersResponse.Builder.resources(Iterable<? extends UserResource> elements)
Sets or replaces all elements for
resources list. |
ListSpaceManagersResponse.Builder |
ListSpaceManagersResponse.Builder.resources(Iterable<? extends UserResource> elements)
Sets or replaces all elements for
resources list. |
ListSpaceAuditorsResponse.Builder |
ListSpaceAuditorsResponse.Builder.resources(Iterable<? extends UserResource> elements)
Sets or replaces all elements for
resources list. |
ListSpaceUserRolesResponse.Builder |
ListSpaceUserRolesResponse.Builder.resources(Iterable<? extends UserSpaceRoleResource> elements)
Sets or replaces all elements for
resources list. |
ListSpaceServicesRequest.Builder |
ListSpaceServicesRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListSpacesRequest.Builder |
ListSpacesRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListSpaceDomainsRequest.Builder |
ListSpaceDomainsRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListSpaceDevelopersRequest.Builder |
ListSpaceDevelopersRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListSpaceRoutesRequest.Builder |
ListSpaceRoutesRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListSpaceUserRolesRequest.Builder |
ListSpaceUserRolesRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListSpaceSecurityGroupsRequest.Builder |
ListSpaceSecurityGroupsRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListSpaceEventsRequest.Builder |
ListSpaceEventsRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListSpaceServiceInstancesRequest.Builder |
ListSpaceServiceInstancesRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListSpaceAuditorsRequest.Builder |
ListSpaceAuditorsRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListSpaceManagersRequest.Builder |
ListSpaceManagersRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListSpaceApplicationsRequest.Builder |
ListSpaceApplicationsRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListSpaceServiceInstancesRequest.Builder |
ListSpaceServiceInstancesRequest.Builder.returnUserProvidedServiceInstances(Boolean returnUserProvidedServiceInstances)
Initializes the value for the
returnUserProvidedServiceInstances attribute. |
SpaceApplicationSummary.Builder |
SpaceApplicationSummary.Builder.routes(Iterable<? extends Route> elements)
Sets or replaces all elements for
routes list. |
SpaceEntity.Builder |
SpaceEntity.Builder.routesUrl(String routesUrl)
Initializes the value for the
routesUrl attribute. |
SpaceApplicationSummary.Builder |
SpaceApplicationSummary.Builder.runningInstances(Integer runningInstances)
Initializes the value for the
runningInstances attribute. |
UpdateSpaceRequest.Builder |
UpdateSpaceRequest.Builder.securityGroupIds(Iterable<String> elements)
Sets or replaces all elements for
securityGroupIds list. |
CreateSpaceRequest.Builder |
CreateSpaceRequest.Builder.securityGroupIds(Iterable<String> elements)
Sets or replaces all elements for
securityGroupIds list. |
SpaceEntity.Builder |
SpaceEntity.Builder.securityGroupsUrl(String securityGroupsUrl)
Initializes the value for the
securityGroupsUrl attribute. |
ListSpaceServiceInstancesRequest.Builder |
ListSpaceServiceInstancesRequest.Builder.serviceBindingIds(Iterable<String> elements)
Sets or replaces all elements for
serviceBindingIds list. |
ListSpaceServicesRequest.Builder |
ListSpaceServicesRequest.Builder.serviceBrokerIds(Iterable<String> elements)
Sets or replaces all elements for
serviceBrokerIds list. |
SpaceApplicationSummary.Builder |
SpaceApplicationSummary.Builder.serviceCount(Integer serviceCount)
Initializes the value for the
serviceCount attribute. |
SpaceEntity.Builder |
SpaceEntity.Builder.serviceInstancesUrl(String serviceInstancesUrl)
Initializes the value for the
serviceInstancesUrl attribute. |
ListSpaceServiceInstancesRequest.Builder |
ListSpaceServiceInstancesRequest.Builder.serviceKeyIds(Iterable<String> elements)
Sets or replaces all elements for
serviceKeyIds list. |
ListSpaceServiceInstancesRequest.Builder |
ListSpaceServiceInstancesRequest.Builder.servicePlanIds(Iterable<String> elements)
Sets or replaces all elements for
servicePlanIds list. |
GetSpaceSummaryResponse.Builder |
GetSpaceSummaryResponse.Builder.services(Iterable<? extends ServiceInstance> elements)
Sets or replaces all elements for
services list. |
SpaceApplicationSummary.Builder |
SpaceApplicationSummary.Builder.spaceId(String spaceId)
Initializes the value for the
spaceId attribute. |
SpaceEntity.Builder |
SpaceEntity.Builder.spaceQuotaDefinitionId(String spaceQuotaDefinitionId)
Initializes the value for the
spaceQuotaDefinitionId attribute. |
CreateSpaceRequest.Builder |
CreateSpaceRequest.Builder.spaceQuotaDefinitionId(String spaceQuotaDefinitionId)
Initializes the value for the
spaceQuotaDefinitionId attribute. |
SpaceEntity.Builder |
SpaceEntity.Builder.spaceQuotaDefinitionUrl(String spaceQuotaDefinitionUrl)
Initializes the value for the
spaceQuotaDefinitionUrl attribute. |
UserSpaceRoleEntity.Builder |
UserSpaceRoleEntity.Builder.spaceRoles(Iterable<String> elements)
Sets or replaces all elements for
spaceRoles list. |
UserSpaceRoleEntity.Builder |
UserSpaceRoleEntity.Builder.spacesUrl(String spacesUrl)
Initializes the value for the
spacesUrl attribute. |
SpaceApplicationSummary.Builder |
SpaceApplicationSummary.Builder.stackId(String stackId)
Initializes the value for the
stackId attribute. |
ListSpaceApplicationsRequest.Builder |
ListSpaceApplicationsRequest.Builder.stackIds(Iterable<String> elements)
Sets or replaces all elements for
stackIds list. |
SpaceApplicationSummary.Builder |
SpaceApplicationSummary.Builder.stagingFailedDescription(String stagingFailedDescription)
Initializes the value for the
stagingFailedDescription attribute. |
SpaceApplicationSummary.Builder |
SpaceApplicationSummary.Builder.stagingFailedReason(String stagingFailedReason)
Initializes the value for the
stagingFailedReason attribute. |
SpaceEntity.Builder |
SpaceEntity.Builder.stagingSecurityGroupsUrl(String stagingSecurityGroupsUrl)
Initializes the value for the
stagingSecurityGroupsUrl attribute. |
SpaceApplicationSummary.Builder |
SpaceApplicationSummary.Builder.stagingTaskId(String stagingTaskId)
Initializes the value for the
stagingTaskId attribute. |
SpaceApplicationSummary.Builder |
SpaceApplicationSummary.Builder.state(String state)
Initializes the value for the
state attribute. |
ListSpaceEventsRequest.Builder |
ListSpaceEventsRequest.Builder.timestamps(Iterable<String> elements)
Sets or replaces all elements for
timestamps list. |
ListSpacesResponse.Builder |
ListSpacesResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListSpaceUserRolesResponse.Builder |
ListSpaceUserRolesResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListSpaceDomainsResponse.Builder |
ListSpaceDomainsResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListSpaceDevelopersResponse.Builder |
ListSpaceDevelopersResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListSpaceEventsResponse.Builder |
ListSpaceEventsResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListSpaceApplicationsResponse.Builder |
ListSpaceApplicationsResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListSpaceServicesResponse.Builder |
ListSpaceServicesResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListSpaceManagersResponse.Builder |
ListSpaceManagersResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListSpaceRoutesResponse.Builder |
ListSpaceRoutesResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListSpaceSecurityGroupsResponse.Builder |
ListSpaceSecurityGroupsResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListSpaceServiceInstancesResponse.Builder |
ListSpaceServiceInstancesResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListSpaceAuditorsResponse.Builder |
ListSpaceAuditorsResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListSpacesResponse.Builder |
ListSpacesResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
ListSpaceUserRolesResponse.Builder |
ListSpaceUserRolesResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
ListSpaceDomainsResponse.Builder |
ListSpaceDomainsResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
ListSpaceDevelopersResponse.Builder |
ListSpaceDevelopersResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
ListSpaceEventsResponse.Builder |
ListSpaceEventsResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
ListSpaceApplicationsResponse.Builder |
ListSpaceApplicationsResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
ListSpaceServicesResponse.Builder |
ListSpaceServicesResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
ListSpaceManagersResponse.Builder |
ListSpaceManagersResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
ListSpaceRoutesResponse.Builder |
ListSpaceRoutesResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
ListSpaceSecurityGroupsResponse.Builder |
ListSpaceSecurityGroupsResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
ListSpaceServiceInstancesResponse.Builder |
ListSpaceServiceInstancesResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
ListSpaceAuditorsResponse.Builder |
ListSpaceAuditorsResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
ListSpaceEventsRequest.Builder |
ListSpaceEventsRequest.Builder.types(Iterable<String> elements)
Sets or replaces all elements for
types list. |
SpaceApplicationSummary.Builder |
SpaceApplicationSummary.Builder.urls(Iterable<String> elements)
Sets or replaces all elements for
urls list. |
UserSpaceRoleEntity.Builder |
UserSpaceRoleEntity.Builder.username(String username)
Initializes the value for the
username attribute. |
SpaceApplicationSummary.Builder |
SpaceApplicationSummary.Builder.version(String version)
Initializes the value for the
version attribute. |
| Modifier and Type | Method and Description |
|---|---|
String |
StackEntity.getDescription()
The description
|
StackEntity |
StackResource.getEntity()
The resource's entity
|
StackEntity |
GetStackResponse.getEntity()
The resource's entity
|
Metadata |
StackResource.getMetadata()
The resource's metadata
|
Metadata |
GetStackResponse.getMetadata()
The resource's metadata
|
String |
StackEntity.getName()
The name
|
List<String> |
ListStacksRequest.getNames()
The names
|
String |
ListStacksResponse.getNextUrl()
The next url
|
OrderDirection |
ListStacksRequest.getOrderDirection()
The order direction
|
Integer |
ListStacksRequest.getPage()
The page
|
String |
ListStacksResponse.getPreviousUrl()
The previous url
|
List<StackResource> |
ListStacksResponse.getResources()
The resources
|
Integer |
ListStacksRequest.getResultsPerPage()
The results per page
|
Integer |
ListStacksResponse.getTotalPages()
The total pages
|
Integer |
ListStacksResponse.getTotalResults()
The total results
|
| Modifier and Type | Method and Description |
|---|---|
StackEntity.Builder |
StackEntity.Builder.description(String description)
Initializes the value for the
description attribute. |
StackResource.Builder |
StackResource.Builder.entity(StackEntity entity)
Initializes the value for the
entity attribute. |
GetStackResponse.Builder |
GetStackResponse.Builder.entity(StackEntity entity)
Initializes the value for the
entity attribute. |
StackResource.Builder |
StackResource.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
GetStackResponse.Builder |
GetStackResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
StackEntity.Builder |
StackEntity.Builder.name(String name)
Initializes the value for the
name attribute. |
ListStacksRequest.Builder |
ListStacksRequest.Builder.names(Iterable<String> elements)
Sets or replaces all elements for
names list. |
ListStacksResponse.Builder |
ListStacksResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListStacksRequest.Builder |
ListStacksRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListStacksRequest.Builder |
ListStacksRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListStacksResponse.Builder |
ListStacksResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListStacksResponse.Builder |
ListStacksResponse.Builder.resources(Iterable<? extends StackResource> elements)
Sets or replaces all elements for
resources list. |
ListStacksRequest.Builder |
ListStacksRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListStacksResponse.Builder |
ListStacksResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListStacksResponse.Builder |
ListStacksResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
ListUserProvidedServiceInstanceServiceBindingsRequest.getApplicationIds()
The ids of the applications
|
Map<String,Object> |
CreateUserProvidedServiceInstanceRequest.getCredentials()
Key/value pairs to store credentials
|
Map<String,Object> |
UserProvidedServiceInstanceEntity.getCredentials()
The credentials
|
Map<String,Object> |
UpdateUserProvidedServiceInstanceRequest.getCredentials()
Key/value pairs that can be stored to store credentials
|
UserProvidedServiceInstanceEntity |
CreateUserProvidedServiceInstanceResponse.getEntity()
The resource's entity
|
UserProvidedServiceInstanceEntity |
UserProvidedServiceInstanceResource.getEntity()
The resource's entity
|
UserProvidedServiceInstanceEntity |
AssociateUserProvidedServiceInstanceRouteResponse.getEntity()
The resource's entity
|
UserProvidedServiceInstanceEntity |
GetUserProvidedServiceInstanceResponse.getEntity()
The resource's entity
|
UserProvidedServiceInstanceEntity |
UpdateUserProvidedServiceInstanceResponse.getEntity()
The resource's entity
|
Metadata |
CreateUserProvidedServiceInstanceResponse.getMetadata()
The resource's metadata
|
Metadata |
UserProvidedServiceInstanceResource.getMetadata()
The resource's metadata
|
Metadata |
AssociateUserProvidedServiceInstanceRouteResponse.getMetadata()
The resource's metadata
|
Metadata |
GetUserProvidedServiceInstanceResponse.getMetadata()
The resource's metadata
|
Metadata |
UpdateUserProvidedServiceInstanceResponse.getMetadata()
The resource's metadata
|
String |
UserProvidedServiceInstanceEntity.getName()
The name
|
String |
UpdateUserProvidedServiceInstanceRequest.getName()
The name
|
List<String> |
ListUserProvidedServiceInstancesRequest.getNames()
The names
|
String |
ListUserProvidedServiceInstanceServiceBindingsResponse.getNextUrl()
The next url
|
String |
ListUserProvidedServiceInstancesResponse.getNextUrl()
The next url
|
OrderDirection |
ListUserProvidedServiceInstanceServiceBindingsRequest.getOrderDirection()
The order direction
|
OrderDirection |
ListUserProvidedServiceInstancesRequest.getOrderDirection()
The order direction
|
List<String> |
ListUserProvidedServiceInstancesRequest.getOrganizationIds()
The organization ids
|
Integer |
ListUserProvidedServiceInstanceServiceBindingsRequest.getPage()
The page
|
Integer |
ListUserProvidedServiceInstancesRequest.getPage()
The page
|
Map<String,Object> |
AssociateUserProvidedServiceInstanceRouteRequest.getParameters()
Key/value pairs to store credentials
|
String |
ListUserProvidedServiceInstanceServiceBindingsResponse.getPreviousUrl()
The previous url
|
String |
ListUserProvidedServiceInstancesResponse.getPreviousUrl()
The previous url
|
List<ServiceBindingResource> |
ListUserProvidedServiceInstanceServiceBindingsResponse.getResources()
The resources
|
List<UserProvidedServiceInstanceResource> |
ListUserProvidedServiceInstancesResponse.getResources()
The resources
|
Integer |
ListUserProvidedServiceInstanceServiceBindingsRequest.getResultsPerPage()
The results per page
|
Integer |
ListUserProvidedServiceInstancesRequest.getResultsPerPage()
The results per page
|
String |
CreateUserProvidedServiceInstanceRequest.getRouteServiceUrl()
URL to which requests for bound routes will be forwarded
|
String |
UserProvidedServiceInstanceEntity.getRouteServiceUrl()
URL to which requests for bound routes will be forwarded
|
String |
UpdateUserProvidedServiceInstanceRequest.getRouteServiceUrl()
URL to which requests for bound routes will be forwarded
|
String |
UserProvidedServiceInstanceEntity.getRoutesUrl()
The routes url
|
String |
UserProvidedServiceInstanceEntity.getServiceBindingsUrl()
The service bindings url
|
String |
UserProvidedServiceInstanceEntity.getSpaceId()
The space id
|
List<String> |
ListUserProvidedServiceInstancesRequest.getSpaceIds()
The space ids
|
String |
UserProvidedServiceInstanceEntity.getSpaceUrl()
The space url
|
String |
CreateUserProvidedServiceInstanceRequest.getSyslogDrainUrl()
The url for the syslog_drain to direct to
|
String |
UserProvidedServiceInstanceEntity.getSyslogDrainUrl()
The url for the syslog_drain to direct to
|
String |
UpdateUserProvidedServiceInstanceRequest.getSyslogDrainUrl()
The url for the syslog_drain to direct to
|
Integer |
ListUserProvidedServiceInstanceServiceBindingsResponse.getTotalPages()
The total pages
|
Integer |
ListUserProvidedServiceInstancesResponse.getTotalPages()
The total pages
|
Integer |
ListUserProvidedServiceInstanceServiceBindingsResponse.getTotalResults()
The total results
|
Integer |
ListUserProvidedServiceInstancesResponse.getTotalResults()
The total results
|
String |
UserProvidedServiceInstanceEntity.getType()
The type
|
| Modifier and Type | Method and Description |
|---|---|
ListUserProvidedServiceInstanceServiceBindingsRequest.Builder |
ListUserProvidedServiceInstanceServiceBindingsRequest.Builder.applicationIds(Iterable<String> elements)
Sets or replaces all elements for
applicationIds list. |
CreateUserProvidedServiceInstanceRequest.Builder |
CreateUserProvidedServiceInstanceRequest.Builder.credentials(Map<String,? extends Object> credentials)
Sets or replaces all mappings from the specified map as entries for the
credentials map. |
UserProvidedServiceInstanceEntity.Builder |
UserProvidedServiceInstanceEntity.Builder.credentials(Map<String,? extends Object> credentials)
Sets or replaces all mappings from the specified map as entries for the
credentials map. |
UpdateUserProvidedServiceInstanceRequest.Builder |
UpdateUserProvidedServiceInstanceRequest.Builder.credentials(Map<String,? extends Object> credentials)
Sets or replaces all mappings from the specified map as entries for the
credentials map. |
CreateUserProvidedServiceInstanceResponse.Builder |
CreateUserProvidedServiceInstanceResponse.Builder.entity(UserProvidedServiceInstanceEntity entity)
Initializes the value for the
entity attribute. |
UserProvidedServiceInstanceResource.Builder |
UserProvidedServiceInstanceResource.Builder.entity(UserProvidedServiceInstanceEntity entity)
Initializes the value for the
entity attribute. |
AssociateUserProvidedServiceInstanceRouteResponse.Builder |
AssociateUserProvidedServiceInstanceRouteResponse.Builder.entity(UserProvidedServiceInstanceEntity entity)
Initializes the value for the
entity attribute. |
GetUserProvidedServiceInstanceResponse.Builder |
GetUserProvidedServiceInstanceResponse.Builder.entity(UserProvidedServiceInstanceEntity entity)
Initializes the value for the
entity attribute. |
UpdateUserProvidedServiceInstanceResponse.Builder |
UpdateUserProvidedServiceInstanceResponse.Builder.entity(UserProvidedServiceInstanceEntity entity)
Initializes the value for the
entity attribute. |
CreateUserProvidedServiceInstanceResponse.Builder |
CreateUserProvidedServiceInstanceResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
UserProvidedServiceInstanceResource.Builder |
UserProvidedServiceInstanceResource.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
AssociateUserProvidedServiceInstanceRouteResponse.Builder |
AssociateUserProvidedServiceInstanceRouteResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
GetUserProvidedServiceInstanceResponse.Builder |
GetUserProvidedServiceInstanceResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
UpdateUserProvidedServiceInstanceResponse.Builder |
UpdateUserProvidedServiceInstanceResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
UserProvidedServiceInstanceEntity.Builder |
UserProvidedServiceInstanceEntity.Builder.name(String name)
Initializes the value for the
name attribute. |
UpdateUserProvidedServiceInstanceRequest.Builder |
UpdateUserProvidedServiceInstanceRequest.Builder.name(String name)
Initializes the value for the
name attribute. |
ListUserProvidedServiceInstancesRequest.Builder |
ListUserProvidedServiceInstancesRequest.Builder.names(Iterable<String> elements)
Sets or replaces all elements for
names list. |
ListUserProvidedServiceInstanceServiceBindingsResponse.Builder |
ListUserProvidedServiceInstanceServiceBindingsResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListUserProvidedServiceInstancesResponse.Builder |
ListUserProvidedServiceInstancesResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListUserProvidedServiceInstanceServiceBindingsRequest.Builder |
ListUserProvidedServiceInstanceServiceBindingsRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListUserProvidedServiceInstancesRequest.Builder |
ListUserProvidedServiceInstancesRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListUserProvidedServiceInstancesRequest.Builder |
ListUserProvidedServiceInstancesRequest.Builder.organizationIds(Iterable<String> elements)
Sets or replaces all elements for
organizationIds list. |
ListUserProvidedServiceInstanceServiceBindingsRequest.Builder |
ListUserProvidedServiceInstanceServiceBindingsRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListUserProvidedServiceInstancesRequest.Builder |
ListUserProvidedServiceInstancesRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
AssociateUserProvidedServiceInstanceRouteRequest.Builder |
AssociateUserProvidedServiceInstanceRouteRequest.Builder.parameters(Map<String,? extends Object> parameters)
Sets or replaces all mappings from the specified map as entries for the
parameters map. |
ListUserProvidedServiceInstanceServiceBindingsResponse.Builder |
ListUserProvidedServiceInstanceServiceBindingsResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListUserProvidedServiceInstancesResponse.Builder |
ListUserProvidedServiceInstancesResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
ListUserProvidedServiceInstanceServiceBindingsResponse.Builder |
ListUserProvidedServiceInstanceServiceBindingsResponse.Builder.resources(Iterable<? extends ServiceBindingResource> elements)
Sets or replaces all elements for
resources list. |
ListUserProvidedServiceInstancesResponse.Builder |
ListUserProvidedServiceInstancesResponse.Builder.resources(Iterable<? extends UserProvidedServiceInstanceResource> elements)
Sets or replaces all elements for
resources list. |
ListUserProvidedServiceInstanceServiceBindingsRequest.Builder |
ListUserProvidedServiceInstanceServiceBindingsRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListUserProvidedServiceInstancesRequest.Builder |
ListUserProvidedServiceInstancesRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
CreateUserProvidedServiceInstanceRequest.Builder |
CreateUserProvidedServiceInstanceRequest.Builder.routeServiceUrl(String routeServiceUrl)
Initializes the value for the
routeServiceUrl attribute. |
UserProvidedServiceInstanceEntity.Builder |
UserProvidedServiceInstanceEntity.Builder.routeServiceUrl(String routeServiceUrl)
Initializes the value for the
routeServiceUrl attribute. |
UpdateUserProvidedServiceInstanceRequest.Builder |
UpdateUserProvidedServiceInstanceRequest.Builder.routeServiceUrl(String routeServiceUrl)
Initializes the value for the
routeServiceUrl attribute. |
UserProvidedServiceInstanceEntity.Builder |
UserProvidedServiceInstanceEntity.Builder.routesUrl(String routesUrl)
Initializes the value for the
routesUrl attribute. |
UserProvidedServiceInstanceEntity.Builder |
UserProvidedServiceInstanceEntity.Builder.serviceBindingsUrl(String serviceBindingsUrl)
Initializes the value for the
serviceBindingsUrl attribute. |
UserProvidedServiceInstanceEntity.Builder |
UserProvidedServiceInstanceEntity.Builder.spaceId(String spaceId)
Initializes the value for the
spaceId attribute. |
ListUserProvidedServiceInstancesRequest.Builder |
ListUserProvidedServiceInstancesRequest.Builder.spaceIds(Iterable<String> elements)
Sets or replaces all elements for
spaceIds list. |
UserProvidedServiceInstanceEntity.Builder |
UserProvidedServiceInstanceEntity.Builder.spaceUrl(String spaceUrl)
Initializes the value for the
spaceUrl attribute. |
CreateUserProvidedServiceInstanceRequest.Builder |
CreateUserProvidedServiceInstanceRequest.Builder.syslogDrainUrl(String syslogDrainUrl)
Initializes the value for the
syslogDrainUrl attribute. |
UserProvidedServiceInstanceEntity.Builder |
UserProvidedServiceInstanceEntity.Builder.syslogDrainUrl(String syslogDrainUrl)
Initializes the value for the
syslogDrainUrl attribute. |
UpdateUserProvidedServiceInstanceRequest.Builder |
UpdateUserProvidedServiceInstanceRequest.Builder.syslogDrainUrl(String syslogDrainUrl)
Initializes the value for the
syslogDrainUrl attribute. |
ListUserProvidedServiceInstanceServiceBindingsResponse.Builder |
ListUserProvidedServiceInstanceServiceBindingsResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListUserProvidedServiceInstancesResponse.Builder |
ListUserProvidedServiceInstancesResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListUserProvidedServiceInstanceServiceBindingsResponse.Builder |
ListUserProvidedServiceInstanceServiceBindingsResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
ListUserProvidedServiceInstancesResponse.Builder |
ListUserProvidedServiceInstancesResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
UserProvidedServiceInstanceEntity.Builder |
UserProvidedServiceInstanceEntity.Builder.type(String type)
Initializes the value for the
type attribute. |
| Modifier and Type | Method and Description |
|---|---|
abstract Boolean |
AbstractUserEntity.getActive()
The active property
|
Boolean |
UserEntity.getActive()
The active property
|
abstract Boolean |
AbstractUserEntity.getAdmin()
The admin property
|
Boolean |
UserEntity.getAdmin()
The admin property
|
Boolean |
DeleteUserRequest.getAsync()
The async
|
List<String> |
ListUsersRequest.getAuditedOrganizationIds()
The audited organization ids
|
List<UserOrganizationResource> |
UserSummaryEntity.getAuditedOrganizations()
The audited organizations
|
abstract String |
AbstractUserEntity.getAuditedOrganizationsUrl()
The audited organizations url
|
String |
UserEntity.getAuditedOrganizationsUrl()
The audited organizations url
|
List<String> |
ListUsersRequest.getAuditedSpaceIds()
The audited space ids
|
List<UserSpaceResource> |
UserSummaryEntity.getAuditedSpaces()
The audited spaces
|
abstract String |
AbstractUserEntity.getAuditedSpacesUrl()
The audited spaces url
|
String |
UserEntity.getAuditedSpacesUrl()
The audited spaces url
|
Boolean |
UserOrganizationEntity.getBillingEnabled()
Billing enabled
|
List<String> |
ListUsersRequest.getBillingManagedOrganizationIds()
The billing managed organization ids
|
List<UserOrganizationResource> |
UserSummaryEntity.getBillingManagedOrganizations()
The billing managed organizations
|
abstract String |
AbstractUserEntity.getBillingManagedOrganizationsUrl()
The billing managed organizations url
|
String |
UserEntity.getBillingManagedOrganizationsUrl()
The billing managed organizations url
|
abstract String |
AbstractUserEntity.getDefaultSpaceId()
The default space id
|
String |
UpdateUserRequest.getDefaultSpaceId()
The id of the default space for apps created by this user
|
String |
CreateUserRequest.getDefaultSpaceId()
The ID of the default space for apps created by this user
|
String |
UserEntity.getDefaultSpaceId()
The default space id
|
abstract String |
AbstractUserEntity.getDefaultSpaceUrl()
The default space url
|
String |
UserEntity.getDefaultSpaceUrl()
The default space url
|
UserOrganizationEntity |
UserOrganizationResource.getEntity()
The resource's entity
|
UserSummaryEntity |
SummaryUserResponse.getEntity()
The resource's entity
|
UserEntity |
GetUserResponse.getEntity()
The resource's entity
|
UserSpaceEntity |
UserSpaceResource.getEntity()
The resource's entity
|
JobEntity |
DeleteUserResponse.getEntity()
The resource's entity
|
UserEntity |
CreateUserResponse.getEntity()
The resource's entity
|
UserEntity |
UpdateUserResponse.getEntity()
The resource's entity
|
UserEntity |
UserResource.getEntity()
The resource's entity
|
List<String> |
ListUsersRequest.getManagedOrganizationIds()
The managed organization ids
|
List<UserOrganizationResource> |
UserSummaryEntity.getManagedOrganizations()
The managed organizations
|
abstract String |
AbstractUserEntity.getManagedOrganizationsUrl()
The managed organizations url
|
String |
UserEntity.getManagedOrganizationsUrl()
The managed organizations url
|
List<String> |
ListUsersRequest.getManagedSpaceIds()
The managed space ids
|
List<UserSpaceResource> |
UserSummaryEntity.getManagedSpaces()
The managed spaces
|
abstract String |
AbstractUserEntity.getManagedSpacesUrl()
The managed spaces url
|
String |
UserEntity.getManagedSpacesUrl()
The managed spaces url
|
List<UserResource> |
UserOrganizationEntity.getManagers()
The spaces
|
Metadata |
UserOrganizationResource.getMetadata()
The resource's metadata
|
Metadata |
SummaryUserResponse.getMetadata()
The resource's metadata
|
Metadata |
GetUserResponse.getMetadata()
The resource's metadata
|
Metadata |
UserSpaceResource.getMetadata()
The resource's metadata
|
Metadata |
DeleteUserResponse.getMetadata()
The resource's metadata
|
Metadata |
CreateUserResponse.getMetadata()
The resource's metadata
|
Metadata |
UpdateUserResponse.getMetadata()
The resource's metadata
|
Metadata |
UserResource.getMetadata()
The resource's metadata
|
String |
UserOrganizationEntity.getName()
The name
|
String |
UserSpaceEntity.getName()
The name
|
String |
ListUsersResponse.getNextUrl()
The next url
|
OrderDirection |
ListUsersRequest.getOrderDirection()
The order direction
|
List<String> |
ListUsersRequest.getOrganizationIds()
The organization ids
|
List<UserOrganizationResource> |
UserSummaryEntity.getOrganizations()
The developer organizations
|
abstract String |
AbstractUserEntity.getOrganizationsUrl()
The organizations url
|
String |
UserEntity.getOrganizationsUrl()
The organizations url
|
Integer |
ListUsersRequest.getPage()
The page
|
String |
ListUsersResponse.getPreviousUrl()
The previous url
|
String |
UserOrganizationEntity.getQuotaDefinitionId()
The quota definition id
|
List<OrganizationQuotaDefinitionResource> |
UserOrganizationEntity.getQuotaDefinitions()
The spaces
|
List<UserResource> |
ListUsersResponse.getResources()
The resources
|
Integer |
ListUsersRequest.getResultsPerPage()
The results per page
|
List<String> |
ListUsersRequest.getSpaceIds()
The space ids
|
List<UserSpaceResource> |
UserSummaryEntity.getSpaces()
The developer spaces
|
List<UserSpaceResource> |
UserOrganizationEntity.getSpaces()
The spaces
|
abstract String |
AbstractUserEntity.getSpacesUrl()
The spaces url
|
String |
UserEntity.getSpacesUrl()
The spaces url
|
String |
UserOrganizationEntity.getStatus()
The status
|
Integer |
ListUsersResponse.getTotalPages()
The total pages
|
Integer |
ListUsersResponse.getTotalResults()
The total results
|
abstract String |
AbstractUserEntity.getUsername()
The username
|
String |
UserEntity.getUsername()
The username
|
| Modifier and Type | Method and Description |
|---|---|
UserEntity.Builder |
UserEntity.Builder.active(Boolean active)
Initializes the value for the
active attribute. |
UserEntity.Builder |
UserEntity.Builder.admin(Boolean admin)
Initializes the value for the
admin attribute. |
DeleteUserRequest.Builder |
DeleteUserRequest.Builder.async(Boolean async)
Initializes the value for the
async attribute. |
ListUsersRequest.Builder |
ListUsersRequest.Builder.auditedOrganizationIds(Iterable<String> elements)
Sets or replaces all elements for
auditedOrganizationIds list. |
UserSummaryEntity.Builder |
UserSummaryEntity.Builder.auditedOrganizations(Iterable<? extends UserOrganizationResource> elements)
Sets or replaces all elements for
auditedOrganizations list. |
UserEntity.Builder |
UserEntity.Builder.auditedOrganizationsUrl(String auditedOrganizationsUrl)
Initializes the value for the
auditedOrganizationsUrl attribute. |
ListUsersRequest.Builder |
ListUsersRequest.Builder.auditedSpaceIds(Iterable<String> elements)
Sets or replaces all elements for
auditedSpaceIds list. |
UserSummaryEntity.Builder |
UserSummaryEntity.Builder.auditedSpaces(Iterable<? extends UserSpaceResource> elements)
Sets or replaces all elements for
auditedSpaces list. |
UserEntity.Builder |
UserEntity.Builder.auditedSpacesUrl(String auditedSpacesUrl)
Initializes the value for the
auditedSpacesUrl attribute. |
UserOrganizationEntity.Builder |
UserOrganizationEntity.Builder.billingEnabled(Boolean billingEnabled)
Initializes the value for the
billingEnabled attribute. |
ListUsersRequest.Builder |
ListUsersRequest.Builder.billingManagedOrganizationIds(Iterable<String> elements)
Sets or replaces all elements for
billingManagedOrganizationIds list. |
UserSummaryEntity.Builder |
UserSummaryEntity.Builder.billingManagedOrganizations(Iterable<? extends UserOrganizationResource> elements)
Sets or replaces all elements for
billingManagedOrganizations list. |
UserEntity.Builder |
UserEntity.Builder.billingManagedOrganizationsUrl(String billingManagedOrganizationsUrl)
Initializes the value for the
billingManagedOrganizationsUrl attribute. |
UpdateUserRequest.Builder |
UpdateUserRequest.Builder.defaultSpaceId(String defaultSpaceId)
Initializes the value for the
defaultSpaceId attribute. |
CreateUserRequest.Builder |
CreateUserRequest.Builder.defaultSpaceId(String defaultSpaceId)
Initializes the value for the
defaultSpaceId attribute. |
UserEntity.Builder |
UserEntity.Builder.defaultSpaceId(String defaultSpaceId)
Initializes the value for the
defaultSpaceId attribute. |
UserEntity.Builder |
UserEntity.Builder.defaultSpaceUrl(String defaultSpaceUrl)
Initializes the value for the
defaultSpaceUrl attribute. |
DeleteUserResponse.Builder |
DeleteUserResponse.Builder.entity(JobEntity entity)
Initializes the value for the
entity attribute. |
GetUserResponse.Builder |
GetUserResponse.Builder.entity(UserEntity entity)
Initializes the value for the
entity attribute. |
CreateUserResponse.Builder |
CreateUserResponse.Builder.entity(UserEntity entity)
Initializes the value for the
entity attribute. |
UpdateUserResponse.Builder |
UpdateUserResponse.Builder.entity(UserEntity entity)
Initializes the value for the
entity attribute. |
UserResource.Builder |
UserResource.Builder.entity(UserEntity entity)
Initializes the value for the
entity attribute. |
UserOrganizationResource.Builder |
UserOrganizationResource.Builder.entity(UserOrganizationEntity entity)
Initializes the value for the
entity attribute. |
UserSpaceResource.Builder |
UserSpaceResource.Builder.entity(UserSpaceEntity entity)
Initializes the value for the
entity attribute. |
SummaryUserResponse.Builder |
SummaryUserResponse.Builder.entity(UserSummaryEntity entity)
Initializes the value for the
entity attribute. |
ListUsersRequest.Builder |
ListUsersRequest.Builder.managedOrganizationIds(Iterable<String> elements)
Sets or replaces all elements for
managedOrganizationIds list. |
UserSummaryEntity.Builder |
UserSummaryEntity.Builder.managedOrganizations(Iterable<? extends UserOrganizationResource> elements)
Sets or replaces all elements for
managedOrganizations list. |
UserEntity.Builder |
UserEntity.Builder.managedOrganizationsUrl(String managedOrganizationsUrl)
Initializes the value for the
managedOrganizationsUrl attribute. |
ListUsersRequest.Builder |
ListUsersRequest.Builder.managedSpaceIds(Iterable<String> elements)
Sets or replaces all elements for
managedSpaceIds list. |
UserSummaryEntity.Builder |
UserSummaryEntity.Builder.managedSpaces(Iterable<? extends UserSpaceResource> elements)
Sets or replaces all elements for
managedSpaces list. |
UserEntity.Builder |
UserEntity.Builder.managedSpacesUrl(String managedSpacesUrl)
Initializes the value for the
managedSpacesUrl attribute. |
UserOrganizationEntity.Builder |
UserOrganizationEntity.Builder.managers(Iterable<? extends UserResource> elements)
Sets or replaces all elements for
managers list. |
UserOrganizationResource.Builder |
UserOrganizationResource.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
SummaryUserResponse.Builder |
SummaryUserResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
GetUserResponse.Builder |
GetUserResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
UserSpaceResource.Builder |
UserSpaceResource.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
DeleteUserResponse.Builder |
DeleteUserResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
CreateUserResponse.Builder |
CreateUserResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
UpdateUserResponse.Builder |
UpdateUserResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
UserResource.Builder |
UserResource.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
UserOrganizationEntity.Builder |
UserOrganizationEntity.Builder.name(String name)
Initializes the value for the
name attribute. |
UserSpaceEntity.Builder |
UserSpaceEntity.Builder.name(String name)
Initializes the value for the
name attribute. |
ListUsersResponse.Builder |
ListUsersResponse.Builder.nextUrl(String nextUrl)
Initializes the value for the
nextUrl attribute. |
ListUsersRequest.Builder |
ListUsersRequest.Builder.orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListUsersRequest.Builder |
ListUsersRequest.Builder.organizationIds(Iterable<String> elements)
Sets or replaces all elements for
organizationIds list. |
UserSummaryEntity.Builder |
UserSummaryEntity.Builder.organizations(Iterable<? extends UserOrganizationResource> elements)
Sets or replaces all elements for
organizations list. |
UserEntity.Builder |
UserEntity.Builder.organizationsUrl(String organizationsUrl)
Initializes the value for the
organizationsUrl attribute. |
ListUsersRequest.Builder |
ListUsersRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListUsersResponse.Builder |
ListUsersResponse.Builder.previousUrl(String previousUrl)
Initializes the value for the
previousUrl attribute. |
UserOrganizationEntity.Builder |
UserOrganizationEntity.Builder.quotaDefinitionId(String quotaDefinitionId)
Initializes the value for the
quotaDefinitionId attribute. |
UserOrganizationEntity.Builder |
UserOrganizationEntity.Builder.quotaDefinitions(Iterable<? extends OrganizationQuotaDefinitionResource> elements)
Sets or replaces all elements for
quotaDefinitions list. |
ListUsersResponse.Builder |
ListUsersResponse.Builder.resources(Iterable<? extends UserResource> elements)
Sets or replaces all elements for
resources list. |
ListUsersRequest.Builder |
ListUsersRequest.Builder.resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListUsersRequest.Builder |
ListUsersRequest.Builder.spaceIds(Iterable<String> elements)
Sets or replaces all elements for
spaceIds list. |
UserSummaryEntity.Builder |
UserSummaryEntity.Builder.spaces(Iterable<? extends UserSpaceResource> elements)
Sets or replaces all elements for
spaces list. |
UserOrganizationEntity.Builder |
UserOrganizationEntity.Builder.spaces(Iterable<? extends UserSpaceResource> elements)
Sets or replaces all elements for
spaces list. |
UserEntity.Builder |
UserEntity.Builder.spacesUrl(String spacesUrl)
Initializes the value for the
spacesUrl attribute. |
UserOrganizationEntity.Builder |
UserOrganizationEntity.Builder.status(String status)
Initializes the value for the
status attribute. |
ListUsersResponse.Builder |
ListUsersResponse.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
ListUsersResponse.Builder |
ListUsersResponse.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
UserEntity.Builder |
UserEntity.Builder.username(String username)
Initializes the value for the
username attribute. |
| Modifier and Type | Method and Description |
|---|---|
String |
BuildpackData.getBuildpack()
The buildpack
|
Data |
Lifecycle.getData()
The datas
|
Link |
Pagination.getFirst()
The first
|
String |
Link.getHref()
The href
|
String |
DockerData.getImage()
The image
|
Link |
Pagination.getLast()
The last
|
String |
Link.getMethod()
The method
|
Link |
Pagination.getNext()
The next
|
abstract String |
PaginatedAndSortedRequest.getOrderBy()
The order by
|
abstract Integer |
PaginatedRequest.getPage()
The page
|
abstract Pagination |
PaginatedResponse.getPagination()
The pagination
|
abstract Integer |
PaginatedRequest.getPerPage()
The results per page
|
Link |
Pagination.getPrevious()
The previous
|
abstract List<T> |
PaginatedResponse.getResources()
The resources
|
String |
BuildpackData.getStack()
The stack
|
Integer |
Pagination.getTotalPages()
The total pages
|
Integer |
Pagination.getTotalResults()
The total results
|
Type |
Lifecycle.getType()
The type
|
String |
Hash.getType()
The type
|
String |
Hash.getValue()
The value
|
| Modifier and Type | Method and Description |
|---|---|
BuildpackData.Builder |
BuildpackData.Builder.buildpack(String buildpack)
Initializes the value for the
buildpack attribute. |
Lifecycle.Builder |
Lifecycle.Builder.data(Data data)
Initializes the value for the
data attribute. |
Pagination.Builder |
Pagination.Builder.first(Link first)
Initializes the value for the
first attribute. |
Link.Builder |
Link.Builder.href(String href)
Initializes the value for the
href attribute. |
DockerData.Builder |
DockerData.Builder.image(String image)
Initializes the value for the
image attribute. |
Pagination.Builder |
Pagination.Builder.last(Link last)
Initializes the value for the
last attribute. |
Link.Builder |
Link.Builder.method(String method)
Initializes the value for the
method attribute. |
Pagination.Builder |
Pagination.Builder.next(Link next)
Initializes the value for the
next attribute. |
Pagination.Builder |
Pagination.Builder.previous(Link previous)
Initializes the value for the
previous attribute. |
BuildpackData.Builder |
BuildpackData.Builder.stack(String stack)
Initializes the value for the
stack attribute. |
Pagination.Builder |
Pagination.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
Pagination.Builder |
Pagination.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
Hash.Builder |
Hash.Builder.type(String type)
Initializes the value for the
type attribute. |
Lifecycle.Builder |
Lifecycle.Builder.type(Type type)
Initializes the value for the
type attribute. |
Hash.Builder |
Hash.Builder.value(String value)
Initializes the value for the
value attribute. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
GetApplicationEnvironmentResponse.getApplicationEnvironmentVariables()
The application environment variables
|
String |
GetApplicationProcessResponse.getCommand()
The command
|
String |
GetApplicationTaskResponse.getCommand()
The command
|
String |
ScaleApplicationResponse.getCommand()
The command
|
String |
CancelApplicationTaskResponse.getCommand()
The command
|
abstract String |
Application.getCreatedAt()
When the application was created
|
String |
GetApplicationProcessResponse.getCreatedAt()
The created at
|
String |
StartApplicationResponse.getCreatedAt()
When the application was created
|
String |
AssignApplicationDropletResponse.getCreatedAt()
When the application was created
|
String |
GetApplicationTaskResponse.getCreatedAt()
The created at
|
String |
GetApplicationResponse.getCreatedAt()
When the application was created
|
String |
UpdateApplicationResponse.getCreatedAt()
When the application was created
|
String |
StopApplicationResponse.getCreatedAt()
When the application was created
|
String |
CreateApplicationResponse.getCreatedAt()
When the application was created
|
String |
ScaleApplicationResponse.getCreatedAt()
The created at
|
String |
ApplicationResource.getCreatedAt()
When the application was created
|
String |
CancelApplicationTaskResponse.getCreatedAt()
The created at
|
abstract String |
Application.getDesiredState()
The desired state
|
String |
StartApplicationResponse.getDesiredState()
The desired state
|
String |
AssignApplicationDropletResponse.getDesiredState()
The desired state
|
String |
GetApplicationResponse.getDesiredState()
The desired state
|
String |
UpdateApplicationResponse.getDesiredState()
The desired state
|
String |
StopApplicationResponse.getDesiredState()
The desired state
|
String |
CreateApplicationResponse.getDesiredState()
The desired state
|
String |
ApplicationResource.getDesiredState()
The desired state
|
Integer |
GetApplicationProcessResponse.getDiskInMb()
The disk in megabytes
|
Integer |
ScaleApplicationResponse.getDiskInMb()
The disk in megabytes
|
Integer |
ScaleApplicationRequest.getDiskInMb()
The disk size
|
abstract Map<String,String> |
Application.getEnvironmentVariables()
The environment variables\
|
Map<String,String> |
CreateApplicationRequest.getEnvironmentVariables()
The environment variables
|
Map<String,String> |
StartApplicationResponse.getEnvironmentVariables()
The environment variables\
|
Map<String,String> |
AssignApplicationDropletResponse.getEnvironmentVariables()
The environment variables\
|
Map<String,String> |
GetApplicationTaskResponse.getEnvironmentVariables()
The environment variables
|
Map<String,Object> |
GetApplicationEnvironmentResponse.getEnvironmentVariables()
The environment variables
|
Map<String,String> |
GetApplicationResponse.getEnvironmentVariables()
The environment variables\
|
Map<String,String> |
UpdateApplicationResponse.getEnvironmentVariables()
The environment variables\
|
Map<String,String> |
StopApplicationResponse.getEnvironmentVariables()
The environment variables\
|
Map<String,String> |
CreateApplicationResponse.getEnvironmentVariables()
The environment variables\
|
Map<String,Object> |
UpdateApplicationRequest.getEnvironmentVariables()
The environment variables
|
Map<String,String> |
ApplicationResource.getEnvironmentVariables()
The environment variables\
|
Map<String,String> |
CancelApplicationTaskResponse.getEnvironmentVariables()
The environment variables
|
HealthCheck |
GetApplicationProcessResponse.getHealthCheck()
The health check
|
HealthCheck |
ScaleApplicationResponse.getHealthCheck()
The health check
|
abstract String |
Application.getId()
The id
|
String |
GetApplicationProcessResponse.getId()
The id
|
String |
StartApplicationResponse.getId()
The id
|
String |
AssignApplicationDropletResponse.getId()
The id
|
String |
GetApplicationTaskResponse.getId()
The id
|
String |
GetApplicationResponse.getId()
The id
|
String |
UpdateApplicationResponse.getId()
The id
|
String |
StopApplicationResponse.getId()
The id
|
String |
CreateApplicationResponse.getId()
The id
|
String |
ScaleApplicationResponse.getId()
The id
|
String |
ApplicationResource.getId()
The id
|
String |
CancelApplicationTaskResponse.getId()
The id
|
Integer |
GetApplicationProcessResponse.getInstances()
The instances
|
Integer |
ScaleApplicationResponse.getInstances()
The instances
|
Integer |
ScaleApplicationRequest.getInstances()
The number of instances
|
abstract Lifecycle |
Application.getLifecycle()
The lifecycle
|
Lifecycle |
CreateApplicationRequest.getLifecycle()
The lifecycle
|
Lifecycle |
StartApplicationResponse.getLifecycle()
The lifecycle
|
Lifecycle |
AssignApplicationDropletResponse.getLifecycle()
The lifecycle
|
Lifecycle |
GetApplicationResponse.getLifecycle()
The lifecycle
|
Lifecycle |
UpdateApplicationResponse.getLifecycle()
The lifecycle
|
Lifecycle |
StopApplicationResponse.getLifecycle()
The lifecycle
|
Lifecycle |
CreateApplicationResponse.getLifecycle()
The lifecycle
|
Lifecycle |
UpdateApplicationRequest.getLifecycle()
The lifecycle
|
Lifecycle |
ApplicationResource.getLifecycle()
The lifecycle
|
abstract Map<String,Link> |
Application.getLinks()
The links
|
Map<String,Link> |
GetApplicationProcessResponse.getLinks()
The links
|
Map<String,Link> |
StartApplicationResponse.getLinks()
The links
|
Map<String,Link> |
AssignApplicationDropletResponse.getLinks()
The links
|
Map<String,Link> |
GetApplicationTaskResponse.getLinks()
The links
|
Map<String,Link> |
GetApplicationResponse.getLinks()
The links
|
Map<String,Link> |
UpdateApplicationResponse.getLinks()
The links
|
Map<String,Link> |
StopApplicationResponse.getLinks()
The links
|
Map<String,Link> |
CreateApplicationResponse.getLinks()
The links
|
Map<String,Link> |
ScaleApplicationResponse.getLinks()
The links
|
Map<String,Link> |
ApplicationResource.getLinks()
The links
|
Map<String,Link> |
CancelApplicationTaskResponse.getLinks()
The links
|
Integer |
GetApplicationProcessResponse.getMemoryInMb()
The memory in megabytes
|
Integer |
GetApplicationTaskResponse.getMemoryInMb()
The memory in megabytes=
|
Integer |
ScaleApplicationResponse.getMemoryInMb()
The memory in megabytes
|
Integer |
ScaleApplicationRequest.getMemoryInMb()
The memory size
|
Integer |
CancelApplicationTaskResponse.getMemoryInMb()
The memory in megabytes=
|
abstract String |
Application.getName()
The name
|
String |
StartApplicationResponse.getName()
The name
|
String |
AssignApplicationDropletResponse.getName()
The name
|
String |
GetApplicationTaskResponse.getName()
The tasks name
|
String |
GetApplicationResponse.getName()
The name
|
String |
UpdateApplicationResponse.getName()
The name
|
String |
StopApplicationResponse.getName()
The name
|
String |
CreateApplicationResponse.getName()
The name
|
String |
UpdateApplicationRequest.getName()
The name
|
String |
ApplicationResource.getName()
The name
|
String |
CancelApplicationTaskResponse.getName()
The tasks name
|
String |
ListApplicationDropletsRequest.getOrderBy()
The order by
|
String |
ListApplicationsRequest.getOrderBy()
The order by
|
Integer |
ListApplicationDropletsRequest.getPage()
The page
|
Integer |
ListApplicationsRequest.getPage()
The page
|
Integer |
ListApplicationTasksRequest.getPage()
The page
|
Integer |
ListApplicationPackagesRequest.getPage()
The page
|
Integer |
ListApplicationProcessesRequest.getPage()
The page
|
Pagination |
ListApplicationDropletsResponse.getPagination()
The pagination
|
Pagination |
ListApplicationsResponse.getPagination()
The pagination
|
Pagination |
ListApplicationTasksResponse.getPagination()
The pagination
|
Pagination |
ListApplicationPackagesResponse.getPagination()
The pagination
|
Pagination |
ListApplicationProcessesResponse.getPagination()
The pagination
|
Integer |
ListApplicationDropletsRequest.getPerPage()
The results per page
|
Integer |
ListApplicationsRequest.getPerPage()
The results per page
|
Integer |
ListApplicationTasksRequest.getPerPage()
The results per page
|
Integer |
ListApplicationPackagesRequest.getPerPage()
The results per page
|
Integer |
ListApplicationProcessesRequest.getPerPage()
The results per page
|
List<Integer> |
GetApplicationProcessResponse.getPorts()
The ports opened to the application
|
List<Integer> |
ScaleApplicationResponse.getPorts()
The ports opened to the application
|
List<DropletResource> |
ListApplicationDropletsResponse.getResources()
The resources
|
List<ProcessStatisticsResource> |
GetApplicationProcessStatisticsResponse.getResources()
The resources
|
List<ApplicationResource> |
ListApplicationsResponse.getResources()
The resources
|
List<TaskResource> |
ListApplicationTasksResponse.getResources()
The resources
|
List<PackageResource> |
ListApplicationPackagesResponse.getResources()
The resources
|
List<ProcessResource> |
ListApplicationProcessesResponse.getResources()
The resources
|
Result |
GetApplicationTaskResponse.getResult()
The task result
|
Result |
CancelApplicationTaskResponse.getResult()
The task result
|
Map<String,Object> |
GetApplicationEnvironmentResponse.getRunningEnvironmentVariables()
The running environment variables
|
Map<String,Object> |
GetApplicationEnvironmentResponse.getStagingEnvironmentVariables()
The staging environment variables
|
State |
GetApplicationTaskResponse.getState()
The task state
|
State |
CancelApplicationTaskResponse.getState()
The task state
|
abstract Integer |
Application.getTotalDesiredInstances()
The total desired instances
|
Integer |
StartApplicationResponse.getTotalDesiredInstances()
The total desired instances
|
Integer |
AssignApplicationDropletResponse.getTotalDesiredInstances()
The total desired instances
|
Integer |
GetApplicationResponse.getTotalDesiredInstances()
The total desired instances
|
Integer |
UpdateApplicationResponse.getTotalDesiredInstances()
The total desired instances
|
Integer |
StopApplicationResponse.getTotalDesiredInstances()
The total desired instances
|
Integer |
CreateApplicationResponse.getTotalDesiredInstances()
The total desired instances
|
Integer |
ApplicationResource.getTotalDesiredInstances()
The total desired instances
|
String |
GetApplicationProcessResponse.getType()
The type
|
String |
ScaleApplicationResponse.getType()
The type
|
abstract String |
Application.getUpdatedAt()
When the application was updated
|
String |
GetApplicationProcessResponse.getUpdatedAt()
The updated at
|
String |
StartApplicationResponse.getUpdatedAt()
When the application was updated
|
String |
AssignApplicationDropletResponse.getUpdatedAt()
When the application was updated
|
String |
GetApplicationTaskResponse.getUpdatedAt()
The updated at
|
String |
GetApplicationResponse.getUpdatedAt()
When the application was updated
|
String |
UpdateApplicationResponse.getUpdatedAt()
When the application was updated
|
String |
StopApplicationResponse.getUpdatedAt()
When the application was updated
|
String |
CreateApplicationResponse.getUpdatedAt()
When the application was updated
|
String |
ScaleApplicationResponse.getUpdatedAt()
The updated at
|
String |
ApplicationResource.getUpdatedAt()
When the application was updated
|
String |
CancelApplicationTaskResponse.getUpdatedAt()
The updated at
|
| Modifier and Type | Method and Description |
|---|---|
GetApplicationEnvironmentResponse.Builder |
GetApplicationEnvironmentResponse.Builder.applicationEnvironmentVariables(Map<String,? extends Object> applicationEnvironmentVariables)
Sets or replaces all mappings from the specified map as entries for the
applicationEnvironmentVariables map. |
GetApplicationProcessResponse.Builder |
GetApplicationProcessResponse.Builder.command(String command)
Initializes the value for the
command attribute. |
GetApplicationTaskResponse.Builder |
GetApplicationTaskResponse.Builder.command(String command)
Initializes the value for the
command attribute. |
ScaleApplicationResponse.Builder |
ScaleApplicationResponse.Builder.command(String command)
Initializes the value for the
command attribute. |
CancelApplicationTaskResponse.Builder |
CancelApplicationTaskResponse.Builder.command(String command)
Initializes the value for the
command attribute. |
GetApplicationProcessResponse.Builder |
GetApplicationProcessResponse.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
StartApplicationResponse.Builder |
StartApplicationResponse.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
AssignApplicationDropletResponse.Builder |
AssignApplicationDropletResponse.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
GetApplicationTaskResponse.Builder |
GetApplicationTaskResponse.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
UpdateApplicationResponse.Builder |
UpdateApplicationResponse.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
StopApplicationResponse.Builder |
StopApplicationResponse.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
ScaleApplicationResponse.Builder |
ScaleApplicationResponse.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
ApplicationResource.Builder |
ApplicationResource.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
CancelApplicationTaskResponse.Builder |
CancelApplicationTaskResponse.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
StartApplicationResponse.Builder |
StartApplicationResponse.Builder.desiredState(String desiredState)
Initializes the value for the
desiredState attribute. |
AssignApplicationDropletResponse.Builder |
AssignApplicationDropletResponse.Builder.desiredState(String desiredState)
Initializes the value for the
desiredState attribute. |
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.desiredState(String desiredState)
Initializes the value for the
desiredState attribute. |
UpdateApplicationResponse.Builder |
UpdateApplicationResponse.Builder.desiredState(String desiredState)
Initializes the value for the
desiredState attribute. |
StopApplicationResponse.Builder |
StopApplicationResponse.Builder.desiredState(String desiredState)
Initializes the value for the
desiredState attribute. |
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.desiredState(String desiredState)
Initializes the value for the
desiredState attribute. |
ApplicationResource.Builder |
ApplicationResource.Builder.desiredState(String desiredState)
Initializes the value for the
desiredState attribute. |
GetApplicationProcessResponse.Builder |
GetApplicationProcessResponse.Builder.diskInMb(Integer diskInMb)
Initializes the value for the
diskInMb attribute. |
ScaleApplicationResponse.Builder |
ScaleApplicationResponse.Builder.diskInMb(Integer diskInMb)
Initializes the value for the
diskInMb attribute. |
ScaleApplicationRequest.Builder |
ScaleApplicationRequest.Builder.diskInMb(Integer diskInMb)
Initializes the value for the
diskInMb attribute. |
GetApplicationEnvironmentResponse.Builder |
GetApplicationEnvironmentResponse.Builder.environmentVariables(Map<String,? extends Object> environmentVariables)
Sets or replaces all mappings from the specified map as entries for the
environmentVariables map. |
UpdateApplicationRequest.Builder |
UpdateApplicationRequest.Builder.environmentVariables(Map<String,? extends Object> environmentVariables)
Sets or replaces all mappings from the specified map as entries for the
environmentVariables map. |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.environmentVariables(Map<String,? extends String> environmentVariables)
Sets or replaces all mappings from the specified map as entries for the
environmentVariables map. |
StartApplicationResponse.Builder |
StartApplicationResponse.Builder.environmentVariables(Map<String,? extends String> environmentVariables)
Sets or replaces all mappings from the specified map as entries for the
environmentVariables map. |
AssignApplicationDropletResponse.Builder |
AssignApplicationDropletResponse.Builder.environmentVariables(Map<String,? extends String> environmentVariables)
Sets or replaces all mappings from the specified map as entries for the
environmentVariables map. |
GetApplicationTaskResponse.Builder |
GetApplicationTaskResponse.Builder.environmentVariables(Map<String,? extends String> environmentVariables)
Sets or replaces all mappings from the specified map as entries for the
environmentVariables map. |
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.environmentVariables(Map<String,? extends String> environmentVariables)
Sets or replaces all mappings from the specified map as entries for the
environmentVariables map. |
UpdateApplicationResponse.Builder |
UpdateApplicationResponse.Builder.environmentVariables(Map<String,? extends String> environmentVariables)
Sets or replaces all mappings from the specified map as entries for the
environmentVariables map. |
StopApplicationResponse.Builder |
StopApplicationResponse.Builder.environmentVariables(Map<String,? extends String> environmentVariables)
Sets or replaces all mappings from the specified map as entries for the
environmentVariables map. |
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.environmentVariables(Map<String,? extends String> environmentVariables)
Sets or replaces all mappings from the specified map as entries for the
environmentVariables map. |
ApplicationResource.Builder |
ApplicationResource.Builder.environmentVariables(Map<String,? extends String> environmentVariables)
Sets or replaces all mappings from the specified map as entries for the
environmentVariables map. |
CancelApplicationTaskResponse.Builder |
CancelApplicationTaskResponse.Builder.environmentVariables(Map<String,? extends String> environmentVariables)
Sets or replaces all mappings from the specified map as entries for the
environmentVariables map. |
GetApplicationProcessResponse.Builder |
GetApplicationProcessResponse.Builder.healthCheck(HealthCheck healthCheck)
Initializes the value for the
healthCheck attribute. |
ScaleApplicationResponse.Builder |
ScaleApplicationResponse.Builder.healthCheck(HealthCheck healthCheck)
Initializes the value for the
healthCheck attribute. |
GetApplicationProcessResponse.Builder |
GetApplicationProcessResponse.Builder.id(String id)
Initializes the value for the
id attribute. |
StartApplicationResponse.Builder |
StartApplicationResponse.Builder.id(String id)
Initializes the value for the
id attribute. |
AssignApplicationDropletResponse.Builder |
AssignApplicationDropletResponse.Builder.id(String id)
Initializes the value for the
id attribute. |
GetApplicationTaskResponse.Builder |
GetApplicationTaskResponse.Builder.id(String id)
Initializes the value for the
id attribute. |
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.id(String id)
Initializes the value for the
id attribute. |
UpdateApplicationResponse.Builder |
UpdateApplicationResponse.Builder.id(String id)
Initializes the value for the
id attribute. |
StopApplicationResponse.Builder |
StopApplicationResponse.Builder.id(String id)
Initializes the value for the
id attribute. |
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.id(String id)
Initializes the value for the
id attribute. |
ScaleApplicationResponse.Builder |
ScaleApplicationResponse.Builder.id(String id)
Initializes the value for the
id attribute. |
ApplicationResource.Builder |
ApplicationResource.Builder.id(String id)
Initializes the value for the
id attribute. |
CancelApplicationTaskResponse.Builder |
CancelApplicationTaskResponse.Builder.id(String id)
Initializes the value for the
id attribute. |
GetApplicationProcessResponse.Builder |
GetApplicationProcessResponse.Builder.instances(Integer instances)
Initializes the value for the
instances attribute. |
ScaleApplicationResponse.Builder |
ScaleApplicationResponse.Builder.instances(Integer instances)
Initializes the value for the
instances attribute. |
ScaleApplicationRequest.Builder |
ScaleApplicationRequest.Builder.instances(Integer instances)
Initializes the value for the
instances attribute. |
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.lifecycle(Lifecycle lifecycle)
Initializes the value for the
lifecycle attribute. |
StartApplicationResponse.Builder |
StartApplicationResponse.Builder.lifecycle(Lifecycle lifecycle)
Initializes the value for the
lifecycle attribute. |
AssignApplicationDropletResponse.Builder |
AssignApplicationDropletResponse.Builder.lifecycle(Lifecycle lifecycle)
Initializes the value for the
lifecycle attribute. |
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.lifecycle(Lifecycle lifecycle)
Initializes the value for the
lifecycle attribute. |
UpdateApplicationResponse.Builder |
UpdateApplicationResponse.Builder.lifecycle(Lifecycle lifecycle)
Initializes the value for the
lifecycle attribute. |
StopApplicationResponse.Builder |
StopApplicationResponse.Builder.lifecycle(Lifecycle lifecycle)
Initializes the value for the
lifecycle attribute. |
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.lifecycle(Lifecycle lifecycle)
Initializes the value for the
lifecycle attribute. |
UpdateApplicationRequest.Builder |
UpdateApplicationRequest.Builder.lifecycle(Lifecycle lifecycle)
Initializes the value for the
lifecycle attribute. |
ApplicationResource.Builder |
ApplicationResource.Builder.lifecycle(Lifecycle lifecycle)
Initializes the value for the
lifecycle attribute. |
GetApplicationProcessResponse.Builder |
GetApplicationProcessResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
StartApplicationResponse.Builder |
StartApplicationResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
AssignApplicationDropletResponse.Builder |
AssignApplicationDropletResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
GetApplicationTaskResponse.Builder |
GetApplicationTaskResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
UpdateApplicationResponse.Builder |
UpdateApplicationResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
StopApplicationResponse.Builder |
StopApplicationResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
ScaleApplicationResponse.Builder |
ScaleApplicationResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
ApplicationResource.Builder |
ApplicationResource.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
CancelApplicationTaskResponse.Builder |
CancelApplicationTaskResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
GetApplicationProcessResponse.Builder |
GetApplicationProcessResponse.Builder.memoryInMb(Integer memoryInMb)
Initializes the value for the
memoryInMb attribute. |
GetApplicationTaskResponse.Builder |
GetApplicationTaskResponse.Builder.memoryInMb(Integer memoryInMb)
Initializes the value for the
memoryInMb attribute. |
ScaleApplicationResponse.Builder |
ScaleApplicationResponse.Builder.memoryInMb(Integer memoryInMb)
Initializes the value for the
memoryInMb attribute. |
ScaleApplicationRequest.Builder |
ScaleApplicationRequest.Builder.memoryInMb(Integer memoryInMb)
Initializes the value for the
memoryInMb attribute. |
CancelApplicationTaskResponse.Builder |
CancelApplicationTaskResponse.Builder.memoryInMb(Integer memoryInMb)
Initializes the value for the
memoryInMb attribute. |
StartApplicationResponse.Builder |
StartApplicationResponse.Builder.name(String name)
Initializes the value for the
name attribute. |
AssignApplicationDropletResponse.Builder |
AssignApplicationDropletResponse.Builder.name(String name)
Initializes the value for the
name attribute. |
GetApplicationTaskResponse.Builder |
GetApplicationTaskResponse.Builder.name(String name)
Initializes the value for the
name attribute. |
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.name(String name)
Initializes the value for the
name attribute. |
UpdateApplicationResponse.Builder |
UpdateApplicationResponse.Builder.name(String name)
Initializes the value for the
name attribute. |
StopApplicationResponse.Builder |
StopApplicationResponse.Builder.name(String name)
Initializes the value for the
name attribute. |
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.name(String name)
Initializes the value for the
name attribute. |
UpdateApplicationRequest.Builder |
UpdateApplicationRequest.Builder.name(String name)
Initializes the value for the
name attribute. |
ApplicationResource.Builder |
ApplicationResource.Builder.name(String name)
Initializes the value for the
name attribute. |
CancelApplicationTaskResponse.Builder |
CancelApplicationTaskResponse.Builder.name(String name)
Initializes the value for the
name attribute. |
ListApplicationDropletsRequest.Builder |
ListApplicationDropletsRequest.Builder.orderBy(String orderBy)
Initializes the value for the
orderBy attribute. |
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.orderBy(String orderBy)
Initializes the value for the
orderBy attribute. |
ListApplicationDropletsRequest.Builder |
ListApplicationDropletsRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListApplicationTasksRequest.Builder |
ListApplicationTasksRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListApplicationPackagesRequest.Builder |
ListApplicationPackagesRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListApplicationProcessesRequest.Builder |
ListApplicationProcessesRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListApplicationDropletsResponse.Builder |
ListApplicationDropletsResponse.Builder.pagination(Pagination pagination)
Initializes the value for the
pagination attribute. |
ListApplicationsResponse.Builder |
ListApplicationsResponse.Builder.pagination(Pagination pagination)
Initializes the value for the
pagination attribute. |
ListApplicationTasksResponse.Builder |
ListApplicationTasksResponse.Builder.pagination(Pagination pagination)
Initializes the value for the
pagination attribute. |
ListApplicationPackagesResponse.Builder |
ListApplicationPackagesResponse.Builder.pagination(Pagination pagination)
Initializes the value for the
pagination attribute. |
ListApplicationProcessesResponse.Builder |
ListApplicationProcessesResponse.Builder.pagination(Pagination pagination)
Initializes the value for the
pagination attribute. |
ListApplicationDropletsRequest.Builder |
ListApplicationDropletsRequest.Builder.perPage(Integer perPage)
Initializes the value for the
perPage attribute. |
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.perPage(Integer perPage)
Initializes the value for the
perPage attribute. |
ListApplicationTasksRequest.Builder |
ListApplicationTasksRequest.Builder.perPage(Integer perPage)
Initializes the value for the
perPage attribute. |
ListApplicationPackagesRequest.Builder |
ListApplicationPackagesRequest.Builder.perPage(Integer perPage)
Initializes the value for the
perPage attribute. |
ListApplicationProcessesRequest.Builder |
ListApplicationProcessesRequest.Builder.perPage(Integer perPage)
Initializes the value for the
perPage attribute. |
GetApplicationProcessResponse.Builder |
GetApplicationProcessResponse.Builder.ports(Iterable<Integer> elements)
Sets or replaces all elements for
ports list. |
ScaleApplicationResponse.Builder |
ScaleApplicationResponse.Builder.ports(Iterable<Integer> elements)
Sets or replaces all elements for
ports list. |
ListApplicationsResponse.Builder |
ListApplicationsResponse.Builder.resources(Iterable<? extends ApplicationResource> elements)
Sets or replaces all elements for
resources list. |
ListApplicationDropletsResponse.Builder |
ListApplicationDropletsResponse.Builder.resources(Iterable<? extends DropletResource> elements)
Sets or replaces all elements for
resources list. |
ListApplicationPackagesResponse.Builder |
ListApplicationPackagesResponse.Builder.resources(Iterable<? extends PackageResource> elements)
Sets or replaces all elements for
resources list. |
ListApplicationProcessesResponse.Builder |
ListApplicationProcessesResponse.Builder.resources(Iterable<? extends ProcessResource> elements)
Sets or replaces all elements for
resources list. |
GetApplicationProcessStatisticsResponse.Builder |
GetApplicationProcessStatisticsResponse.Builder.resources(Iterable<? extends ProcessStatisticsResource> elements)
Sets or replaces all elements for
resources list. |
ListApplicationTasksResponse.Builder |
ListApplicationTasksResponse.Builder.resources(Iterable<? extends TaskResource> elements)
Sets or replaces all elements for
resources list. |
GetApplicationTaskResponse.Builder |
GetApplicationTaskResponse.Builder.result(Result result)
Initializes the value for the
result attribute. |
CancelApplicationTaskResponse.Builder |
CancelApplicationTaskResponse.Builder.result(Result result)
Initializes the value for the
result attribute. |
GetApplicationEnvironmentResponse.Builder |
GetApplicationEnvironmentResponse.Builder.runningEnvironmentVariables(Map<String,? extends Object> runningEnvironmentVariables)
Sets or replaces all mappings from the specified map as entries for the
runningEnvironmentVariables map. |
GetApplicationEnvironmentResponse.Builder |
GetApplicationEnvironmentResponse.Builder.stagingEnvironmentVariables(Map<String,? extends Object> stagingEnvironmentVariables)
Sets or replaces all mappings from the specified map as entries for the
stagingEnvironmentVariables map. |
GetApplicationTaskResponse.Builder |
GetApplicationTaskResponse.Builder.state(State state)
Initializes the value for the
state attribute. |
CancelApplicationTaskResponse.Builder |
CancelApplicationTaskResponse.Builder.state(State state)
Initializes the value for the
state attribute. |
StartApplicationResponse.Builder |
StartApplicationResponse.Builder.totalDesiredInstances(Integer totalDesiredInstances)
Initializes the value for the
totalDesiredInstances attribute. |
AssignApplicationDropletResponse.Builder |
AssignApplicationDropletResponse.Builder.totalDesiredInstances(Integer totalDesiredInstances)
Initializes the value for the
totalDesiredInstances attribute. |
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.totalDesiredInstances(Integer totalDesiredInstances)
Initializes the value for the
totalDesiredInstances attribute. |
UpdateApplicationResponse.Builder |
UpdateApplicationResponse.Builder.totalDesiredInstances(Integer totalDesiredInstances)
Initializes the value for the
totalDesiredInstances attribute. |
StopApplicationResponse.Builder |
StopApplicationResponse.Builder.totalDesiredInstances(Integer totalDesiredInstances)
Initializes the value for the
totalDesiredInstances attribute. |
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.totalDesiredInstances(Integer totalDesiredInstances)
Initializes the value for the
totalDesiredInstances attribute. |
ApplicationResource.Builder |
ApplicationResource.Builder.totalDesiredInstances(Integer totalDesiredInstances)
Initializes the value for the
totalDesiredInstances attribute. |
GetApplicationProcessResponse.Builder |
GetApplicationProcessResponse.Builder.type(String type)
Initializes the value for the
type attribute. |
ScaleApplicationResponse.Builder |
ScaleApplicationResponse.Builder.type(String type)
Initializes the value for the
type attribute. |
GetApplicationProcessResponse.Builder |
GetApplicationProcessResponse.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
StartApplicationResponse.Builder |
StartApplicationResponse.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
AssignApplicationDropletResponse.Builder |
AssignApplicationDropletResponse.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
GetApplicationTaskResponse.Builder |
GetApplicationTaskResponse.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
UpdateApplicationResponse.Builder |
UpdateApplicationResponse.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
StopApplicationResponse.Builder |
StopApplicationResponse.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
ScaleApplicationResponse.Builder |
ScaleApplicationResponse.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
ApplicationResource.Builder |
ApplicationResource.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
CancelApplicationTaskResponse.Builder |
CancelApplicationTaskResponse.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
| Modifier and Type | Method and Description |
|---|---|
String |
StagedResult.getBuildpack() |
abstract String |
Droplet.getCreatedAt()
The created at
|
String |
DropletResource.getCreatedAt()
The created at
|
String |
GetDropletResponse.getCreatedAt()
The created at
|
abstract Map<String,Object> |
Droplet.getEnvironmentVariables()
The environment variables
|
Map<String,Object> |
DropletResource.getEnvironmentVariables()
The environment variables
|
Map<String,Object> |
GetDropletResponse.getEnvironmentVariables()
The environment variables
|
abstract String |
Droplet.getError()
The error
|
String |
DropletResource.getError()
The error
|
String |
GetDropletResponse.getError()
The error
|
String |
StagedResult.getExecutionMetadata() |
Hash |
StagedResult.getHash() |
abstract String |
Droplet.getId()
The id
|
String |
DropletResource.getId()
The id
|
String |
GetDropletResponse.getId()
The id
|
abstract Lifecycle |
Droplet.getLifecycle()
The lifecycle
|
Lifecycle |
DropletResource.getLifecycle()
The lifecycle
|
Lifecycle |
GetDropletResponse.getLifecycle()
The lifecycle
|
abstract Map<String,Link> |
Droplet.getLinks()
The links
|
Map<String,Link> |
DropletResource.getLinks()
The links
|
Map<String,Link> |
GetDropletResponse.getLinks()
The links
|
String |
ListDropletsRequest.getOrderBy()
The order by
|
Integer |
ListDropletsRequest.getPage()
The page
|
Pagination |
ListDropletsResponse.getPagination()
The pagination
|
Integer |
ListDropletsRequest.getPerPage()
The results per page
|
Map<String,String> |
StagedResult.getProcessTypes() |
List<DropletResource> |
ListDropletsResponse.getResources()
The resources
|
abstract Result |
Droplet.getResult()
The results
|
Result |
DropletResource.getResult()
The results
|
Result |
GetDropletResponse.getResult()
The results
|
String |
StagedResult.getStack() |
abstract Integer |
Droplet.getStagingDiskInMb()
The staging disk in MB
|
Integer |
DropletResource.getStagingDiskInMb()
The staging disk in MB
|
Integer |
GetDropletResponse.getStagingDiskInMb()
The staging disk in MB
|
abstract Integer |
Droplet.getStagingMemoryInMb()
The staging memory in MB
|
Integer |
DropletResource.getStagingMemoryInMb()
The staging memory in MB
|
Integer |
GetDropletResponse.getStagingMemoryInMb()
The staging memory in MB
|
abstract State |
Droplet.getState()
The state
|
State |
DropletResource.getState()
The state
|
State |
GetDropletResponse.getState()
The state
|
abstract String |
Droplet.getUpdatedAt()
The updated at
|
String |
DropletResource.getUpdatedAt()
The updated at
|
String |
GetDropletResponse.getUpdatedAt()
The updated at
|
| Modifier and Type | Method and Description |
|---|---|
StagedResult.Builder |
StagedResult.Builder.buildpack(String buildpack)
Initializes the value for the
buildpack attribute. |
DropletResource.Builder |
DropletResource.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
GetDropletResponse.Builder |
GetDropletResponse.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
DropletResource.Builder |
DropletResource.Builder.environmentVariables(Map<String,? extends Object> environmentVariables)
Sets or replaces all mappings from the specified map as entries for the
environmentVariables map. |
GetDropletResponse.Builder |
GetDropletResponse.Builder.environmentVariables(Map<String,? extends Object> environmentVariables)
Sets or replaces all mappings from the specified map as entries for the
environmentVariables map. |
DropletResource.Builder |
DropletResource.Builder.error(String error)
Initializes the value for the
error attribute. |
GetDropletResponse.Builder |
GetDropletResponse.Builder.error(String error)
Initializes the value for the
error attribute. |
StagedResult.Builder |
StagedResult.Builder.executionMetadata(String executionMetadata)
Initializes the value for the
executionMetadata attribute. |
StagedResult.Builder |
StagedResult.Builder.hash(Hash hash)
Initializes the value for the
hash attribute. |
DropletResource.Builder |
DropletResource.Builder.id(String id)
Initializes the value for the
id attribute. |
GetDropletResponse.Builder |
GetDropletResponse.Builder.id(String id)
Initializes the value for the
id attribute. |
DropletResource.Builder |
DropletResource.Builder.lifecycle(Lifecycle lifecycle)
Initializes the value for the
lifecycle attribute. |
GetDropletResponse.Builder |
GetDropletResponse.Builder.lifecycle(Lifecycle lifecycle)
Initializes the value for the
lifecycle attribute. |
DropletResource.Builder |
DropletResource.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
GetDropletResponse.Builder |
GetDropletResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
ListDropletsRequest.Builder |
ListDropletsRequest.Builder.orderBy(String orderBy)
Initializes the value for the
orderBy attribute. |
ListDropletsRequest.Builder |
ListDropletsRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListDropletsResponse.Builder |
ListDropletsResponse.Builder.pagination(Pagination pagination)
Initializes the value for the
pagination attribute. |
ListDropletsRequest.Builder |
ListDropletsRequest.Builder.perPage(Integer perPage)
Initializes the value for the
perPage attribute. |
StagedResult.Builder |
StagedResult.Builder.processTypes(Map<String,? extends String> processTypes)
Sets or replaces all mappings from the specified map as entries for the
processTypes map. |
ListDropletsResponse.Builder |
ListDropletsResponse.Builder.resources(Iterable<? extends DropletResource> elements)
Sets or replaces all elements for
resources list. |
DropletResource.Builder |
DropletResource.Builder.result(Result result)
Initializes the value for the
result attribute. |
GetDropletResponse.Builder |
GetDropletResponse.Builder.result(Result result)
Initializes the value for the
result attribute. |
StagedResult.Builder |
StagedResult.Builder.stack(String stack)
Initializes the value for the
stack attribute. |
DropletResource.Builder |
DropletResource.Builder.stagingDiskInMb(Integer stagingDiskInMb)
Initializes the value for the
stagingDiskInMb attribute. |
GetDropletResponse.Builder |
GetDropletResponse.Builder.stagingDiskInMb(Integer stagingDiskInMb)
Initializes the value for the
stagingDiskInMb attribute. |
DropletResource.Builder |
DropletResource.Builder.stagingMemoryInMb(Integer stagingMemoryInMb)
Initializes the value for the
stagingMemoryInMb attribute. |
GetDropletResponse.Builder |
GetDropletResponse.Builder.stagingMemoryInMb(Integer stagingMemoryInMb)
Initializes the value for the
stagingMemoryInMb attribute. |
DropletResource.Builder |
DropletResource.Builder.state(State state)
Initializes the value for the
state attribute. |
GetDropletResponse.Builder |
GetDropletResponse.Builder.state(State state)
Initializes the value for the
state attribute. |
DropletResource.Builder |
DropletResource.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
GetDropletResponse.Builder |
GetDropletResponse.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
Package.getCreatedAt()
The created at
|
String |
GetPackageResponse.getCreatedAt()
The created at
|
String |
CreatePackageResponse.getCreatedAt()
The created at
|
String |
CopyPackageResponse.getCreatedAt()
The created at
|
String |
StagePackageResponse.getCreatedAt()
The created at
|
String |
UploadPackageResponse.getCreatedAt()
The created at
|
String |
PackageResource.getCreatedAt()
The created at
|
abstract Data |
Package.getData()
The datas
|
Data |
GetPackageResponse.getData()
The datas
|
Data |
CreatePackageResponse.getData()
The datas
|
Data |
CreatePackageRequest.getData()
The datas
|
Data |
CopyPackageResponse.getData()
The datas
|
Data |
UploadPackageResponse.getData()
The datas
|
Data |
PackageResource.getData()
The datas
|
Map<String,Object> |
StagePackageResponse.getEnvironmentVariables()
The environment variables
|
Map<String,Object> |
StagePackageRequest.getEnvironmentVariables()
The environment variables
|
String |
DockerData.getError()
The error for the package
|
String |
StagePackageResponse.getError()
The error
|
String |
BitsData.getError()
The error for the package
|
Hash |
DockerData.getHash()
The hash of the package
|
Hash |
BitsData.getHash()
The hash of the package
|
abstract String |
Package.getId()
The id
|
String |
GetPackageResponse.getId()
The id
|
String |
CreatePackageResponse.getId()
The id
|
String |
CopyPackageResponse.getId()
The id
|
String |
StagePackageResponse.getId()
The id
|
String |
UploadPackageResponse.getId()
The id
|
String |
PackageResource.getId()
The id
|
String |
DockerData.getImage()
The Docker image
|
Lifecycle |
StagePackageResponse.getLifecycle()
The lifecycle
|
Lifecycle |
StagePackageRequest.getLifecycle()
The lifecycle
|
abstract Map<String,Link> |
Package.getLinks()
The links
|
Map<String,Link> |
GetPackageResponse.getLinks()
The links
|
Map<String,Link> |
CreatePackageResponse.getLinks()
The links
|
Map<String,Link> |
CopyPackageResponse.getLinks()
The links
|
Map<String,Link> |
StagePackageResponse.getLinks()
The links
|
Map<String,Link> |
UploadPackageResponse.getLinks()
The links
|
Map<String,Link> |
PackageResource.getLinks()
The links
|
Integer |
ListPackagesRequest.getPage()
The page
|
Pagination |
ListPackagesResponse.getPagination()
The pagination
|
Integer |
ListPackagesRequest.getPerPage()
The results per page
|
List<PackageResource> |
ListPackagesResponse.getResources()
The resources
|
Result |
StagePackageResponse.getResult()
The results
|
Integer |
StagePackageResponse.getStagingDiskInMb()
The staging disk in MB
|
Integer |
StagePackageRequest.getStagingDiskInMb()
The staging disk in MB
|
Integer |
StagePackageResponse.getStagingMemoryInMb()
The staging memory in MB
|
Integer |
StagePackageRequest.getStagingMemoryInMb()
The staging memory in MB
|
abstract State |
Package.getState()
The state
|
State |
GetPackageResponse.getState()
The state
|
State |
CreatePackageResponse.getState()
The state
|
State |
CopyPackageResponse.getState()
The state
|
State |
StagePackageResponse.getState()
The state
|
State |
UploadPackageResponse.getState()
The state
|
State |
PackageResource.getState()
The state
|
abstract PackageType |
Package.getType()
The type
|
PackageType |
GetPackageResponse.getType()
The type
|
PackageType |
CreatePackageResponse.getType()
The type
|
PackageType |
CopyPackageResponse.getType()
The type
|
PackageType |
UploadPackageResponse.getType()
The type
|
PackageType |
PackageResource.getType()
The type
|
abstract String |
Package.getUpdatedAt()
The updated at
|
String |
GetPackageResponse.getUpdatedAt()
The updated at
|
String |
CreatePackageResponse.getUpdatedAt()
The updated at
|
String |
CopyPackageResponse.getUpdatedAt()
The updated at
|
String |
StagePackageResponse.getUpdatedAt()
The updated at
|
String |
UploadPackageResponse.getUpdatedAt()
The updated at
|
String |
PackageResource.getUpdatedAt()
The updated at
|
| Modifier and Type | Method and Description |
|---|---|
GetPackageResponse.Builder |
GetPackageResponse.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
CreatePackageResponse.Builder |
CreatePackageResponse.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
CopyPackageResponse.Builder |
CopyPackageResponse.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
StagePackageResponse.Builder |
StagePackageResponse.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
UploadPackageResponse.Builder |
UploadPackageResponse.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
PackageResource.Builder |
PackageResource.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
GetPackageResponse.Builder |
GetPackageResponse.Builder.data(Data data)
Initializes the value for the
data attribute. |
CreatePackageResponse.Builder |
CreatePackageResponse.Builder.data(Data data)
Initializes the value for the
data attribute. |
CreatePackageRequest.Builder |
CreatePackageRequest.Builder.data(Data data)
Initializes the value for the
data attribute. |
CopyPackageResponse.Builder |
CopyPackageResponse.Builder.data(Data data)
Initializes the value for the
data attribute. |
UploadPackageResponse.Builder |
UploadPackageResponse.Builder.data(Data data)
Initializes the value for the
data attribute. |
PackageResource.Builder |
PackageResource.Builder.data(Data data)
Initializes the value for the
data attribute. |
StagePackageResponse.Builder |
StagePackageResponse.Builder.environmentVariables(Map<String,? extends Object> environmentVariables)
Sets or replaces all mappings from the specified map as entries for the
environmentVariables map. |
StagePackageRequest.Builder |
StagePackageRequest.Builder.environmentVariables(Map<String,? extends Object> environmentVariables)
Sets or replaces all mappings from the specified map as entries for the
environmentVariables map. |
DockerData.Builder |
DockerData.Builder.error(String error)
Initializes the value for the
error attribute. |
StagePackageResponse.Builder |
StagePackageResponse.Builder.error(String error)
Initializes the value for the
error attribute. |
BitsData.Builder |
BitsData.Builder.error(String error)
Initializes the value for the
error attribute. |
DockerData.Builder |
DockerData.Builder.hash(Hash hash)
Initializes the value for the
hash attribute. |
BitsData.Builder |
BitsData.Builder.hash(Hash hash)
Initializes the value for the
hash attribute. |
GetPackageResponse.Builder |
GetPackageResponse.Builder.id(String id)
Initializes the value for the
id attribute. |
CreatePackageResponse.Builder |
CreatePackageResponse.Builder.id(String id)
Initializes the value for the
id attribute. |
CopyPackageResponse.Builder |
CopyPackageResponse.Builder.id(String id)
Initializes the value for the
id attribute. |
StagePackageResponse.Builder |
StagePackageResponse.Builder.id(String id)
Initializes the value for the
id attribute. |
UploadPackageResponse.Builder |
UploadPackageResponse.Builder.id(String id)
Initializes the value for the
id attribute. |
PackageResource.Builder |
PackageResource.Builder.id(String id)
Initializes the value for the
id attribute. |
DockerData.Builder |
DockerData.Builder.image(String image)
Initializes the value for the
image attribute. |
StagePackageResponse.Builder |
StagePackageResponse.Builder.lifecycle(Lifecycle lifecycle)
Initializes the value for the
lifecycle attribute. |
StagePackageRequest.Builder |
StagePackageRequest.Builder.lifecycle(Lifecycle lifecycle)
Initializes the value for the
lifecycle attribute. |
GetPackageResponse.Builder |
GetPackageResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
CreatePackageResponse.Builder |
CreatePackageResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
CopyPackageResponse.Builder |
CopyPackageResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
StagePackageResponse.Builder |
StagePackageResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
UploadPackageResponse.Builder |
UploadPackageResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
PackageResource.Builder |
PackageResource.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
ListPackagesRequest.Builder |
ListPackagesRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListPackagesResponse.Builder |
ListPackagesResponse.Builder.pagination(Pagination pagination)
Initializes the value for the
pagination attribute. |
ListPackagesRequest.Builder |
ListPackagesRequest.Builder.perPage(Integer perPage)
Initializes the value for the
perPage attribute. |
ListPackagesResponse.Builder |
ListPackagesResponse.Builder.resources(Iterable<? extends PackageResource> elements)
Sets or replaces all elements for
resources list. |
StagePackageResponse.Builder |
StagePackageResponse.Builder.result(Result result)
Initializes the value for the
result attribute. |
StagePackageResponse.Builder |
StagePackageResponse.Builder.stagingDiskInMb(Integer stagingDiskInMb)
Initializes the value for the
stagingDiskInMb attribute. |
StagePackageRequest.Builder |
StagePackageRequest.Builder.stagingDiskInMb(Integer stagingDiskInMb)
Initializes the value for the
stagingDiskInMb attribute. |
StagePackageResponse.Builder |
StagePackageResponse.Builder.stagingMemoryInMb(Integer stagingMemoryInMb)
Initializes the value for the
stagingMemoryInMb attribute. |
StagePackageRequest.Builder |
StagePackageRequest.Builder.stagingMemoryInMb(Integer stagingMemoryInMb)
Initializes the value for the
stagingMemoryInMb attribute. |
GetPackageResponse.Builder |
GetPackageResponse.Builder.state(State state)
Initializes the value for the
state attribute. |
CreatePackageResponse.Builder |
CreatePackageResponse.Builder.state(State state)
Initializes the value for the
state attribute. |
CopyPackageResponse.Builder |
CopyPackageResponse.Builder.state(State state)
Initializes the value for the
state attribute. |
StagePackageResponse.Builder |
StagePackageResponse.Builder.state(State state)
Initializes the value for the
state attribute. |
UploadPackageResponse.Builder |
UploadPackageResponse.Builder.state(State state)
Initializes the value for the
state attribute. |
PackageResource.Builder |
PackageResource.Builder.state(State state)
Initializes the value for the
state attribute. |
GetPackageResponse.Builder |
GetPackageResponse.Builder.type(PackageType type)
Initializes the value for the
type attribute. |
CreatePackageResponse.Builder |
CreatePackageResponse.Builder.type(PackageType type)
Initializes the value for the
type attribute. |
CopyPackageResponse.Builder |
CopyPackageResponse.Builder.type(PackageType type)
Initializes the value for the
type attribute. |
UploadPackageResponse.Builder |
UploadPackageResponse.Builder.type(PackageType type)
Initializes the value for the
type attribute. |
PackageResource.Builder |
PackageResource.Builder.type(PackageType type)
Initializes the value for the
type attribute. |
GetPackageResponse.Builder |
GetPackageResponse.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
CreatePackageResponse.Builder |
CreatePackageResponse.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
CopyPackageResponse.Builder |
CopyPackageResponse.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
StagePackageResponse.Builder |
StagePackageResponse.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
UploadPackageResponse.Builder |
UploadPackageResponse.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
PackageResource.Builder |
PackageResource.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
Process.getCommand()
The command
|
String |
ScaleProcessResponse.getCommand()
The command
|
String |
UpdateProcessResponse.getCommand()
The command
|
String |
GetProcessResponse.getCommand()
The command
|
String |
ProcessResource.getCommand()
The command
|
Double |
ProcessUsage.getCpu()
The CPU
|
abstract String |
Process.getCreatedAt()
The created at
|
String |
ScaleProcessResponse.getCreatedAt()
The created at
|
String |
UpdateProcessResponse.getCreatedAt()
The created at
|
String |
GetProcessResponse.getCreatedAt()
The created at
|
String |
ProcessResource.getCreatedAt()
The created at
|
Data |
HealthCheck.getData()
The data
|
Long |
ProcessUsage.getDisk()
The disk
|
abstract Integer |
Process.getDiskInMb()
The disk in megabytes
|
Integer |
ScaleProcessResponse.getDiskInMb()
The disk in megabytes
|
Integer |
UpdateProcessResponse.getDiskInMb()
The disk in megabytes
|
Integer |
GetProcessResponse.getDiskInMb()
The disk in megabytes
|
Integer |
ScaleProcessRequest.getDiskInMb()
The disk in megabytes
|
Integer |
ProcessResource.getDiskInMb()
The disk in megabytes
|
abstract Long |
ProcessStatistics.getDiskQuota()
The disk quota
|
Long |
ProcessStatisticsResource.getDiskQuota()
The disk quota
|
Integer |
PortMapping.getExternal()
The external port
|
abstract Long |
ProcessStatistics.getFdsQuota()
The file desriptor quota
|
Long |
ProcessStatisticsResource.getFdsQuota()
The file desriptor quota
|
abstract HealthCheck |
Process.getHealthCheck()
The health check
|
HealthCheck |
UpdateProcessRequest.getHealthCheck()
The health check
|
HealthCheck |
ScaleProcessResponse.getHealthCheck()
The health check
|
HealthCheck |
UpdateProcessResponse.getHealthCheck()
The health check
|
HealthCheck |
GetProcessResponse.getHealthCheck()
The health check
|
HealthCheck |
ProcessResource.getHealthCheck()
The health check
|
abstract String |
ProcessStatistics.getHost()
The host
|
String |
ProcessStatisticsResource.getHost()
The host
|
abstract String |
Process.getId()
The id
|
String |
ScaleProcessResponse.getId()
The id
|
String |
UpdateProcessResponse.getId()
The id
|
String |
GetProcessResponse.getId()
The id
|
String |
ProcessResource.getId()
The id
|
abstract Integer |
ProcessStatistics.getIndex()
The index
|
Integer |
ProcessStatisticsResource.getIndex()
The index
|
abstract List<PortMapping> |
ProcessStatistics.getInstancePorts()
The instance port mappings
|
List<PortMapping> |
ProcessStatisticsResource.getInstancePorts()
The instance port mappings
|
abstract Integer |
Process.getInstances()
The instances
|
Integer |
ScaleProcessResponse.getInstances()
The instances
|
Integer |
UpdateProcessResponse.getInstances()
The instances
|
Integer |
GetProcessResponse.getInstances()
The instances
|
Integer |
ScaleProcessRequest.getInstances()
The number of instances
|
Integer |
ProcessResource.getInstances()
The instances
|
Integer |
PortMapping.getInternal()
The internal port
|
abstract Map<String,Link> |
Process.getLinks()
The links
|
Map<String,Link> |
ScaleProcessResponse.getLinks()
The links
|
Map<String,Link> |
UpdateProcessResponse.getLinks()
The links
|
Map<String,Link> |
GetProcessResponse.getLinks()
The links
|
Map<String,Link> |
ProcessResource.getLinks()
The links
|
Long |
ProcessUsage.getMemory()
The memory
|
abstract Integer |
Process.getMemoryInMb()
The memory in megabytes
|
Integer |
ScaleProcessResponse.getMemoryInMb()
The memory in megabytes
|
Integer |
UpdateProcessResponse.getMemoryInMb()
The memory in megabytes
|
Integer |
GetProcessResponse.getMemoryInMb()
The memory in megabytes
|
Integer |
ScaleProcessRequest.getMemoryInMb()
The memory in megabytes
|
Integer |
ProcessResource.getMemoryInMb()
The memory in megabytes
|
abstract Long |
ProcessStatistics.getMemoryQuota()
The memory quota
|
Long |
ProcessStatisticsResource.getMemoryQuota()
The memory quota
|
Integer |
ListProcessesRequest.getPage()
The page
|
Pagination |
ListProcessesResponse.getPagination()
The pagination
|
Integer |
ListProcessesRequest.getPerPage()
The results per page
|
abstract List<Integer> |
Process.getPorts()
The ports opened to the application
|
List<Integer> |
UpdateProcessRequest.getPorts()
The ports
|
List<Integer> |
ScaleProcessResponse.getPorts()
The ports opened to the application
|
List<Integer> |
UpdateProcessResponse.getPorts()
The ports opened to the application
|
List<Integer> |
GetProcessResponse.getPorts()
The ports opened to the application
|
List<Integer> |
ProcessResource.getPorts()
The ports opened to the application
|
List<ProcessResource> |
ListProcessesResponse.getResources()
The resources
|
List<ProcessStatisticsResource> |
GetProcessStatisticsResponse.getResources()
The resources
|
abstract String |
ProcessStatistics.getState()
The state
|
String |
ProcessStatisticsResource.getState()
The state
|
String |
ProcessUsage.getTime()
The time
|
Integer |
Data.getTimeout()
The timeout
|
abstract String |
Process.getType()
The type
|
abstract String |
ProcessStatistics.getType()
The type
|
String |
ProcessStatisticsResource.getType()
The type
|
String |
ScaleProcessResponse.getType()
The type
|
String |
UpdateProcessResponse.getType()
The type
|
Type |
HealthCheck.getType()
The type
|
String |
GetProcessResponse.getType()
The type
|
String |
ProcessResource.getType()
The type
|
abstract String |
Process.getUpdatedAt()
The updated at
|
String |
ScaleProcessResponse.getUpdatedAt()
The updated at
|
String |
UpdateProcessResponse.getUpdatedAt()
The updated at
|
String |
GetProcessResponse.getUpdatedAt()
The updated at
|
String |
ProcessResource.getUpdatedAt()
The updated at
|
abstract Long |
ProcessStatistics.getUptime()
The uptime
|
Long |
ProcessStatisticsResource.getUptime()
The uptime
|
abstract ProcessUsage |
ProcessStatistics.getUsage()
The usage
|
ProcessUsage |
ProcessStatisticsResource.getUsage()
The usage
|
| Modifier and Type | Method and Description |
|---|---|
ScaleProcessResponse.Builder |
ScaleProcessResponse.Builder.command(String command)
Initializes the value for the
command attribute. |
UpdateProcessResponse.Builder |
UpdateProcessResponse.Builder.command(String command)
Initializes the value for the
command attribute. |
GetProcessResponse.Builder |
GetProcessResponse.Builder.command(String command)
Initializes the value for the
command attribute. |
ProcessResource.Builder |
ProcessResource.Builder.command(String command)
Initializes the value for the
command attribute. |
ProcessUsage.Builder |
ProcessUsage.Builder.cpu(Double cpu)
Initializes the value for the
cpu attribute. |
ScaleProcessResponse.Builder |
ScaleProcessResponse.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
UpdateProcessResponse.Builder |
UpdateProcessResponse.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
GetProcessResponse.Builder |
GetProcessResponse.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
ProcessResource.Builder |
ProcessResource.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
HealthCheck.Builder |
HealthCheck.Builder.data(Data data)
Initializes the value for the
data attribute. |
ProcessUsage.Builder |
ProcessUsage.Builder.disk(Long disk)
Initializes the value for the
disk attribute. |
ScaleProcessResponse.Builder |
ScaleProcessResponse.Builder.diskInMb(Integer diskInMb)
Initializes the value for the
diskInMb attribute. |
UpdateProcessResponse.Builder |
UpdateProcessResponse.Builder.diskInMb(Integer diskInMb)
Initializes the value for the
diskInMb attribute. |
GetProcessResponse.Builder |
GetProcessResponse.Builder.diskInMb(Integer diskInMb)
Initializes the value for the
diskInMb attribute. |
ScaleProcessRequest.Builder |
ScaleProcessRequest.Builder.diskInMb(Integer diskInMb)
Initializes the value for the
diskInMb attribute. |
ProcessResource.Builder |
ProcessResource.Builder.diskInMb(Integer diskInMb)
Initializes the value for the
diskInMb attribute. |
ProcessStatisticsResource.Builder |
ProcessStatisticsResource.Builder.diskQuota(Long diskQuota)
Initializes the value for the
diskQuota attribute. |
PortMapping.Builder |
PortMapping.Builder.external(Integer external)
Initializes the value for the
external attribute. |
ProcessStatisticsResource.Builder |
ProcessStatisticsResource.Builder.fdsQuota(Long fdsQuota)
Initializes the value for the
fdsQuota attribute. |
UpdateProcessRequest.Builder |
UpdateProcessRequest.Builder.healthCheck(HealthCheck healthCheck)
Initializes the value for the
healthCheck attribute. |
ScaleProcessResponse.Builder |
ScaleProcessResponse.Builder.healthCheck(HealthCheck healthCheck)
Initializes the value for the
healthCheck attribute. |
UpdateProcessResponse.Builder |
UpdateProcessResponse.Builder.healthCheck(HealthCheck healthCheck)
Initializes the value for the
healthCheck attribute. |
GetProcessResponse.Builder |
GetProcessResponse.Builder.healthCheck(HealthCheck healthCheck)
Initializes the value for the
healthCheck attribute. |
ProcessResource.Builder |
ProcessResource.Builder.healthCheck(HealthCheck healthCheck)
Initializes the value for the
healthCheck attribute. |
ProcessStatisticsResource.Builder |
ProcessStatisticsResource.Builder.host(String host)
Initializes the value for the
host attribute. |
ScaleProcessResponse.Builder |
ScaleProcessResponse.Builder.id(String id)
Initializes the value for the
id attribute. |
UpdateProcessResponse.Builder |
UpdateProcessResponse.Builder.id(String id)
Initializes the value for the
id attribute. |
GetProcessResponse.Builder |
GetProcessResponse.Builder.id(String id)
Initializes the value for the
id attribute. |
ProcessResource.Builder |
ProcessResource.Builder.id(String id)
Initializes the value for the
id attribute. |
ProcessStatisticsResource.Builder |
ProcessStatisticsResource.Builder.index(Integer index)
Initializes the value for the
index attribute. |
ProcessStatisticsResource.Builder |
ProcessStatisticsResource.Builder.instancePorts(Iterable<? extends PortMapping> elements)
Sets or replaces all elements for
instancePorts list. |
ScaleProcessResponse.Builder |
ScaleProcessResponse.Builder.instances(Integer instances)
Initializes the value for the
instances attribute. |
UpdateProcessResponse.Builder |
UpdateProcessResponse.Builder.instances(Integer instances)
Initializes the value for the
instances attribute. |
GetProcessResponse.Builder |
GetProcessResponse.Builder.instances(Integer instances)
Initializes the value for the
instances attribute. |
ScaleProcessRequest.Builder |
ScaleProcessRequest.Builder.instances(Integer instances)
Initializes the value for the
instances attribute. |
ProcessResource.Builder |
ProcessResource.Builder.instances(Integer instances)
Initializes the value for the
instances attribute. |
PortMapping.Builder |
PortMapping.Builder.internal(Integer internal)
Initializes the value for the
internal attribute. |
ScaleProcessResponse.Builder |
ScaleProcessResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
UpdateProcessResponse.Builder |
UpdateProcessResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
GetProcessResponse.Builder |
GetProcessResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
ProcessResource.Builder |
ProcessResource.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
ProcessUsage.Builder |
ProcessUsage.Builder.memory(Long memory)
Initializes the value for the
memory attribute. |
ScaleProcessResponse.Builder |
ScaleProcessResponse.Builder.memoryInMb(Integer memoryInMb)
Initializes the value for the
memoryInMb attribute. |
UpdateProcessResponse.Builder |
UpdateProcessResponse.Builder.memoryInMb(Integer memoryInMb)
Initializes the value for the
memoryInMb attribute. |
GetProcessResponse.Builder |
GetProcessResponse.Builder.memoryInMb(Integer memoryInMb)
Initializes the value for the
memoryInMb attribute. |
ScaleProcessRequest.Builder |
ScaleProcessRequest.Builder.memoryInMb(Integer memoryInMb)
Initializes the value for the
memoryInMb attribute. |
ProcessResource.Builder |
ProcessResource.Builder.memoryInMb(Integer memoryInMb)
Initializes the value for the
memoryInMb attribute. |
ProcessStatisticsResource.Builder |
ProcessStatisticsResource.Builder.memoryQuota(Long memoryQuota)
Initializes the value for the
memoryQuota attribute. |
ListProcessesRequest.Builder |
ListProcessesRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListProcessesResponse.Builder |
ListProcessesResponse.Builder.pagination(Pagination pagination)
Initializes the value for the
pagination attribute. |
ListProcessesRequest.Builder |
ListProcessesRequest.Builder.perPage(Integer perPage)
Initializes the value for the
perPage attribute. |
UpdateProcessRequest.Builder |
UpdateProcessRequest.Builder.ports(Iterable<Integer> elements)
Sets or replaces all elements for
ports list. |
ScaleProcessResponse.Builder |
ScaleProcessResponse.Builder.ports(Iterable<Integer> elements)
Sets or replaces all elements for
ports list. |
UpdateProcessResponse.Builder |
UpdateProcessResponse.Builder.ports(Iterable<Integer> elements)
Sets or replaces all elements for
ports list. |
GetProcessResponse.Builder |
GetProcessResponse.Builder.ports(Iterable<Integer> elements)
Sets or replaces all elements for
ports list. |
ProcessResource.Builder |
ProcessResource.Builder.ports(Iterable<Integer> elements)
Sets or replaces all elements for
ports list. |
ListProcessesResponse.Builder |
ListProcessesResponse.Builder.resources(Iterable<? extends ProcessResource> elements)
Sets or replaces all elements for
resources list. |
GetProcessStatisticsResponse.Builder |
GetProcessStatisticsResponse.Builder.resources(Iterable<? extends ProcessStatisticsResource> elements)
Sets or replaces all elements for
resources list. |
ProcessStatisticsResource.Builder |
ProcessStatisticsResource.Builder.state(String state)
Initializes the value for the
state attribute. |
ProcessUsage.Builder |
ProcessUsage.Builder.time(String time)
Initializes the value for the
time attribute. |
Data.Builder |
Data.Builder.timeout(Integer timeout)
Initializes the value for the
timeout attribute. |
ProcessStatisticsResource.Builder |
ProcessStatisticsResource.Builder.type(String type)
Initializes the value for the
type attribute. |
ScaleProcessResponse.Builder |
ScaleProcessResponse.Builder.type(String type)
Initializes the value for the
type attribute. |
UpdateProcessResponse.Builder |
UpdateProcessResponse.Builder.type(String type)
Initializes the value for the
type attribute. |
GetProcessResponse.Builder |
GetProcessResponse.Builder.type(String type)
Initializes the value for the
type attribute. |
ProcessResource.Builder |
ProcessResource.Builder.type(String type)
Initializes the value for the
type attribute. |
HealthCheck.Builder |
HealthCheck.Builder.type(Type type)
Initializes the value for the
type attribute. |
ScaleProcessResponse.Builder |
ScaleProcessResponse.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
UpdateProcessResponse.Builder |
UpdateProcessResponse.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
GetProcessResponse.Builder |
GetProcessResponse.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
ProcessResource.Builder |
ProcessResource.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
ProcessStatisticsResource.Builder |
ProcessStatisticsResource.Builder.uptime(Long uptime)
Initializes the value for the
uptime attribute. |
ProcessStatisticsResource.Builder |
ProcessStatisticsResource.Builder.usage(ProcessUsage usage)
Initializes the value for the
usage attribute. |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
ServiceBinding.getCreatedAt()
The created at
|
String |
ServiceBindingResource.getCreatedAt()
The created at
|
String |
CreateServiceBindingResponse.getCreatedAt()
The created at
|
String |
GetServiceBindingResponse.getCreatedAt()
The created at
|
Map<String,Object> |
ServiceBindingData.getCredentials()
The service binding credentials
|
abstract ServiceBindingData |
ServiceBinding.getData()
The datas
|
ServiceBindingData |
ServiceBindingResource.getData()
The datas
|
ServiceBindingData |
CreateServiceBindingResponse.getData()
The datas
|
ServiceBindingData |
GetServiceBindingResponse.getData()
The datas
|
CreateServiceBindingData |
CreateServiceBindingRequest.getData()
The data
|
abstract String |
ServiceBinding.getId()
The id
|
String |
ServiceBindingResource.getId()
The id
|
String |
CreateServiceBindingResponse.getId()
The id
|
String |
GetServiceBindingResponse.getId()
The id
|
abstract Map<String,Link> |
ServiceBinding.getLinks()
The links
|
Map<String,Link> |
ServiceBindingResource.getLinks()
The links
|
Map<String,Link> |
CreateServiceBindingResponse.getLinks()
The links
|
Map<String,Link> |
GetServiceBindingResponse.getLinks()
The links
|
String |
ListServiceBindingsRequest.getOrderBy()
The order by
|
Integer |
ListServiceBindingsRequest.getPage()
The page
|
Pagination |
ListServiceBindingsResponse.getPagination()
The pagination
|
Map<String,Object> |
CreateServiceBindingData.getParameters()
The parameters
|
Integer |
ListServiceBindingsRequest.getPerPage()
The results per page
|
List<ServiceBindingResource> |
ListServiceBindingsResponse.getResources()
The resources
|
String |
ServiceBindingData.getSyslogDrainUrl()
The syslog drain URL
|
abstract String |
ServiceBinding.getType()
The type
|
String |
ServiceBindingResource.getType()
The type
|
String |
CreateServiceBindingResponse.getType()
The type
|
String |
GetServiceBindingResponse.getType()
The type
|
abstract String |
ServiceBinding.getUpdatedAt()
The updated at
|
String |
ServiceBindingResource.getUpdatedAt()
The updated at
|
String |
CreateServiceBindingResponse.getUpdatedAt()
The updated at
|
String |
GetServiceBindingResponse.getUpdatedAt()
The updated at
|
List<String> |
ServiceBindingData.getVolumeMounts()
The (experimental) volume mounts
|
| Modifier and Type | Method and Description |
|---|---|
ServiceBindingResource.Builder |
ServiceBindingResource.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
CreateServiceBindingResponse.Builder |
CreateServiceBindingResponse.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
GetServiceBindingResponse.Builder |
GetServiceBindingResponse.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
ServiceBindingData.Builder |
ServiceBindingData.Builder.credentials(Map<String,? extends Object> credentials)
Sets or replaces all mappings from the specified map as entries for the
credentials map. |
CreateServiceBindingRequest.Builder |
CreateServiceBindingRequest.Builder.data(CreateServiceBindingData data)
Initializes the value for the
data attribute. |
ServiceBindingResource.Builder |
ServiceBindingResource.Builder.data(ServiceBindingData data)
Initializes the value for the
data attribute. |
CreateServiceBindingResponse.Builder |
CreateServiceBindingResponse.Builder.data(ServiceBindingData data)
Initializes the value for the
data attribute. |
GetServiceBindingResponse.Builder |
GetServiceBindingResponse.Builder.data(ServiceBindingData data)
Initializes the value for the
data attribute. |
ServiceBindingResource.Builder |
ServiceBindingResource.Builder.id(String id)
Initializes the value for the
id attribute. |
CreateServiceBindingResponse.Builder |
CreateServiceBindingResponse.Builder.id(String id)
Initializes the value for the
id attribute. |
GetServiceBindingResponse.Builder |
GetServiceBindingResponse.Builder.id(String id)
Initializes the value for the
id attribute. |
ServiceBindingResource.Builder |
ServiceBindingResource.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
CreateServiceBindingResponse.Builder |
CreateServiceBindingResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
GetServiceBindingResponse.Builder |
GetServiceBindingResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
ListServiceBindingsRequest.Builder |
ListServiceBindingsRequest.Builder.orderBy(String orderBy)
Initializes the value for the
orderBy attribute. |
ListServiceBindingsRequest.Builder |
ListServiceBindingsRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListServiceBindingsResponse.Builder |
ListServiceBindingsResponse.Builder.pagination(Pagination pagination)
Initializes the value for the
pagination attribute. |
CreateServiceBindingData.Builder |
CreateServiceBindingData.Builder.parameters(Map<String,? extends Object> parameters)
Sets or replaces all mappings from the specified map as entries for the
parameters map. |
ListServiceBindingsRequest.Builder |
ListServiceBindingsRequest.Builder.perPage(Integer perPage)
Initializes the value for the
perPage attribute. |
ListServiceBindingsResponse.Builder |
ListServiceBindingsResponse.Builder.resources(Iterable<? extends ServiceBindingResource> elements)
Sets or replaces all elements for
resources list. |
ServiceBindingData.Builder |
ServiceBindingData.Builder.syslogDrainUrl(String syslogDrainUrl)
Initializes the value for the
syslogDrainUrl attribute. |
ServiceBindingResource.Builder |
ServiceBindingResource.Builder.type(String type)
Initializes the value for the
type attribute. |
CreateServiceBindingResponse.Builder |
CreateServiceBindingResponse.Builder.type(String type)
Initializes the value for the
type attribute. |
GetServiceBindingResponse.Builder |
GetServiceBindingResponse.Builder.type(String type)
Initializes the value for the
type attribute. |
ServiceBindingResource.Builder |
ServiceBindingResource.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
CreateServiceBindingResponse.Builder |
CreateServiceBindingResponse.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
GetServiceBindingResponse.Builder |
GetServiceBindingResponse.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
ServiceBindingData.Builder |
ServiceBindingData.Builder.volumeMounts(Iterable<String> elements)
Sets or replaces all elements for
volumeMounts list. |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
Task.getCommand()
The command
|
String |
CancelTaskResponse.getCommand()
The command
|
String |
CreateTaskResponse.getCommand()
The command
|
String |
GetTaskResponse.getCommand()
The command
|
String |
TaskResource.getCommand()
The command
|
abstract String |
Task.getCreatedAt()
The created at
|
String |
CancelTaskResponse.getCreatedAt()
The created at
|
String |
CreateTaskResponse.getCreatedAt()
The created at
|
String |
GetTaskResponse.getCreatedAt()
The created at
|
String |
TaskResource.getCreatedAt()
The created at
|
String |
CreateTaskRequest.getDropletId()
The droplet id
|
abstract Map<String,String> |
Task.getEnvironmentVariables()
The environment variables
|
Map<String,String> |
CreateTaskRequest.getEnvironmentVariables()
The environment variables
|
Map<String,String> |
CancelTaskResponse.getEnvironmentVariables()
The environment variables
|
Map<String,String> |
CreateTaskResponse.getEnvironmentVariables()
The environment variables
|
Map<String,String> |
GetTaskResponse.getEnvironmentVariables()
The environment variables
|
Map<String,String> |
TaskResource.getEnvironmentVariables()
The environment variables
|
String |
Result.getFailureReason()
The failure reason
|
abstract String |
Task.getId()
The id
|
String |
CancelTaskResponse.getId()
The id
|
String |
CreateTaskResponse.getId()
The id
|
String |
GetTaskResponse.getId()
The id
|
String |
TaskResource.getId()
The id
|
abstract Map<String,Link> |
Task.getLinks()
The links
|
Map<String,Link> |
CancelTaskResponse.getLinks()
The links
|
Map<String,Link> |
CreateTaskResponse.getLinks()
The links
|
Map<String,Link> |
GetTaskResponse.getLinks()
The links
|
Map<String,Link> |
TaskResource.getLinks()
The links
|
abstract Integer |
Task.getMemoryInMb()
The memory in megabytes=
|
Integer |
CreateTaskRequest.getMemoryInMb()
The memoryInMb
|
Integer |
CancelTaskResponse.getMemoryInMb()
The memory in megabytes=
|
Integer |
CreateTaskResponse.getMemoryInMb()
The memory in megabytes=
|
Integer |
GetTaskResponse.getMemoryInMb()
The memory in megabytes=
|
Integer |
TaskResource.getMemoryInMb()
The memory in megabytes=
|
abstract String |
Task.getName()
The tasks name
|
String |
CancelTaskResponse.getName()
The tasks name
|
String |
CreateTaskResponse.getName()
The tasks name
|
String |
GetTaskResponse.getName()
The tasks name
|
String |
TaskResource.getName()
The tasks name
|
Integer |
ListTasksRequest.getPage()
The page
|
Pagination |
ListTasksResponse.getPagination()
The pagination
|
Integer |
ListTasksRequest.getPerPage()
The results per page
|
List<TaskResource> |
ListTasksResponse.getResources()
The resources
|
abstract Result |
Task.getResult()
The task result
|
Result |
CancelTaskResponse.getResult()
The task result
|
Result |
CreateTaskResponse.getResult()
The task result
|
Result |
GetTaskResponse.getResult()
The task result
|
Result |
TaskResource.getResult()
The task result
|
abstract State |
Task.getState()
The task state
|
State |
CancelTaskResponse.getState()
The task state
|
State |
CreateTaskResponse.getState()
The task state
|
State |
GetTaskResponse.getState()
The task state
|
State |
TaskResource.getState()
The task state
|
abstract String |
Task.getUpdatedAt()
The updated at
|
String |
CancelTaskResponse.getUpdatedAt()
The updated at
|
String |
CreateTaskResponse.getUpdatedAt()
The updated at
|
String |
GetTaskResponse.getUpdatedAt()
The updated at
|
String |
TaskResource.getUpdatedAt()
The updated at
|
| Modifier and Type | Method and Description |
|---|---|
CancelTaskResponse.Builder |
CancelTaskResponse.Builder.command(String command)
Initializes the value for the
command attribute. |
CreateTaskResponse.Builder |
CreateTaskResponse.Builder.command(String command)
Initializes the value for the
command attribute. |
GetTaskResponse.Builder |
GetTaskResponse.Builder.command(String command)
Initializes the value for the
command attribute. |
TaskResource.Builder |
TaskResource.Builder.command(String command)
Initializes the value for the
command attribute. |
CancelTaskResponse.Builder |
CancelTaskResponse.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
CreateTaskResponse.Builder |
CreateTaskResponse.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
GetTaskResponse.Builder |
GetTaskResponse.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
TaskResource.Builder |
TaskResource.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
CreateTaskRequest.Builder |
CreateTaskRequest.Builder.dropletId(String dropletId)
Initializes the value for the
dropletId attribute. |
CreateTaskRequest.Builder |
CreateTaskRequest.Builder.environmentVariables(Map<String,? extends String> environmentVariables)
Sets or replaces all mappings from the specified map as entries for the
environmentVariables map. |
CancelTaskResponse.Builder |
CancelTaskResponse.Builder.environmentVariables(Map<String,? extends String> environmentVariables)
Sets or replaces all mappings from the specified map as entries for the
environmentVariables map. |
CreateTaskResponse.Builder |
CreateTaskResponse.Builder.environmentVariables(Map<String,? extends String> environmentVariables)
Sets or replaces all mappings from the specified map as entries for the
environmentVariables map. |
GetTaskResponse.Builder |
GetTaskResponse.Builder.environmentVariables(Map<String,? extends String> environmentVariables)
Sets or replaces all mappings from the specified map as entries for the
environmentVariables map. |
TaskResource.Builder |
TaskResource.Builder.environmentVariables(Map<String,? extends String> environmentVariables)
Sets or replaces all mappings from the specified map as entries for the
environmentVariables map. |
Result.Builder |
Result.Builder.failureReason(String failureReason)
Initializes the value for the
failureReason attribute. |
CancelTaskResponse.Builder |
CancelTaskResponse.Builder.id(String id)
Initializes the value for the
id attribute. |
CreateTaskResponse.Builder |
CreateTaskResponse.Builder.id(String id)
Initializes the value for the
id attribute. |
GetTaskResponse.Builder |
GetTaskResponse.Builder.id(String id)
Initializes the value for the
id attribute. |
TaskResource.Builder |
TaskResource.Builder.id(String id)
Initializes the value for the
id attribute. |
CancelTaskResponse.Builder |
CancelTaskResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
CreateTaskResponse.Builder |
CreateTaskResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
GetTaskResponse.Builder |
GetTaskResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
TaskResource.Builder |
TaskResource.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
CreateTaskRequest.Builder |
CreateTaskRequest.Builder.memoryInMb(Integer memoryInMb)
Initializes the value for the
memoryInMb attribute. |
CancelTaskResponse.Builder |
CancelTaskResponse.Builder.memoryInMb(Integer memoryInMb)
Initializes the value for the
memoryInMb attribute. |
CreateTaskResponse.Builder |
CreateTaskResponse.Builder.memoryInMb(Integer memoryInMb)
Initializes the value for the
memoryInMb attribute. |
GetTaskResponse.Builder |
GetTaskResponse.Builder.memoryInMb(Integer memoryInMb)
Initializes the value for the
memoryInMb attribute. |
TaskResource.Builder |
TaskResource.Builder.memoryInMb(Integer memoryInMb)
Initializes the value for the
memoryInMb attribute. |
CancelTaskResponse.Builder |
CancelTaskResponse.Builder.name(String name)
Initializes the value for the
name attribute. |
CreateTaskResponse.Builder |
CreateTaskResponse.Builder.name(String name)
Initializes the value for the
name attribute. |
GetTaskResponse.Builder |
GetTaskResponse.Builder.name(String name)
Initializes the value for the
name attribute. |
TaskResource.Builder |
TaskResource.Builder.name(String name)
Initializes the value for the
name attribute. |
ListTasksRequest.Builder |
ListTasksRequest.Builder.page(Integer page)
Initializes the value for the
page attribute. |
ListTasksResponse.Builder |
ListTasksResponse.Builder.pagination(Pagination pagination)
Initializes the value for the
pagination attribute. |
ListTasksRequest.Builder |
ListTasksRequest.Builder.perPage(Integer perPage)
Initializes the value for the
perPage attribute. |
ListTasksResponse.Builder |
ListTasksResponse.Builder.resources(Iterable<? extends TaskResource> elements)
Sets or replaces all elements for
resources list. |
CancelTaskResponse.Builder |
CancelTaskResponse.Builder.result(Result result)
Initializes the value for the
result attribute. |
CreateTaskResponse.Builder |
CreateTaskResponse.Builder.result(Result result)
Initializes the value for the
result attribute. |
GetTaskResponse.Builder |
GetTaskResponse.Builder.result(Result result)
Initializes the value for the
result attribute. |
TaskResource.Builder |
TaskResource.Builder.result(Result result)
Initializes the value for the
result attribute. |
CancelTaskResponse.Builder |
CancelTaskResponse.Builder.state(State state)
Initializes the value for the
state attribute. |
CreateTaskResponse.Builder |
CreateTaskResponse.Builder.state(State state)
Initializes the value for the
state attribute. |
GetTaskResponse.Builder |
GetTaskResponse.Builder.state(State state)
Initializes the value for the
state attribute. |
TaskResource.Builder |
TaskResource.Builder.state(State state)
Initializes the value for the
state attribute. |
CancelTaskResponse.Builder |
CancelTaskResponse.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
CreateTaskResponse.Builder |
CreateTaskResponse.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
GetTaskResponse.Builder |
GetTaskResponse.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
TaskResource.Builder |
TaskResource.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
| Modifier and Type | Method and Description |
|---|---|
UUID |
HttpStartStop.getApplicationId()
The application id
|
String |
LogMessage.getApplicationId()
The application that emitted the message (or to which the application is related)
|
ContainerMetric |
Envelope.getContainerMetric()
The enclosed
ContainerMetric |
CounterEvent |
Envelope.getCounterEvent()
The enclosed
CounterEvent |
String |
Envelope.getDeployment()
Deployment name (used to uniquely identify source)
|
Long |
ContainerMetric.getDiskBytesQuota()
The maximum bytes of disk allocated to container
|
Error |
Envelope.getError()
The enclosed
Error |
HttpStartStop |
Envelope.getHttpStartStop()
The enclosed
HttpStartStop |
String |
Envelope.getIndex()
Index of job (used to uniquely identify source)
|
String |
HttpStartStop.getInstanceId()
The ID of the application instance
|
Integer |
HttpStartStop.getInstanceIndex()
The index of the application instance
|
String |
Envelope.getIp()
IP address (used to uniquely identify source)
|
String |
Envelope.getJob()
Job name (used to uniquely identify source)
|
LogMessage |
Envelope.getLogMessage()
The enclosed
LogMessage |
Long |
ContainerMetric.getMemoryBytesQuota()
The maximum bytes of memory allocated to container
|
String |
LogMessage.getSourceInstance()
The instance that emitted the message
|
String |
LogMessage.getSourceType()
The source of the message.
|
Long |
Envelope.getTimestamp()
UNIX timestamp (in nanoseconds) event was wrapped in this Envelope.
|
Long |
CounterEvent.getTotal()
The total value of the counter.
|
ValueMetric |
Envelope.getValueMetric()
The enclosed
ValueMetric |
| Modifier and Type | Method and Description |
|---|---|
LogMessage.Builder |
LogMessage.Builder.applicationId(String applicationId)
Initializes the value for the
applicationId attribute. |
HttpStartStop.Builder |
HttpStartStop.Builder.applicationId(UUID applicationId)
Initializes the value for the
applicationId attribute. |
Envelope.Builder |
Envelope.Builder.containerMetric(ContainerMetric containerMetric)
Initializes the value for the
containerMetric attribute. |
Envelope.Builder |
Envelope.Builder.counterEvent(CounterEvent counterEvent)
Initializes the value for the
counterEvent attribute. |
Envelope.Builder |
Envelope.Builder.deployment(String deployment)
Initializes the value for the
deployment attribute. |
ContainerMetric.Builder |
ContainerMetric.Builder.diskBytesQuota(Long diskBytesQuota)
Initializes the value for the
diskBytesQuota attribute. |
Envelope.Builder |
Envelope.Builder.error(Error error)
Initializes the value for the
error attribute. |
Envelope.Builder |
Envelope.Builder.httpStartStop(HttpStartStop httpStartStop)
Initializes the value for the
httpStartStop attribute. |
Envelope.Builder |
Envelope.Builder.index(String index)
Initializes the value for the
index attribute. |
HttpStartStop.Builder |
HttpStartStop.Builder.instanceId(String instanceId)
Initializes the value for the
instanceId attribute. |
HttpStartStop.Builder |
HttpStartStop.Builder.instanceIndex(Integer instanceIndex)
Initializes the value for the
instanceIndex attribute. |
Envelope.Builder |
Envelope.Builder.ip(String ip)
Initializes the value for the
ip attribute. |
Envelope.Builder |
Envelope.Builder.job(String job)
Initializes the value for the
job attribute. |
Envelope.Builder |
Envelope.Builder.logMessage(LogMessage logMessage)
Initializes the value for the
logMessage attribute. |
ContainerMetric.Builder |
ContainerMetric.Builder.memoryBytesQuota(Long memoryBytesQuota)
Initializes the value for the
memoryBytesQuota attribute. |
LogMessage.Builder |
LogMessage.Builder.sourceInstance(String sourceInstance)
Initializes the value for the
sourceInstance attribute. |
LogMessage.Builder |
LogMessage.Builder.sourceType(String sourceType)
Initializes the value for the
sourceType attribute. |
Envelope.Builder |
Envelope.Builder.timestamp(Long timestamp)
Initializes the value for the
timestamp attribute. |
CounterEvent.Builder |
CounterEvent.Builder.total(Long total)
Initializes the value for the
total attribute. |
Envelope.Builder |
Envelope.Builder.valueMetric(ValueMetric valueMetric)
Initializes the value for the
valueMetric attribute. |
| Modifier and Type | Method and Description |
|---|---|
abstract Integer |
PaginatedAndSortedRequest.getCount()
The number of results per page
|
String |
Metadata.getCreated()
When the resource record was created
|
abstract String |
PaginatedAndSortedRequest.getFilter()
The filter
|
String |
IdentityZoned.getIdentityZoneId()
Returns the identity zone id
|
String |
Metadata.getLastModified()
When the resource record was last modified
|
abstract String |
PaginatedAndSortedByRequest.getSortBy()
The sort by
|
abstract SortOrder |
PaginatedAndSortedRequest.getSortOrder()
The sort order
|
abstract Integer |
PaginatedAndSortedRequest.getStartIndex()
The start index
|
String |
Versioned.getVersion()
Returns the version
|
Integer |
Metadata.getVersion()
The metadata version
|
| Modifier and Type | Method and Description |
|---|---|
Metadata.Builder |
Metadata.Builder.created(String created)
Initializes the value for the
created attribute. |
Metadata.Builder |
Metadata.Builder.lastModified(String lastModified)
Initializes the value for the
lastModified attribute. |
Metadata.Builder |
Metadata.Builder.version(Integer version)
Initializes the value for the
version attribute. |
| Modifier and Type | Method and Description |
|---|---|
String |
AuthorizeByImplicitGrantBrowserRequest.getRedirectUri()
Redirection URI to which the authorization server will send the user-agent back once access is granted (or denied), optional if pre-registered by the client
|
String |
AuthorizeByAuthorizationCodeGrantBrowserRequest.getRedirectUri()
Redirection URI to which the authorization server will send the user-agent back once access is granted (or denied), optional if pre-registered by the client
|
String |
AuthorizeByAuthorizationCodeGrantApiRequest.getRedirectUri()
Redirection URI to which the authorization server will send the user-agent back once access is granted (or denied), optional if pre-registered by the client
|
String |
AuthorizeByOpenIdWithImplicitGrantRequest.getRedirectUri()
Redirection URI to which the authorization server will send the user-agent back once access is granted (or denied), optional if pre-registered by the client
|
String |
AuthorizeByOpenIdWithIdTokenRequest.getRedirectUri()
Redirection URI to which the authorization server will send the user-agent back once access is granted (or denied), optional if pre-registered by the client
|
String |
AuthorizeByAuthorizationCodeGrantHybridRequest.getRedirectUri()
Redirection URI to which the authorization server will send the user-agent back once access is granted (or denied), optional if pre-registered by the client
|
String |
AuthorizeByOpenIdWithAuthorizationCodeGrantRequest.getRedirectUri()
Redirection URI to which the authorization server will send the user-agent back once access is granted (or denied), optional if pre-registered by the client
|
List<String> |
AuthorizeByImplicitGrantBrowserRequest.getScopes()
requested scopes, space-delimited
|
List<String> |
AuthorizeByAuthorizationCodeGrantBrowserRequest.getScopes()
requested scopes, space-delimited
|
List<String> |
AuthorizeByOpenIdWithImplicitGrantRequest.getScopes()
requested scopes, space-delimited
|
List<String> |
AuthorizeByOpenIdWithIdTokenRequest.getScopes()
requested scopes, space-delimited
|
List<String> |
AuthorizeByAuthorizationCodeGrantHybridRequest.getScopes()
requested scopes, space-delimited
|
List<String> |
AuthorizeByOpenIdWithAuthorizationCodeGrantRequest.getScopes()
requested scopes, space-delimited
|
String |
AuthorizeByAuthorizationCodeGrantApiRequest.getState()
Any random string to be returned in the Location header as a query parameter, used to achieve per-request customization
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizeByImplicitGrantBrowserRequest.Builder |
AuthorizeByImplicitGrantBrowserRequest.Builder.redirectUri(String redirectUri)
Initializes the value for the
redirectUri attribute. |
AuthorizeByAuthorizationCodeGrantBrowserRequest.Builder |
AuthorizeByAuthorizationCodeGrantBrowserRequest.Builder.redirectUri(String redirectUri)
Initializes the value for the
redirectUri attribute. |
AuthorizeByAuthorizationCodeGrantApiRequest.Builder |
AuthorizeByAuthorizationCodeGrantApiRequest.Builder.redirectUri(String redirectUri)
Initializes the value for the
redirectUri attribute. |
AuthorizeByOpenIdWithImplicitGrantRequest.Builder |
AuthorizeByOpenIdWithImplicitGrantRequest.Builder.redirectUri(String redirectUri)
Initializes the value for the
redirectUri attribute. |
AuthorizeByOpenIdWithIdTokenRequest.Builder |
AuthorizeByOpenIdWithIdTokenRequest.Builder.redirectUri(String redirectUri)
Initializes the value for the
redirectUri attribute. |
AuthorizeByAuthorizationCodeGrantHybridRequest.Builder |
AuthorizeByAuthorizationCodeGrantHybridRequest.Builder.redirectUri(String redirectUri)
Initializes the value for the
redirectUri attribute. |
AuthorizeByOpenIdWithAuthorizationCodeGrantRequest.Builder |
AuthorizeByOpenIdWithAuthorizationCodeGrantRequest.Builder.redirectUri(String redirectUri)
Initializes the value for the
redirectUri attribute. |
AuthorizeByImplicitGrantBrowserRequest.Builder |
AuthorizeByImplicitGrantBrowserRequest.Builder.scopes(Iterable<String> elements)
Sets or replaces all elements for
scopes list. |
AuthorizeByAuthorizationCodeGrantBrowserRequest.Builder |
AuthorizeByAuthorizationCodeGrantBrowserRequest.Builder.scopes(Iterable<String> elements)
Sets or replaces all elements for
scopes list. |
AuthorizeByOpenIdWithImplicitGrantRequest.Builder |
AuthorizeByOpenIdWithImplicitGrantRequest.Builder.scopes(Iterable<String> elements)
Sets or replaces all elements for
scopes list. |
AuthorizeByOpenIdWithIdTokenRequest.Builder |
AuthorizeByOpenIdWithIdTokenRequest.Builder.scopes(Iterable<String> elements)
Sets or replaces all elements for
scopes list. |
AuthorizeByAuthorizationCodeGrantHybridRequest.Builder |
AuthorizeByAuthorizationCodeGrantHybridRequest.Builder.scopes(Iterable<String> elements)
Sets or replaces all elements for
scopes list. |
AuthorizeByOpenIdWithAuthorizationCodeGrantRequest.Builder |
AuthorizeByOpenIdWithAuthorizationCodeGrantRequest.Builder.scopes(Iterable<String> elements)
Sets or replaces all elements for
scopes list. |
AuthorizeByAuthorizationCodeGrantApiRequest.Builder |
AuthorizeByAuthorizationCodeGrantApiRequest.Builder.state(String state)
Initializes the value for the
state attribute. |
| Modifier and Type | Method and Description |
|---|---|
Long |
CreateClientAction.getAccessTokenValidity()
The access token validity
|
Long |
ActionClient.getAccessTokenValidity()
The access token validity
|
Long |
CreateClient.getAccessTokenValidity()
The access token validity
|
Long |
UpdateClientResponse.getAccessTokenValidity()
The access token validity
|
Long |
Client.getAccessTokenValidity()
The access token validity
|
Long |
DeleteClientResponse.getAccessTokenValidity()
The access token validity
|
Long |
GetClientResponse.getAccessTokenValidity()
The access token validity
|
Long |
CreateClientResponse.getAccessTokenValidity()
The access token validity
|
Long |
CreateClientRequest.getAccessTokenValidity()
The access token validity
|
String |
ActionClient.getAction()
The action
|
String |
UpdateClientResponse.getAction()
The action
|
String |
Client.getAction()
The action
|
String |
DeleteClientResponse.getAction()
The action
|
String |
GetClientResponse.getAction()
The action
|
String |
CreateClientResponse.getAction()
The action
|
List<String> |
UpdateClientRequest.getAllowedProviders()
A list of origin keys (alias) for identity providers the client is limited to.
|
List<String> |
UpdateClientAction.getAllowedProviders()
A list of origin keys (alias) for identity providers the client is limited to.
|
List<String> |
CreateClientAction.getAllowedProviders()
A list of origin keys (alias) for identity providers the client is limited to.
|
List<String> |
UpdateSecretClientAction.getAllowedProviders()
A list of origin keys (alias) for identity providers the client is limited to.
|
List<String> |
ActionClient.getAllowedProviders()
A list of origin keys (alias) for identity providers the client is limited to.
|
List<String> |
CreateClient.getAllowedProviders()
A list of origin keys (alias) for identity providers the client is limited to.
|
List<String> |
UpdateClientResponse.getAllowedProviders()
A list of origin keys (alias) for identity providers the client is limited to.
|
List<String> |
Client.getAllowedProviders()
A list of origin keys (alias) for identity providers the client is limited to.
|
List<String> |
DeleteClientResponse.getAllowedProviders()
A list of origin keys (alias) for identity providers the client is limited to.
|
List<String> |
GetClientResponse.getAllowedProviders()
A list of origin keys (alias) for identity providers the client is limited to.
|
List<String> |
CreateClientResponse.getAllowedProviders()
A list of origin keys (alias) for identity providers the client is limited to.
|
List<String> |
UpdateClient.getAllowedProviders()
A list of origin keys (alias) for identity providers the client is limited to.
|
List<String> |
CreateClientRequest.getAllowedProviders()
A list of origin keys (alias) for identity providers the client is limited to.
|
String |
UpdateMetadataRequest.getAppIcon()
Base64 encoded image file
|
String |
UpdateMetadataRequest.getAppLaunchUrl()
URL to which the app is linked
|
Boolean |
UpdateClientRequest.getApprovalsDeleted()
Were the approvals deleted for the client, and an audit event sent
|
Boolean |
UpdateClientAction.getApprovalsDeleted()
Were the approvals deleted for the client, and an audit event sent
|
Boolean |
CreateClientAction.getApprovalsDeleted()
Were the approvals deleted for the client, and an audit event sent
|
Boolean |
UpdateSecretClientAction.getApprovalsDeleted()
Were the approvals deleted for the client, and an audit event sent
|
Boolean |
ActionClient.getApprovalsDeleted()
Were the approvals deleted for the client, and an audit event sent
|
Boolean |
CreateClient.getApprovalsDeleted()
Were the approvals deleted for the client, and an audit event sent
|
Boolean |
UpdateClientResponse.getApprovalsDeleted()
Were the approvals deleted for the client, and an audit event sent
|
Boolean |
Client.getApprovalsDeleted()
Were the approvals deleted for the client, and an audit event sent
|
Boolean |
DeleteClientResponse.getApprovalsDeleted()
Were the approvals deleted for the client, and an audit event sent
|
Boolean |
GetClientResponse.getApprovalsDeleted()
Were the approvals deleted for the client, and an audit event sent
|
Boolean |
CreateClientResponse.getApprovalsDeleted()
Were the approvals deleted for the client, and an audit event sent
|
Boolean |
UpdateClient.getApprovalsDeleted()
Were the approvals deleted for the client, and an audit event sent
|
Boolean |
CreateClientRequest.getApprovalsDeleted()
Were the approvals deleted for the client, and an audit event sent
|
List<String> |
UpdateClientRequest.getAuthorities()
Scopes that the client is able to grant when creating a client
|
List<String> |
UpdateClientAction.getAuthorities()
Scopes that the client is able to grant when creating a client
|
List<String> |
CreateClientAction.getAuthorities()
Scopes that the client is able to grant when creating a client
|
List<String> |
UpdateSecretClientAction.getAuthorities()
Scopes that the client is able to grant when creating a client
|
List<String> |
CreateClient.getAuthorities()
Scopes that the client is able to grant when creating a client
|
List<String> |
UpdateClient.getAuthorities()
Scopes that the client is able to grant when creating a client
|
List<String> |
CreateClientRequest.getAuthorities()
Scopes that the client is able to grant when creating a client
|
List<GrantType> |
UpdateClientRequest.getAuthorizedGrantTypes()
List of grant types that can be used to obtain a token with this client.
|
List<GrantType> |
UpdateClientAction.getAuthorizedGrantTypes()
List of grant types that can be used to obtain a token with this client.
|
List<GrantType> |
CreateClientAction.getAuthorizedGrantTypes()
List of grant types that can be used to obtain a token with this client.
|
List<GrantType> |
UpdateSecretClientAction.getAuthorizedGrantTypes()
List of grant types that can be used to obtain a token with this client.
|
List<GrantType> |
CreateClient.getAuthorizedGrantTypes()
List of grant types that can be used to obtain a token with this client.
|
List<GrantType> |
UpdateClient.getAuthorizedGrantTypes()
List of grant types that can be used to obtain a token with this client.
|
List<GrantType> |
CreateClientRequest.getAuthorizedGrantTypes()
List of grant types that can be used to obtain a token with this client.
|
List<String> |
UpdateClientRequest.getAutoApproves()
Scopes that do not require user approval
|
List<String> |
UpdateClientAction.getAutoApproves()
Scopes that do not require user approval
|
List<String> |
CreateClientAction.getAutoApproves()
Scopes that do not require user approval
|
List<String> |
UpdateSecretClientAction.getAutoApproves()
Scopes that do not require user approval
|
List<String> |
CreateClient.getAutoApproves()
Scopes that do not require user approval
|
List<String> |
UpdateClient.getAutoApproves()
Scopes that do not require user approval
|
List<String> |
CreateClientRequest.getAutoApproves()
Scopes that do not require user approval
|
String |
UpdateMetadataResponse.getClientName()
Client name
|
String |
GetMetadataResponse.getClientName()
Client name
|
String |
UpdateMetadataRequest.getClientName()
Client name
|
String |
Metadata.getClientName()
Client name
|
String |
CreateClientAction.getClientSecret()
A secret string used for authenticating as this client
|
String |
CreateClient.getClientSecret()
A secret string used for authenticating as this client
|
String |
CreateClientRequest.getClientSecret()
A secret string used for authenticating as this client
|
Integer |
ListClientsRequest.getCount()
The number of results per page
|
String |
UpdateClientRequest.getCreatedWith()
What scope the bearer token had when client was created
|
String |
UpdateClientAction.getCreatedWith()
What scope the bearer token had when client was created
|
String |
CreateClientAction.getCreatedWith()
What scope the bearer token had when client was created
|
String |
UpdateSecretClientAction.getCreatedWith()
What scope the bearer token had when client was created
|
String |
ActionClient.getCreatedWith()
What scope the bearer token had when client was created
|
String |
CreateClient.getCreatedWith()
What scope the bearer token had when client was created
|
String |
UpdateClientResponse.getCreatedWith()
What scope the bearer token had when client was created
|
String |
Client.getCreatedWith()
What scope the bearer token had when client was created
|
String |
DeleteClientResponse.getCreatedWith()
What scope the bearer token had when client was created
|
String |
GetClientResponse.getCreatedWith()
What scope the bearer token had when client was created
|
String |
CreateClientResponse.getCreatedWith()
What scope the bearer token had when client was created
|
String |
UpdateClient.getCreatedWith()
What scope the bearer token had when client was created
|
String |
CreateClientRequest.getCreatedWith()
What scope the bearer token had when client was created
|
String |
ListClientsRequest.getFilter()
The filter
|
String |
UpdateClientRequest.getIdentityZoneId()
Returns the identity zone id
|
String |
ListClientsRequest.getIdentityZoneId()
Returns the identity zone id
|
String |
DeleteClientRequest.getIdentityZoneId()
Returns the identity zone id
|
String |
MixedActionsRequest.getIdentityZoneId()
Returns the identity zone id
|
String |
BatchChangeSecretRequest.getIdentityZoneId()
Returns the identity zone id
|
String |
BatchUpdateClientsRequest.getIdentityZoneId()
Returns the identity zone id
|
String |
UpdateMetadataRequest.getIdentityZoneId()
Returns the identity zone id
|
String |
BatchCreateClientsRequest.getIdentityZoneId()
Returns the identity zone id
|
String |
GetClientRequest.getIdentityZoneId()
Returns the identity zone id
|
String |
ChangeSecretRequest.getIdentityZoneId()
Returns the identity zone id
|
String |
GetMetadataRequest.getIdentityZoneId()
Returns the identity zone id
|
String |
BatchDeleteClientsRequest.getIdentityZoneId()
Returns the identity zone id
|
String |
CreateClientRequest.getIdentityZoneId()
Returns the identity zone id
|
Long |
ActionClient.getLastModified()
Epoch of the moment the client information was last altered
|
Long |
UpdateClientResponse.getLastModified()
Epoch of the moment the client information was last altered
|
Long |
Client.getLastModified()
Epoch of the moment the client information was last altered
|
Long |
DeleteClientResponse.getLastModified()
Epoch of the moment the client information was last altered
|
Long |
GetClientResponse.getLastModified()
Epoch of the moment the client information was last altered
|
Long |
CreateClientResponse.getLastModified()
Epoch of the moment the client information was last altered
|
String |
UpdateClientRequest.getName()
A human readable name for the client
|
String |
UpdateClientAction.getName()
A human readable name for the client
|
String |
CreateClientAction.getName()
A human readable name for the client
|
String |
UpdateSecretClientAction.getName()
A human readable name for the client
|
String |
ActionClient.getName()
A human readable name for the client
|
String |
CreateClient.getName()
A human readable name for the client
|
String |
UpdateClientResponse.getName()
A human readable name for the client
|
String |
Client.getName()
A human readable name for the client
|
String |
DeleteClientResponse.getName()
A human readable name for the client
|
String |
GetClientResponse.getName()
A human readable name for the client
|
String |
CreateClientResponse.getName()
A human readable name for the client
|
String |
UpdateClient.getName()
A human readable name for the client
|
String |
CreateClientRequest.getName()
A human readable name for the client
|
String |
ChangeSecret.getOldSecret()
The old secret
|
String |
ChangeSecretRequest.getOldSecret()
The old secret
|
List<String> |
UpdateClientRequest.getRedirectUriPatterns()
Allowed URI pattern for redirect during authorization
|
List<String> |
UpdateClientAction.getRedirectUriPatterns()
Allowed URI pattern for redirect during authorization
|
List<String> |
CreateClientAction.getRedirectUriPatterns()
Allowed URI pattern for redirect during authorization
|
List<String> |
UpdateSecretClientAction.getRedirectUriPatterns()
Allowed URI pattern for redirect during authorization
|
List<String> |
ActionClient.getRedirectUriPatterns()
Allowed URI patterns for redirect during authorization
|
List<String> |
CreateClient.getRedirectUriPatterns()
Allowed URI pattern for redirect during authorization
|
List<String> |
UpdateClientResponse.getRedirectUriPatterns()
Allowed URI patterns for redirect during authorization
|
List<String> |
Client.getRedirectUriPatterns()
Allowed URI patterns for redirect during authorization
|
List<String> |
DeleteClientResponse.getRedirectUriPatterns()
Allowed URI patterns for redirect during authorization
|
List<String> |
GetClientResponse.getRedirectUriPatterns()
Allowed URI patterns for redirect during authorization
|
List<String> |
CreateClientResponse.getRedirectUriPatterns()
Allowed URI patterns for redirect during authorization
|
List<String> |
UpdateClient.getRedirectUriPatterns()
Allowed URI pattern for redirect during authorization
|
List<String> |
CreateClientRequest.getRedirectUriPatterns()
Allowed URI pattern for redirect during authorization
|
Long |
CreateClientAction.getRefreshTokenValidity()
The refresh token validity
|
Long |
ActionClient.getRefreshTokenValidity()
The refresh token validity
|
Long |
CreateClient.getRefreshTokenValidity()
The refresh token validity
|
Long |
UpdateClientResponse.getRefreshTokenValidity()
The refresh token validity
|
Long |
Client.getRefreshTokenValidity()
The refresh token validity
|
Long |
DeleteClientResponse.getRefreshTokenValidity()
The refresh token validity
|
Long |
GetClientResponse.getRefreshTokenValidity()
The refresh token validity
|
Long |
CreateClientResponse.getRefreshTokenValidity()
The refresh token validity
|
Long |
CreateClientRequest.getRefreshTokenValidity()
The refresh token validity
|
List<String> |
UpdateClientRequest.getResourceIds()
Resources the client is allowed access to
|
List<String> |
UpdateClientAction.getResourceIds()
Resources the client is allowed access to
|
List<String> |
CreateClientAction.getResourceIds()
Resources the client is allowed access to
|
List<String> |
UpdateSecretClientAction.getResourceIds()
Resources the client is allowed access to
|
List<String> |
CreateClient.getResourceIds()
Resources the client is allowed access to
|
List<String> |
UpdateClient.getResourceIds()
Resources the client is allowed access to
|
List<String> |
CreateClientRequest.getResourceIds()
Resources the client is allowed access to
|
List<String> |
UpdateClientRequest.getScopes()
Scopes allowed for the client
|
List<String> |
UpdateClientAction.getScopes()
Scopes allowed for the client
|
List<String> |
CreateClientAction.getScopes()
Scopes allowed for the client
|
List<String> |
UpdateSecretClientAction.getScopes()
Scopes allowed for the client
|
List<String> |
CreateClient.getScopes()
Scopes allowed for the client
|
List<String> |
UpdateClient.getScopes()
Scopes allowed for the client
|
List<String> |
CreateClientRequest.getScopes()
Scopes allowed for the client
|
Boolean |
UpdateMetadataRequest.getShowOnHomePage()
Flag to control visibility on home page
|
String |
ListClientsRequest.getSortBy()
The sort by
|
SortOrder |
ListClientsRequest.getSortOrder()
The sort order
|
Integer |
ListClientsRequest.getStartIndex()
The start index
|
String |
UpdateClientRequest.getTokenSalt()
A random string used to generate the client’s revokation key.
|
String |
UpdateClientAction.getTokenSalt()
A random string used to generate the client’s revokation key.
|
String |
CreateClientAction.getTokenSalt()
A random string used to generate the client’s revokation key.
|
String |
UpdateSecretClientAction.getTokenSalt()
A random string used to generate the client’s revokation key.
|
String |
ActionClient.getTokenSalt()
A random string used to generate the client’s revocation key.
|
String |
CreateClient.getTokenSalt()
A random string used to generate the client’s revokation key.
|
String |
UpdateClientResponse.getTokenSalt()
A random string used to generate the client’s revocation key.
|
String |
Client.getTokenSalt()
A random string used to generate the client’s revocation key.
|
String |
DeleteClientResponse.getTokenSalt()
A random string used to generate the client’s revocation key.
|
String |
GetClientResponse.getTokenSalt()
A random string used to generate the client’s revocation key.
|
String |
CreateClientResponse.getTokenSalt()
A random string used to generate the client’s revocation key.
|
String |
UpdateClient.getTokenSalt()
A random string used to generate the client’s revokation key.
|
String |
CreateClientRequest.getTokenSalt()
A random string used to generate the client’s revokation key.
|
| Modifier and Type | Method and Description |
|---|---|
CreateClientAction.Builder |
CreateClientAction.Builder.accessTokenValidity(Long accessTokenValidity)
Initializes the value for the
accessTokenValidity attribute. |
ActionClient.Builder |
ActionClient.Builder.accessTokenValidity(Long accessTokenValidity)
Initializes the value for the
accessTokenValidity attribute. |
CreateClient.Builder |
CreateClient.Builder.accessTokenValidity(Long accessTokenValidity)
Initializes the value for the
accessTokenValidity attribute. |
UpdateClientResponse.Builder |
UpdateClientResponse.Builder.accessTokenValidity(Long accessTokenValidity)
Initializes the value for the
accessTokenValidity attribute. |
Client.Builder |
Client.Builder.accessTokenValidity(Long accessTokenValidity)
Initializes the value for the
accessTokenValidity attribute. |
DeleteClientResponse.Builder |
DeleteClientResponse.Builder.accessTokenValidity(Long accessTokenValidity)
Initializes the value for the
accessTokenValidity attribute. |
GetClientResponse.Builder |
GetClientResponse.Builder.accessTokenValidity(Long accessTokenValidity)
Initializes the value for the
accessTokenValidity attribute. |
CreateClientResponse.Builder |
CreateClientResponse.Builder.accessTokenValidity(Long accessTokenValidity)
Initializes the value for the
accessTokenValidity attribute. |
CreateClientRequest.Builder |
CreateClientRequest.Builder.accessTokenValidity(Long accessTokenValidity)
Initializes the value for the
accessTokenValidity attribute. |
ActionClient.Builder |
ActionClient.Builder.action(String action)
Initializes the value for the
action attribute. |
UpdateClientResponse.Builder |
UpdateClientResponse.Builder.action(String action)
Initializes the value for the
action attribute. |
Client.Builder |
Client.Builder.action(String action)
Initializes the value for the
action attribute. |
DeleteClientResponse.Builder |
DeleteClientResponse.Builder.action(String action)
Initializes the value for the
action attribute. |
GetClientResponse.Builder |
GetClientResponse.Builder.action(String action)
Initializes the value for the
action attribute. |
CreateClientResponse.Builder |
CreateClientResponse.Builder.action(String action)
Initializes the value for the
action attribute. |
UpdateClientRequest.Builder |
UpdateClientRequest.Builder.allowedProviders(Iterable<String> elements)
Sets or replaces all elements for
allowedProviders list. |
UpdateClientAction.Builder |
UpdateClientAction.Builder.allowedProviders(Iterable<String> elements)
Sets or replaces all elements for
allowedProviders list. |
CreateClientAction.Builder |
CreateClientAction.Builder.allowedProviders(Iterable<String> elements)
Sets or replaces all elements for
allowedProviders list. |
UpdateSecretClientAction.Builder |
UpdateSecretClientAction.Builder.allowedProviders(Iterable<String> elements)
Sets or replaces all elements for
allowedProviders list. |
ActionClient.Builder |
ActionClient.Builder.allowedProviders(Iterable<String> elements)
Sets or replaces all elements for
allowedProviders list. |
CreateClient.Builder |
CreateClient.Builder.allowedProviders(Iterable<String> elements)
Sets or replaces all elements for
allowedProviders list. |
UpdateClientResponse.Builder |
UpdateClientResponse.Builder.allowedProviders(Iterable<String> elements)
Sets or replaces all elements for
allowedProviders list. |
Client.Builder |
Client.Builder.allowedProviders(Iterable<String> elements)
Sets or replaces all elements for
allowedProviders list. |
DeleteClientResponse.Builder |
DeleteClientResponse.Builder.allowedProviders(Iterable<String> elements)
Sets or replaces all elements for
allowedProviders list. |
GetClientResponse.Builder |
GetClientResponse.Builder.allowedProviders(Iterable<String> elements)
Sets or replaces all elements for
allowedProviders list. |
CreateClientResponse.Builder |
CreateClientResponse.Builder.allowedProviders(Iterable<String> elements)
Sets or replaces all elements for
allowedProviders list. |
UpdateClient.Builder |
UpdateClient.Builder.allowedProviders(Iterable<String> elements)
Sets or replaces all elements for
allowedProviders list. |
CreateClientRequest.Builder |
CreateClientRequest.Builder.allowedProviders(Iterable<String> elements)
Sets or replaces all elements for
allowedProviders list. |
UpdateMetadataRequest.Builder |
UpdateMetadataRequest.Builder.appIcon(String appIcon)
Initializes the value for the
appIcon attribute. |
UpdateMetadataRequest.Builder |
UpdateMetadataRequest.Builder.appLaunchUrl(String appLaunchUrl)
Initializes the value for the
appLaunchUrl attribute. |
UpdateClientRequest.Builder |
UpdateClientRequest.Builder.approvalsDeleted(Boolean approvalsDeleted)
Initializes the value for the
approvalsDeleted attribute. |
UpdateClientAction.Builder |
UpdateClientAction.Builder.approvalsDeleted(Boolean approvalsDeleted)
Initializes the value for the
approvalsDeleted attribute. |
CreateClientAction.Builder |
CreateClientAction.Builder.approvalsDeleted(Boolean approvalsDeleted)
Initializes the value for the
approvalsDeleted attribute. |
UpdateSecretClientAction.Builder |
UpdateSecretClientAction.Builder.approvalsDeleted(Boolean approvalsDeleted)
Initializes the value for the
approvalsDeleted attribute. |
ActionClient.Builder |
ActionClient.Builder.approvalsDeleted(Boolean approvalsDeleted)
Initializes the value for the
approvalsDeleted attribute. |
CreateClient.Builder |
CreateClient.Builder.approvalsDeleted(Boolean approvalsDeleted)
Initializes the value for the
approvalsDeleted attribute. |
UpdateClientResponse.Builder |
UpdateClientResponse.Builder.approvalsDeleted(Boolean approvalsDeleted)
Initializes the value for the
approvalsDeleted attribute. |
Client.Builder |
Client.Builder.approvalsDeleted(Boolean approvalsDeleted)
Initializes the value for the
approvalsDeleted attribute. |
DeleteClientResponse.Builder |
DeleteClientResponse.Builder.approvalsDeleted(Boolean approvalsDeleted)
Initializes the value for the
approvalsDeleted attribute. |
GetClientResponse.Builder |
GetClientResponse.Builder.approvalsDeleted(Boolean approvalsDeleted)
Initializes the value for the
approvalsDeleted attribute. |
CreateClientResponse.Builder |
CreateClientResponse.Builder.approvalsDeleted(Boolean approvalsDeleted)
Initializes the value for the
approvalsDeleted attribute. |
UpdateClient.Builder |
UpdateClient.Builder.approvalsDeleted(Boolean approvalsDeleted)
Initializes the value for the
approvalsDeleted attribute. |
CreateClientRequest.Builder |
CreateClientRequest.Builder.approvalsDeleted(Boolean approvalsDeleted)
Initializes the value for the
approvalsDeleted attribute. |
UpdateClientRequest.Builder |
UpdateClientRequest.Builder.authorities(Iterable<String> elements)
Sets or replaces all elements for
authorities list. |
UpdateClientAction.Builder |
UpdateClientAction.Builder.authorities(Iterable<String> elements)
Sets or replaces all elements for
authorities list. |
CreateClientAction.Builder |
CreateClientAction.Builder.authorities(Iterable<String> elements)
Sets or replaces all elements for
authorities list. |
UpdateSecretClientAction.Builder |
UpdateSecretClientAction.Builder.authorities(Iterable<String> elements)
Sets or replaces all elements for
authorities list. |
CreateClient.Builder |
CreateClient.Builder.authorities(Iterable<String> elements)
Sets or replaces all elements for
authorities list. |
UpdateClient.Builder |
UpdateClient.Builder.authorities(Iterable<String> elements)
Sets or replaces all elements for
authorities list. |
CreateClientRequest.Builder |
CreateClientRequest.Builder.authorities(Iterable<String> elements)
Sets or replaces all elements for
authorities list. |
UpdateClientRequest.Builder |
UpdateClientRequest.Builder.authorizedGrantTypes(Iterable<? extends GrantType> elements)
Sets or replaces all elements for
authorizedGrantTypes list. |
UpdateClientAction.Builder |
UpdateClientAction.Builder.authorizedGrantTypes(Iterable<? extends GrantType> elements)
Sets or replaces all elements for
authorizedGrantTypes list. |
CreateClientAction.Builder |
CreateClientAction.Builder.authorizedGrantTypes(Iterable<? extends GrantType> elements)
Sets or replaces all elements for
authorizedGrantTypes list. |
UpdateSecretClientAction.Builder |
UpdateSecretClientAction.Builder.authorizedGrantTypes(Iterable<? extends GrantType> elements)
Sets or replaces all elements for
authorizedGrantTypes list. |
CreateClient.Builder |
CreateClient.Builder.authorizedGrantTypes(Iterable<? extends GrantType> elements)
Sets or replaces all elements for
authorizedGrantTypes list. |
UpdateClient.Builder |
UpdateClient.Builder.authorizedGrantTypes(Iterable<? extends GrantType> elements)
Sets or replaces all elements for
authorizedGrantTypes list. |
CreateClientRequest.Builder |
CreateClientRequest.Builder.authorizedGrantTypes(Iterable<? extends GrantType> elements)
Sets or replaces all elements for
authorizedGrantTypes list. |
UpdateClientRequest.Builder |
UpdateClientRequest.Builder.autoApproves(Iterable<String> elements)
Sets or replaces all elements for
autoApproves list. |
UpdateClientAction.Builder |
UpdateClientAction.Builder.autoApproves(Iterable<String> elements)
Sets or replaces all elements for
autoApproves list. |
CreateClientAction.Builder |
CreateClientAction.Builder.autoApproves(Iterable<String> elements)
Sets or replaces all elements for
autoApproves list. |
UpdateSecretClientAction.Builder |
UpdateSecretClientAction.Builder.autoApproves(Iterable<String> elements)
Sets or replaces all elements for
autoApproves list. |
CreateClient.Builder |
CreateClient.Builder.autoApproves(Iterable<String> elements)
Sets or replaces all elements for
autoApproves list. |
UpdateClient.Builder |
UpdateClient.Builder.autoApproves(Iterable<String> elements)
Sets or replaces all elements for
autoApproves list. |
CreateClientRequest.Builder |
CreateClientRequest.Builder.autoApproves(Iterable<String> elements)
Sets or replaces all elements for
autoApproves list. |
UpdateMetadataResponse.Builder |
UpdateMetadataResponse.Builder.clientName(String clientName)
Initializes the value for the
clientName attribute. |
GetMetadataResponse.Builder |
GetMetadataResponse.Builder.clientName(String clientName)
Initializes the value for the
clientName attribute. |
UpdateMetadataRequest.Builder |
UpdateMetadataRequest.Builder.clientName(String clientName)
Initializes the value for the
clientName attribute. |
Metadata.Builder |
Metadata.Builder.clientName(String clientName)
Initializes the value for the
clientName attribute. |
CreateClientAction.Builder |
CreateClientAction.Builder.clientSecret(String clientSecret)
Initializes the value for the
clientSecret attribute. |
CreateClient.Builder |
CreateClient.Builder.clientSecret(String clientSecret)
Initializes the value for the
clientSecret attribute. |
CreateClientRequest.Builder |
CreateClientRequest.Builder.clientSecret(String clientSecret)
Initializes the value for the
clientSecret attribute. |
ListClientsRequest.Builder |
ListClientsRequest.Builder.count(Integer count)
Initializes the value for the
count attribute. |
UpdateClientRequest.Builder |
UpdateClientRequest.Builder.createdWith(String createdWith)
Initializes the value for the
createdWith attribute. |
UpdateClientAction.Builder |
UpdateClientAction.Builder.createdWith(String createdWith)
Initializes the value for the
createdWith attribute. |
CreateClientAction.Builder |
CreateClientAction.Builder.createdWith(String createdWith)
Initializes the value for the
createdWith attribute. |
UpdateSecretClientAction.Builder |
UpdateSecretClientAction.Builder.createdWith(String createdWith)
Initializes the value for the
createdWith attribute. |
ActionClient.Builder |
ActionClient.Builder.createdWith(String createdWith)
Initializes the value for the
createdWith attribute. |
CreateClient.Builder |
CreateClient.Builder.createdWith(String createdWith)
Initializes the value for the
createdWith attribute. |
UpdateClientResponse.Builder |
UpdateClientResponse.Builder.createdWith(String createdWith)
Initializes the value for the
createdWith attribute. |
Client.Builder |
Client.Builder.createdWith(String createdWith)
Initializes the value for the
createdWith attribute. |
DeleteClientResponse.Builder |
DeleteClientResponse.Builder.createdWith(String createdWith)
Initializes the value for the
createdWith attribute. |
GetClientResponse.Builder |
GetClientResponse.Builder.createdWith(String createdWith)
Initializes the value for the
createdWith attribute. |
CreateClientResponse.Builder |
CreateClientResponse.Builder.createdWith(String createdWith)
Initializes the value for the
createdWith attribute. |
UpdateClient.Builder |
UpdateClient.Builder.createdWith(String createdWith)
Initializes the value for the
createdWith attribute. |
CreateClientRequest.Builder |
CreateClientRequest.Builder.createdWith(String createdWith)
Initializes the value for the
createdWith attribute. |
ListClientsRequest.Builder |
ListClientsRequest.Builder.filter(String filter)
Initializes the value for the
filter attribute. |
UpdateClientRequest.Builder |
UpdateClientRequest.Builder.identityZoneId(String identityZoneId)
Initializes the value for the
identityZoneId attribute. |
ListClientsRequest.Builder |
ListClientsRequest.Builder.identityZoneId(String identityZoneId)
Initializes the value for the
identityZoneId attribute. |
DeleteClientRequest.Builder |
DeleteClientRequest.Builder.identityZoneId(String identityZoneId)
Initializes the value for the
identityZoneId attribute. |
MixedActionsRequest.Builder |
MixedActionsRequest.Builder.identityZoneId(String identityZoneId)
Initializes the value for the
identityZoneId attribute. |
BatchChangeSecretRequest.Builder |
BatchChangeSecretRequest.Builder.identityZoneId(String identityZoneId)
Initializes the value for the
identityZoneId attribute. |
BatchUpdateClientsRequest.Builder |
BatchUpdateClientsRequest.Builder.identityZoneId(String identityZoneId)
Initializes the value for the
identityZoneId attribute. |
UpdateMetadataRequest.Builder |
UpdateMetadataRequest.Builder.identityZoneId(String identityZoneId)
Initializes the value for the
identityZoneId attribute. |
BatchCreateClientsRequest.Builder |
BatchCreateClientsRequest.Builder.identityZoneId(String identityZoneId)
Initializes the value for the
identityZoneId attribute. |
GetClientRequest.Builder |
GetClientRequest.Builder.identityZoneId(String identityZoneId)
Initializes the value for the
identityZoneId attribute. |
ChangeSecretRequest.Builder |
ChangeSecretRequest.Builder.identityZoneId(String identityZoneId)
Initializes the value for the
identityZoneId attribute. |
GetMetadataRequest.Builder |
GetMetadataRequest.Builder.identityZoneId(String identityZoneId)
Initializes the value for the
identityZoneId attribute. |
BatchDeleteClientsRequest.Builder |
BatchDeleteClientsRequest.Builder.identityZoneId(String identityZoneId)
Initializes the value for the
identityZoneId attribute. |
CreateClientRequest.Builder |
CreateClientRequest.Builder.identityZoneId(String identityZoneId)
Initializes the value for the
identityZoneId attribute. |
ActionClient.Builder |
ActionClient.Builder.lastModified(Long lastModified)
Initializes the value for the
lastModified attribute. |
UpdateClientResponse.Builder |
UpdateClientResponse.Builder.lastModified(Long lastModified)
Initializes the value for the
lastModified attribute. |
Client.Builder |
Client.Builder.lastModified(Long lastModified)
Initializes the value for the
lastModified attribute. |
DeleteClientResponse.Builder |
DeleteClientResponse.Builder.lastModified(Long lastModified)
Initializes the value for the
lastModified attribute. |
GetClientResponse.Builder |
GetClientResponse.Builder.lastModified(Long lastModified)
Initializes the value for the
lastModified attribute. |
CreateClientResponse.Builder |
CreateClientResponse.Builder.lastModified(Long lastModified)
Initializes the value for the
lastModified attribute. |
UpdateClientRequest.Builder |
UpdateClientRequest.Builder.name(String name)
Initializes the value for the
name attribute. |
UpdateClientAction.Builder |
UpdateClientAction.Builder.name(String name)
Initializes the value for the
name attribute. |
CreateClientAction.Builder |
CreateClientAction.Builder.name(String name)
Initializes the value for the
name attribute. |
UpdateSecretClientAction.Builder |
UpdateSecretClientAction.Builder.name(String name)
Initializes the value for the
name attribute. |
ActionClient.Builder |
ActionClient.Builder.name(String name)
Initializes the value for the
name attribute. |
CreateClient.Builder |
CreateClient.Builder.name(String name)
Initializes the value for the
name attribute. |
UpdateClientResponse.Builder |
UpdateClientResponse.Builder.name(String name)
Initializes the value for the
name attribute. |
Client.Builder |
Client.Builder.name(String name)
Initializes the value for the
name attribute. |
DeleteClientResponse.Builder |
DeleteClientResponse.Builder.name(String name)
Initializes the value for the
name attribute. |
GetClientResponse.Builder |
GetClientResponse.Builder.name(String name)
Initializes the value for the
name attribute. |
CreateClientResponse.Builder |
CreateClientResponse.Builder.name(String name)
Initializes the value for the
name attribute. |
UpdateClient.Builder |
UpdateClient.Builder.name(String name)
Initializes the value for the
name attribute. |
CreateClientRequest.Builder |
CreateClientRequest.Builder.name(String name)
Initializes the value for the
name attribute. |
ChangeSecret.Builder |
ChangeSecret.Builder.oldSecret(String oldSecret)
Initializes the value for the
oldSecret attribute. |
ChangeSecretRequest.Builder |
ChangeSecretRequest.Builder.oldSecret(String oldSecret)
Initializes the value for the
oldSecret attribute. |
UpdateClientRequest.Builder |
UpdateClientRequest.Builder.redirectUriPatterns(Iterable<String> elements)
Sets or replaces all elements for
redirectUriPatterns list. |
UpdateClientAction.Builder |
UpdateClientAction.Builder.redirectUriPatterns(Iterable<String> elements)
Sets or replaces all elements for
redirectUriPatterns list. |
CreateClientAction.Builder |
CreateClientAction.Builder.redirectUriPatterns(Iterable<String> elements)
Sets or replaces all elements for
redirectUriPatterns list. |
UpdateSecretClientAction.Builder |
UpdateSecretClientAction.Builder.redirectUriPatterns(Iterable<String> elements)
Sets or replaces all elements for
redirectUriPatterns list. |
ActionClient.Builder |
ActionClient.Builder.redirectUriPatterns(Iterable<String> elements)
Sets or replaces all elements for
redirectUriPatterns list. |
CreateClient.Builder |
CreateClient.Builder.redirectUriPatterns(Iterable<String> elements)
Sets or replaces all elements for
redirectUriPatterns list. |
UpdateClientResponse.Builder |
UpdateClientResponse.Builder.redirectUriPatterns(Iterable<String> elements)
Sets or replaces all elements for
redirectUriPatterns list. |
Client.Builder |
Client.Builder.redirectUriPatterns(Iterable<String> elements)
Sets or replaces all elements for
redirectUriPatterns list. |
DeleteClientResponse.Builder |
DeleteClientResponse.Builder.redirectUriPatterns(Iterable<String> elements)
Sets or replaces all elements for
redirectUriPatterns list. |
GetClientResponse.Builder |
GetClientResponse.Builder.redirectUriPatterns(Iterable<String> elements)
Sets or replaces all elements for
redirectUriPatterns list. |
CreateClientResponse.Builder |
CreateClientResponse.Builder.redirectUriPatterns(Iterable<String> elements)
Sets or replaces all elements for
redirectUriPatterns list. |
UpdateClient.Builder |
UpdateClient.Builder.redirectUriPatterns(Iterable<String> elements)
Sets or replaces all elements for
redirectUriPatterns list. |
CreateClientRequest.Builder |
CreateClientRequest.Builder.redirectUriPatterns(Iterable<String> elements)
Sets or replaces all elements for
redirectUriPatterns list. |
CreateClientAction.Builder |
CreateClientAction.Builder.refreshTokenValidity(Long refreshTokenValidity)
Initializes the value for the
refreshTokenValidity attribute. |
ActionClient.Builder |
ActionClient.Builder.refreshTokenValidity(Long refreshTokenValidity)
Initializes the value for the
refreshTokenValidity attribute. |
CreateClient.Builder |
CreateClient.Builder.refreshTokenValidity(Long refreshTokenValidity)
Initializes the value for the
refreshTokenValidity attribute. |
UpdateClientResponse.Builder |
UpdateClientResponse.Builder.refreshTokenValidity(Long refreshTokenValidity)
Initializes the value for the
refreshTokenValidity attribute. |
Client.Builder |
Client.Builder.refreshTokenValidity(Long refreshTokenValidity)
Initializes the value for the
refreshTokenValidity attribute. |
DeleteClientResponse.Builder |
DeleteClientResponse.Builder.refreshTokenValidity(Long refreshTokenValidity)
Initializes the value for the
refreshTokenValidity attribute. |
GetClientResponse.Builder |
GetClientResponse.Builder.refreshTokenValidity(Long refreshTokenValidity)
Initializes the value for the
refreshTokenValidity attribute. |
CreateClientResponse.Builder |
CreateClientResponse.Builder.refreshTokenValidity(Long refreshTokenValidity)
Initializes the value for the
refreshTokenValidity attribute. |
CreateClientRequest.Builder |
CreateClientRequest.Builder.refreshTokenValidity(Long refreshTokenValidity)
Initializes the value for the
refreshTokenValidity attribute. |
UpdateClientRequest.Builder |
UpdateClientRequest.Builder.resourceIds(Iterable<String> elements)
Sets or replaces all elements for
resourceIds list. |
UpdateClientAction.Builder |
UpdateClientAction.Builder.resourceIds(Iterable<String> elements)
Sets or replaces all elements for
resourceIds list. |
CreateClientAction.Builder |
CreateClientAction.Builder.resourceIds(Iterable<String> elements)
Sets or replaces all elements for
resourceIds list. |
UpdateSecretClientAction.Builder |
UpdateSecretClientAction.Builder.resourceIds(Iterable<String> elements)
Sets or replaces all elements for
resourceIds list. |
CreateClient.Builder |
CreateClient.Builder.resourceIds(Iterable<String> elements)
Sets or replaces all elements for
resourceIds list. |
UpdateClient.Builder |
UpdateClient.Builder.resourceIds(Iterable<String> elements)
Sets or replaces all elements for
resourceIds list. |
CreateClientRequest.Builder |
CreateClientRequest.Builder.resourceIds(Iterable<String> elements)
Sets or replaces all elements for
resourceIds list. |
UpdateClientRequest.Builder |
UpdateClientRequest.Builder.scopes(Iterable<String> elements)
Sets or replaces all elements for
scopes list. |
UpdateClientAction.Builder |
UpdateClientAction.Builder.scopes(Iterable<String> elements)
Sets or replaces all elements for
scopes list. |
CreateClientAction.Builder |
CreateClientAction.Builder.scopes(Iterable<String> elements)
Sets or replaces all elements for
scopes list. |
UpdateSecretClientAction.Builder |
UpdateSecretClientAction.Builder.scopes(Iterable<String> elements)
Sets or replaces all elements for
scopes list. |
CreateClient.Builder |
CreateClient.Builder.scopes(Iterable<String> elements)
Sets or replaces all elements for
scopes list. |
UpdateClient.Builder |
UpdateClient.Builder.scopes(Iterable<String> elements)
Sets or replaces all elements for
scopes list. |
CreateClientRequest.Builder |
CreateClientRequest.Builder.scopes(Iterable<String> elements)
Sets or replaces all elements for
scopes list. |
UpdateMetadataRequest.Builder |
UpdateMetadataRequest.Builder.showOnHomePage(Boolean showOnHomePage)
Initializes the value for the
showOnHomePage attribute. |
ListClientsRequest.Builder |
ListClientsRequest.Builder.sortBy(String sortBy)
Initializes the value for the
sortBy attribute. |
ListClientsRequest.Builder |
ListClientsRequest.Builder.sortOrder(SortOrder sortOrder)
Initializes the value for the
sortOrder attribute. |
ListClientsRequest.Builder |
ListClientsRequest.Builder.startIndex(Integer startIndex)
Initializes the value for the
startIndex attribute. |
UpdateClientRequest.Builder |
UpdateClientRequest.Builder.tokenSalt(String tokenSalt)
Initializes the value for the
tokenSalt attribute. |
UpdateClientAction.Builder |
UpdateClientAction.Builder.tokenSalt(String tokenSalt)
Initializes the value for the
tokenSalt attribute. |
CreateClientAction.Builder |
CreateClientAction.Builder.tokenSalt(String tokenSalt)
Initializes the value for the
tokenSalt attribute. |
UpdateSecretClientAction.Builder |
UpdateSecretClientAction.Builder.tokenSalt(String tokenSalt)
Initializes the value for the
tokenSalt attribute. |
ActionClient.Builder |
ActionClient.Builder.tokenSalt(String tokenSalt)
Initializes the value for the
tokenSalt attribute. |
CreateClient.Builder |
CreateClient.Builder.tokenSalt(String tokenSalt)
Initializes the value for the
tokenSalt attribute. |
UpdateClientResponse.Builder |
UpdateClientResponse.Builder.tokenSalt(String tokenSalt)
Initializes the value for the
tokenSalt attribute. |
Client.Builder |
Client.Builder.tokenSalt(String tokenSalt)
Initializes the value for the
tokenSalt attribute. |
DeleteClientResponse.Builder |
DeleteClientResponse.Builder.tokenSalt(String tokenSalt)
Initializes the value for the
tokenSalt attribute. |
GetClientResponse.Builder |
GetClientResponse.Builder.tokenSalt(String tokenSalt)
Initializes the value for the
tokenSalt attribute. |
CreateClientResponse.Builder |
CreateClientResponse.Builder.tokenSalt(String tokenSalt)
Initializes the value for the
tokenSalt attribute. |
UpdateClient.Builder |
UpdateClient.Builder.tokenSalt(String tokenSalt)
Initializes the value for the
tokenSalt attribute. |
CreateClientRequest.Builder |
CreateClientRequest.Builder.tokenSalt(String tokenSalt)
Initializes the value for the
tokenSalt attribute. |
| Modifier and Type | Method and Description |
|---|---|
Integer |
ListGroupsRequest.getCount()
The number of results per page
|
Integer |
ListExternalGroupMappingsRequest.getCount()
The number of results per page
|
String |
CreateGroupRequest.getDescription()
Human readable description of the group, displayed e.g.
|
String |
Group.getDescription()
Human readable description of the group, displayed e.g.
|
String |
UpdateGroupResponse.getDescription()
Human readable description of the group, displayed e.g.
|
String |
GroupEntity.getDescription()
Human readable description of the group, displayed e.g.
|
String |
GetGroupResponse.getDescription()
Human readable description of the group, displayed e.g.
|
String |
UpdateGroupRequest.getDescription()
Human readable description of the group, displayed e.g.
|
String |
DeleteGroupResponse.getDescription()
Human readable description of the group, displayed e.g.
|
String |
CreateGroupResponse.getDescription()
Human readable description of the group, displayed e.g.
|
String |
UserEntity.getExternalId()
The external id
|
String |
ListGroupsRequest.getFilter()
The filter
|
String |
ListExternalGroupMappingsRequest.getFilter()
The filter
|
String |
ListGroupsRequest.getIdentityZoneId()
Returns the identity zone id
|
String |
RemoveMemberRequest.getIdentityZoneId()
Returns the identity zone id
|
String |
CreateGroupRequest.getIdentityZoneId()
Returns the identity zone id
|
String |
GetGroupRequest.getIdentityZoneId()
Returns the identity zone id
|
String |
AddMemberRequest.getIdentityZoneId()
Returns the identity zone id
|
String |
ListMembersRequest.getIdentityZoneId()
Returns the identity zone id
|
String |
MapExternalGroupRequest.getIdentityZoneId()
Returns the identity zone id
|
String |
UnmapExternalGroupByGroupIdRequest.getIdentityZoneId()
Returns the identity zone id
|
String |
DeleteGroupRequest.getIdentityZoneId()
Returns the identity zone id
|
String |
UpdateGroupRequest.getIdentityZoneId()
Returns the identity zone id
|
String |
ListExternalGroupMappingsRequest.getIdentityZoneId()
Returns the identity zone id
|
String |
UnmapExternalGroupByGroupDisplayNameRequest.getIdentityZoneId()
Returns the identity zone id
|
List<MemberSummary> |
CreateGroupRequest.getMembers()
Array of group members
|
String |
MapExternalGroupRequest.getOrigin()
Unique alias of the identity provider
|
Boolean |
ListMembersRequest.getReturnEntities()
Set to true to return the SCIM entities that have membership in the group
|
String |
ListGroupsRequest.getSortBy()
The sort by
|
String |
ListExternalGroupMappingsRequest.getSortBy()
The sort by
|
SortOrder |
ListGroupsRequest.getSortOrder()
The sort order
|
SortOrder |
ListExternalGroupMappingsRequest.getSortOrder()
The sort order
|
Integer |
ListGroupsRequest.getStartIndex()
The start index
|
Integer |
ListExternalGroupMappingsRequest.getStartIndex()
The start index
|
String |
DeleteGroupRequest.getVersion()
Returns the version
|
| Modifier and Type | Method and Description |
|---|---|
ListGroupsRequest.Builder |
ListGroupsRequest.Builder.count(Integer count)
Initializes the value for the
count attribute. |
ListExternalGroupMappingsRequest.Builder |
ListExternalGroupMappingsRequest.Builder.count(Integer count)
Initializes the value for the
count attribute. |
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.description(String description)
Initializes the value for the
description attribute. |
Group.Builder |
Group.Builder.description(String description)
Initializes the value for the
description attribute. |
UpdateGroupResponse.Builder |
UpdateGroupResponse.Builder.description(String description)
Initializes the value for the
description attribute. |
GroupEntity.Builder |
GroupEntity.Builder.description(String description)
Initializes the value for the
description attribute. |
GetGroupResponse.Builder |
GetGroupResponse.Builder.description(String description)
Initializes the value for the
description attribute. |
UpdateGroupRequest.Builder |
UpdateGroupRequest.Builder.description(String description)
Initializes the value for the
description attribute. |
DeleteGroupResponse.Builder |
DeleteGroupResponse.Builder.description(String description)
Initializes the value for the
description attribute. |
CreateGroupResponse.Builder |
CreateGroupResponse.Builder.description(String description)
Initializes the value for the
description attribute. |
UserEntity.Builder |
UserEntity.Builder.externalId(String externalId)
Initializes the value for the
externalId attribute. |
ListGroupsRequest.Builder |
ListGroupsRequest.Builder.filter(String filter)
Initializes the value for the
filter attribute. |
ListExternalGroupMappingsRequest.Builder |
ListExternalGroupMappingsRequest.Builder.filter(String filter)
Initializes the value for the
filter attribute. |
ListGroupsRequest.Builder |
ListGroupsRequest.Builder.identityZoneId(String identityZoneId)
Initializes the value for the
identityZoneId attribute. |
RemoveMemberRequest.Builder |
RemoveMemberRequest.Builder.identityZoneId(String identityZoneId)
Initializes the value for the
identityZoneId attribute. |
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.identityZoneId(String identityZoneId)
Initializes the value for the
identityZoneId attribute. |
GetGroupRequest.Builder |
GetGroupRequest.Builder.identityZoneId(String identityZoneId)
Initializes the value for the
identityZoneId attribute. |
AddMemberRequest.Builder |
AddMemberRequest.Builder.identityZoneId(String identityZoneId)
Initializes the value for the
identityZoneId attribute. |
ListMembersRequest.Builder |
ListMembersRequest.Builder.identityZoneId(String identityZoneId)
Initializes the value for the
identityZoneId attribute. |
MapExternalGroupRequest.Builder |
MapExternalGroupRequest.Builder.identityZoneId(String identityZoneId)
Initializes the value for the
identityZoneId attribute. |
UnmapExternalGroupByGroupIdRequest.Builder |
UnmapExternalGroupByGroupIdRequest.Builder.identityZoneId(String identityZoneId)
Initializes the value for the
identityZoneId attribute. |
DeleteGroupRequest.Builder |
DeleteGroupRequest.Builder.identityZoneId(String identityZoneId)
Initializes the value for the
identityZoneId attribute. |
UpdateGroupRequest.Builder |
UpdateGroupRequest.Builder.identityZoneId(String identityZoneId)
Initializes the value for the
identityZoneId attribute. |
ListExternalGroupMappingsRequest.Builder |
ListExternalGroupMappingsRequest.Builder.identityZoneId(String identityZoneId)
Initializes the value for the
identityZoneId attribute. |
UnmapExternalGroupByGroupDisplayNameRequest.Builder |
UnmapExternalGroupByGroupDisplayNameRequest.Builder.identityZoneId(String identityZoneId)
Initializes the value for the
identityZoneId attribute. |
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.members(Iterable<? extends MemberSummary> elements)
Sets or replaces all elements for
members list. |
MapExternalGroupRequest.Builder |
MapExternalGroupRequest.Builder.origin(String origin)
Initializes the value for the
origin attribute. |
ListMembersRequest.Builder |
ListMembersRequest.Builder.returnEntities(Boolean returnEntities)
Initializes the value for the
returnEntities attribute. |
ListGroupsRequest.Builder |
ListGroupsRequest.Builder.sortBy(String sortBy)
Initializes the value for the
sortBy attribute. |
ListExternalGroupMappingsRequest.Builder |
ListExternalGroupMappingsRequest.Builder.sortBy(String sortBy)
Initializes the value for the
sortBy attribute. |
ListGroupsRequest.Builder |
ListGroupsRequest.Builder.sortOrder(SortOrder sortOrder)
Initializes the value for the
sortOrder attribute. |
ListExternalGroupMappingsRequest.Builder |
ListExternalGroupMappingsRequest.Builder.sortOrder(SortOrder sortOrder)
Initializes the value for the
sortOrder attribute. |
ListGroupsRequest.Builder |
ListGroupsRequest.Builder.startIndex(Integer startIndex)
Initializes the value for the
startIndex attribute. |
ListExternalGroupMappingsRequest.Builder |
ListExternalGroupMappingsRequest.Builder.startIndex(Integer startIndex)
Initializes the value for the
startIndex attribute. |
DeleteGroupRequest.Builder |
DeleteGroupRequest.Builder.version(String version)
Initializes the value for the
version attribute. |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
UpdateIdentityProviderRequest.getActive()
Whether the identity provider is active
|
Boolean |
CreateIdentityProviderRequest.getActive()
Whether the identity provider is active
|
Boolean |
LdapConfiguration.getAddShadowUserOnLogin()
Determines whether or not shadow users must be created before login by an administrator.
|
Boolean |
OAuth2Configuration.getAddShadowUserOnLogin()
Determines whether or not shadow users must be created before login by an administrator.
|
Boolean |
OpenIdConnectConfiguration.getAddShadowUserOnLogin()
Determines whether or not shadow users must be created before login by an administrator.
|
Boolean |
SamlConfiguration.getAddShadowUserOnLogin()
Determines whether or not shadow users must be created before login by an administrator.
|
Integer |
SamlConfiguration.getAssertionConsumerIndex()
SAML assertion consumer index, default is 0
|
AttributeMappings |
LdapConfiguration.getAttributeMappings() |
AttributeMappings |
KeystoneConfiguration.getAttributeMappings() |
AttributeMappings |
OAuth2Configuration.getAttributeMappings() |
AttributeMappings |
OpenIdConnectConfiguration.getAttributeMappings() |
AttributeMappings |
SamlConfiguration.getAttributeMappings() |
Boolean |
LdapConfiguration.getAutoAddGroups()
The auto add group flag
|
String |
LdapConfiguration.getBindPassword()
If you specified BindUserDN, then specify the corresponding password to be used for binding here.
|
String |
LdapConfiguration.getBindUserDistinguishedName()
The distinguished name the gatekeeper uses to bind to the LDAP server.
|
String |
OAuth2Configuration.getCheckTokenUrl()
The OAuth check token endpoint URL.
|
IdentityProviderConfiguration |
UpdateIdentityProviderResponse.getConfiguration()
The configuration of this identity provider
|
IdentityProviderConfiguration |
IdentityProvider.getConfiguration()
The configuration of this identity provider
|
IdentityProviderConfiguration |
CreateIdentityProviderResponse.getConfiguration()
The configuration of this identity provider
|
IdentityProviderConfiguration |
GetIdentityProviderResponse.getConfiguration()
The configuration of this identity provider
|
IdentityProviderConfiguration |
DeleteIdentityProviderResponse.getConfiguration()
The configuration of this identity provider
|
Boolean |
InternalConfiguration.getDisableInternalUserManagement()
When set to true, user management is disabled for this provider, defaults to false
|
String |
AttributeMappings.getEmail()
Map email to the attribute for email in the provider assertion.
|
List<String> |
LdapConfiguration.getEmailDomains()
List of email domains associated with the provider for the purpose of associating users to the correct origin upon invitation.
|
List<String> |
KeystoneConfiguration.getEmailDomains()
List of email domains associated with the provider for the purpose of associating users to the correct origin upon invitation.
|
List<String> |
OAuth2Configuration.getEmailDomains()
List of email domains associated with the provider for the purpose of associating users to the correct origin upon invitation.
|
List<String> |
OpenIdConnectConfiguration.getEmailDomains()
List of email domains associated with the provider for the purpose of associating users to the correct origin upon invitation.
|
List<String> |
SamlConfiguration.getEmailDomains()
List of email domains associated with the provider for the purpose of associating users to the correct origin upon invitation.
|
List<String> |
InternalConfiguration.getEmailDomains()
List of email domains associated with the provider for the purpose of associating users to the correct origin upon invitation.
|
List<String> |
AttributeMappings.getExternalGroups()
Map external_groups to the attribute for groups in the provider assertion (can be a list or a string).
|
List<String> |
LdapConfiguration.getExternalGroupsWhitelist()
The external group white list
|
List<String> |
KeystoneConfiguration.getExternalGroupsWhitelist()
The external group white list
|
List<String> |
OAuth2Configuration.getExternalGroupsWhitelist()
The external group white list
|
List<String> |
OpenIdConnectConfiguration.getExternalGroupsWhitelist()
The external group white list
|
List<String> |
SamlConfiguration.getExternalGroupsWhitelist()
The external group white list
|
String |
AttributeMappings.getFamilyName()
Map family_name to the attribute for family name in the provider assertion.
|
String |
AttributeMappings.getFirstName()
Map first_name to the attribute for fist name in the provider assertion.
|
String |
AttributeMappings.getGivenName()
Map given_name to the attribute for given name in the provider assertion.
|
ExternalGroupMappingMode |
SamlConfiguration.getGroupMappingMode()
Either EXPLICITLY_MAPPED in order to map external groups to OAuth scopes using the group mappings, or AS_SCOPES to use SAML group names as scopes.
|
String |
LdapConfiguration.getGroupRoleAttribute()
The group role attribute
|
String |
LdapConfiguration.getGroupSearchBase()
The group search base
|
Integer |
LdapConfiguration.getGroupSearchDepthLimit()
The maximum group search depth limit
|
String |
LdapConfiguration.getGroupSearchFilter()
The group search filter
|
Boolean |
LdapConfiguration.getGroupSearchSubTree()
The group search subtree
|
Boolean |
LdapConfiguration.getGroupsIgnorePartialResults()
The group ignore partial search result flag
|
String |
SamlConfiguration.getIconUrl()
Reserved for future use
|
String |
UpdateIdentityProviderRequest.getIdentityZoneId()
Returns the identity zone id
|
String |
GetIdentityProviderRequest.getIdentityZoneId()
Returns the identity zone id
|
String |
ListIdentityProvidersRequest.getIdentityZoneId()
Returns the identity zone id
|
String |
CreateIdentityProviderRequest.getIdentityZoneId()
Returns the identity zone id
|
String |
DeleteIdentityProviderRequest.getIdentityZoneId()
Returns the identity zone id
|
String |
SamlConfiguration.getIdpEntityAlias()
This will be set to origin by system
|
String |
OAuth2Configuration.getIssuer()
The OAuth 2.0 token issuer.
|
Boolean |
OAuth2Configuration.getLinkText()
Text to use for the login link to the provider
|
Boolean |
OpenIdConnectConfiguration.getLinkText()
Text to use for the login link to the provider
|
String |
SamlConfiguration.getLinkText()
The link text for the SAML IDP on the login page
|
Boolean |
LdapConfiguration.getLocalPasswordCompare() |
LockoutPolicy |
InternalConfiguration.getLockoutPolicy()
The lockout policy
|
String |
LdapConfiguration.getMailAttributeName()
The name of the LDAP attribute that contains the user’s email address
|
String |
LdapConfiguration.getMailSubstitute()
Defines an email pattern containing a {0} to generate an email address for an LDAP user during authentication
|
Boolean |
LdapConfiguration.getMailSubstituteOverridesLdap()
Set to true if you wish to override an LDAP user email address with a generated one
|
Boolean |
SamlConfiguration.getMetadataTrustCheck()
Should metadata be validated, defaults to false
|
String |
SamlConfiguration.getNameId()
The name ID to use for the username, default is “urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified”.
|
String |
LdapConfiguration.getPasswordAttributeName()
The password attribute name
|
String |
LdapConfiguration.getPasswordEncoder()
The password encoder
|
PasswordPolicy |
InternalConfiguration.getPasswordPolicy()
The password policy
|
String |
AttributeMappings.getPhoneNumber()
Map phone_number to the attribute for phone number in the provider assertion.
|
String |
LdapConfiguration.getProviderDescription()
Human readable name/description of this provider
|
String |
KeystoneConfiguration.getProviderDescription()
Human readable name/description of this provider
|
String |
OAuth2Configuration.getProviderDescription()
Human readable name/description of this provider
|
String |
OpenIdConnectConfiguration.getProviderDescription()
Human readable name/description of this provider
|
String |
SamlConfiguration.getProviderDescription()
Human readable name/description of this provider
|
String |
InternalConfiguration.getProviderDescription()
Human readable name/description of this provider
|
String |
LdapConfiguration.getReferral()
Configures the UAA LDAP referral behavior.
|
String |
OAuth2Configuration.getResponseType()
The OAuth 2.0 response type.
|
List<String> |
OAuth2Configuration.getScopes()
What scopes to request on a call to the external OAuth/OpenID provider.
|
List<String> |
OpenIdConnectConfiguration.getScopes()
What scopes to request on a call to the external OAuth/OpenID provider.
|
Boolean |
OAuth2Configuration.getShowLinkText()
A flag controlling whether a link to this provider’s login will be shown on the UAA login page
|
Boolean |
OpenIdConnectConfiguration.getShowLinkText()
A flag controlling whether a link to this provider’s login will be shown on the UAA login page
|
Boolean |
SamlConfiguration.getShowSamlLink()
Should the SAML login link be displayed on the login page, defaults to false
|
Boolean |
SamlConfiguration.getSkipSslValidation()
Whether to skip SSL validation
|
Boolean |
OAuth2Configuration.getSkipSslVerification()
Skips validation of the LDAP cert if set to true.
|
Boolean |
OpenIdConnectConfiguration.getSkipSslVerification()
Skips validation of the LDAP cert if set to true.
|
Boolean |
LdapConfiguration.getSkipSSLVerification()
Skips validation of the LDAP cert if set to true.
|
String |
SamlConfiguration.getSocketFactoryClassName()
Either "org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory" or"org.apache.commons.httpclient.contrib.ssl.EasySSLProtocolSocketFactory" depending on if the metaDataLocation of
type URL is HTTP or HTTPS, respectively
|
TlsConfiguration |
LdapConfiguration.getTlsConfiguration()
The StartTLS options
|
String |
OAuth2Configuration.getTokenKey()
A verification key for validating token signatures
|
String |
OpenIdConnectConfiguration.getTokenKey()
A verification key for validating token signatures
|
String |
OAuth2Configuration.getTokenKeyUrl()
The URL of the token key endpoint which renders a verification key for validating token signatures
|
String |
OpenIdConnectConfiguration.getTokenKeyUrl()
The URL of the token key endpoint which renders a verification key for validating token signatures
|
String |
LdapConfiguration.getUserDistinguishedNamePattern()
The user distinguished name pattern
|
String |
LdapConfiguration.getUserDistinguishedNamePatternDelimiter()
The user distinguished name pattern delimiter
|
String |
OpenIdConnectConfiguration.getUserInfoUrl()
The Open Id user info endpoint URL.
|
String |
LdapConfiguration.getUserSearchBase()
The user search base
|
String |
LdapConfiguration.getUserSearchFilter()
The user search filter
|
String |
SamlConfiguration.getZoneId()
This will be set to the ID of the zone where the provider is being created by system
|
| Modifier and Type | Method and Description |
|---|---|
UpdateIdentityProviderRequest.Builder |
UpdateIdentityProviderRequest.Builder.active(Boolean active)
Initializes the value for the
active attribute. |
CreateIdentityProviderRequest.Builder |
CreateIdentityProviderRequest.Builder.active(Boolean active)
Initializes the value for the
active attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.addShadowUserOnLogin(Boolean addShadowUserOnLogin)
Initializes the value for the
addShadowUserOnLogin attribute. |
OAuth2Configuration.Builder |
OAuth2Configuration.Builder.addShadowUserOnLogin(Boolean addShadowUserOnLogin)
Initializes the value for the
addShadowUserOnLogin attribute. |
OpenIdConnectConfiguration.Builder |
OpenIdConnectConfiguration.Builder.addShadowUserOnLogin(Boolean addShadowUserOnLogin)
Initializes the value for the
addShadowUserOnLogin attribute. |
SamlConfiguration.Builder |
SamlConfiguration.Builder.addShadowUserOnLogin(Boolean addShadowUserOnLogin)
Initializes the value for the
addShadowUserOnLogin attribute. |
SamlConfiguration.Builder |
SamlConfiguration.Builder.assertionConsumerIndex(Integer assertionConsumerIndex)
Initializes the value for the
assertionConsumerIndex attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.attributeMappings(AttributeMappings attributeMappings)
Initializes the value for the
attributeMappings attribute. |
KeystoneConfiguration.Builder |
KeystoneConfiguration.Builder.attributeMappings(AttributeMappings attributeMappings)
Initializes the value for the
attributeMappings attribute. |
OAuth2Configuration.Builder |
OAuth2Configuration.Builder.attributeMappings(AttributeMappings attributeMappings)
Initializes the value for the
attributeMappings attribute. |
OpenIdConnectConfiguration.Builder |
OpenIdConnectConfiguration.Builder.attributeMappings(AttributeMappings attributeMappings)
Initializes the value for the
attributeMappings attribute. |
SamlConfiguration.Builder |
SamlConfiguration.Builder.attributeMappings(AttributeMappings attributeMappings)
Initializes the value for the
attributeMappings attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.autoAddGroups(Boolean autoAddGroups)
Initializes the value for the
autoAddGroups attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.bindPassword(String bindPassword)
Initializes the value for the
bindPassword attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.bindUserDistinguishedName(String bindUserDistinguishedName)
Initializes the value for the
bindUserDistinguishedName attribute. |
OAuth2Configuration.Builder |
OAuth2Configuration.Builder.checkTokenUrl(String checkTokenUrl)
Initializes the value for the
checkTokenUrl attribute. |
UpdateIdentityProviderResponse.Builder |
UpdateIdentityProviderResponse.Builder.configuration(IdentityProviderConfiguration configuration)
Initializes the value for the
configuration attribute. |
IdentityProvider.Builder |
IdentityProvider.Builder.configuration(IdentityProviderConfiguration configuration)
Initializes the value for the
configuration attribute. |
CreateIdentityProviderResponse.Builder |
CreateIdentityProviderResponse.Builder.configuration(IdentityProviderConfiguration configuration)
Initializes the value for the
configuration attribute. |
GetIdentityProviderResponse.Builder |
GetIdentityProviderResponse.Builder.configuration(IdentityProviderConfiguration configuration)
Initializes the value for the
configuration attribute. |
DeleteIdentityProviderResponse.Builder |
DeleteIdentityProviderResponse.Builder.configuration(IdentityProviderConfiguration configuration)
Initializes the value for the
configuration attribute. |
InternalConfiguration.Builder |
InternalConfiguration.Builder.disableInternalUserManagement(Boolean disableInternalUserManagement)
Initializes the value for the
disableInternalUserManagement attribute. |
AttributeMappings.Builder |
AttributeMappings.Builder.email(String email)
Initializes the value for the
email attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.emailDomains(Iterable<String> elements)
Sets or replaces all elements for
emailDomains list. |
KeystoneConfiguration.Builder |
KeystoneConfiguration.Builder.emailDomains(Iterable<String> elements)
Sets or replaces all elements for
emailDomains list. |
OAuth2Configuration.Builder |
OAuth2Configuration.Builder.emailDomains(Iterable<String> elements)
Sets or replaces all elements for
emailDomains list. |
OpenIdConnectConfiguration.Builder |
OpenIdConnectConfiguration.Builder.emailDomains(Iterable<String> elements)
Sets or replaces all elements for
emailDomains list. |
SamlConfiguration.Builder |
SamlConfiguration.Builder.emailDomains(Iterable<String> elements)
Sets or replaces all elements for
emailDomains list. |
InternalConfiguration.Builder |
InternalConfiguration.Builder.emailDomains(Iterable<String> elements)
Sets or replaces all elements for
emailDomains list. |
AttributeMappings.Builder |
AttributeMappings.Builder.externalGroups(Iterable<String> elements)
Sets or replaces all elements for
externalGroups list. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.externalGroupsWhitelist(Iterable<String> elements)
Sets or replaces all elements for
externalGroupsWhitelist list. |
KeystoneConfiguration.Builder |
KeystoneConfiguration.Builder.externalGroupsWhitelist(Iterable<String> elements)
Sets or replaces all elements for
externalGroupsWhitelist list. |
OAuth2Configuration.Builder |
OAuth2Configuration.Builder.externalGroupsWhitelist(Iterable<String> elements)
Sets or replaces all elements for
externalGroupsWhitelist list. |
OpenIdConnectConfiguration.Builder |
OpenIdConnectConfiguration.Builder.externalGroupsWhitelist(Iterable<String> elements)
Sets or replaces all elements for
externalGroupsWhitelist list. |
SamlConfiguration.Builder |
SamlConfiguration.Builder.externalGroupsWhitelist(Iterable<String> elements)
Sets or replaces all elements for
externalGroupsWhitelist list. |
AttributeMappings.Builder |
AttributeMappings.Builder.familyName(String familyName)
Initializes the value for the
familyName attribute. |
AttributeMappings.Builder |
AttributeMappings.Builder.firstName(String firstName)
Initializes the value for the
firstName attribute. |
AttributeMappings.Builder |
AttributeMappings.Builder.givenName(String givenName)
Initializes the value for the
givenName attribute. |
SamlConfiguration.Builder |
SamlConfiguration.Builder.groupMappingMode(ExternalGroupMappingMode groupMappingMode)
Initializes the value for the
groupMappingMode attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.groupRoleAttribute(String groupRoleAttribute)
Initializes the value for the
groupRoleAttribute attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.groupSearchBase(String groupSearchBase)
Initializes the value for the
groupSearchBase attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.groupSearchDepthLimit(Integer groupSearchDepthLimit)
Initializes the value for the
groupSearchDepthLimit attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.groupSearchFilter(String groupSearchFilter)
Initializes the value for the
groupSearchFilter attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.groupSearchSubTree(Boolean groupSearchSubTree)
Initializes the value for the
groupSearchSubTree attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.groupsIgnorePartialResults(Boolean groupsIgnorePartialResults)
Initializes the value for the
groupsIgnorePartialResults attribute. |
SamlConfiguration.Builder |
SamlConfiguration.Builder.iconUrl(String iconUrl)
Initializes the value for the
iconUrl attribute. |
UpdateIdentityProviderRequest.Builder |
UpdateIdentityProviderRequest.Builder.identityZoneId(String identityZoneId)
Initializes the value for the
identityZoneId attribute. |
GetIdentityProviderRequest.Builder |
GetIdentityProviderRequest.Builder.identityZoneId(String identityZoneId)
Initializes the value for the
identityZoneId attribute. |
ListIdentityProvidersRequest.Builder |
ListIdentityProvidersRequest.Builder.identityZoneId(String identityZoneId)
Initializes the value for the
identityZoneId attribute. |
CreateIdentityProviderRequest.Builder |
CreateIdentityProviderRequest.Builder.identityZoneId(String identityZoneId)
Initializes the value for the
identityZoneId attribute. |
DeleteIdentityProviderRequest.Builder |
DeleteIdentityProviderRequest.Builder.identityZoneId(String identityZoneId)
Initializes the value for the
identityZoneId attribute. |
SamlConfiguration.Builder |
SamlConfiguration.Builder.idpEntityAlias(String idpEntityAlias)
Initializes the value for the
idpEntityAlias attribute. |
OAuth2Configuration.Builder |
OAuth2Configuration.Builder.issuer(String issuer)
Initializes the value for the
issuer attribute. |
OAuth2Configuration.Builder |
OAuth2Configuration.Builder.linkText(Boolean linkText)
Initializes the value for the
linkText attribute. |
OpenIdConnectConfiguration.Builder |
OpenIdConnectConfiguration.Builder.linkText(Boolean linkText)
Initializes the value for the
linkText attribute. |
SamlConfiguration.Builder |
SamlConfiguration.Builder.linkText(String linkText)
Initializes the value for the
linkText attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.localPasswordCompare(Boolean localPasswordCompare)
Initializes the value for the
localPasswordCompare attribute. |
InternalConfiguration.Builder |
InternalConfiguration.Builder.lockoutPolicy(LockoutPolicy lockoutPolicy)
Initializes the value for the
lockoutPolicy attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.mailAttributeName(String mailAttributeName)
Initializes the value for the
mailAttributeName attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.mailSubstitute(String mailSubstitute)
Initializes the value for the
mailSubstitute attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.mailSubstituteOverridesLdap(Boolean mailSubstituteOverridesLdap)
Initializes the value for the
mailSubstituteOverridesLdap attribute. |
SamlConfiguration.Builder |
SamlConfiguration.Builder.metadataTrustCheck(Boolean metadataTrustCheck)
Initializes the value for the
metadataTrustCheck attribute. |
SamlConfiguration.Builder |
SamlConfiguration.Builder.nameId(String nameId)
Initializes the value for the
nameId attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.passwordAttributeName(String passwordAttributeName)
Initializes the value for the
passwordAttributeName attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.passwordEncoder(String passwordEncoder)
Initializes the value for the
passwordEncoder attribute. |
InternalConfiguration.Builder |
InternalConfiguration.Builder.passwordPolicy(PasswordPolicy passwordPolicy)
Initializes the value for the
passwordPolicy attribute. |
AttributeMappings.Builder |
AttributeMappings.Builder.phoneNumber(String phoneNumber)
Initializes the value for the
phoneNumber attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.providerDescription(String providerDescription)
Initializes the value for the
providerDescription attribute. |
KeystoneConfiguration.Builder |
KeystoneConfiguration.Builder.providerDescription(String providerDescription)
Initializes the value for the
providerDescription attribute. |
OAuth2Configuration.Builder |
OAuth2Configuration.Builder.providerDescription(String providerDescription)
Initializes the value for the
providerDescription attribute. |
OpenIdConnectConfiguration.Builder |
OpenIdConnectConfiguration.Builder.providerDescription(String providerDescription)
Initializes the value for the
providerDescription attribute. |
SamlConfiguration.Builder |
SamlConfiguration.Builder.providerDescription(String providerDescription)
Initializes the value for the
providerDescription attribute. |
InternalConfiguration.Builder |
InternalConfiguration.Builder.providerDescription(String providerDescription)
Initializes the value for the
providerDescription attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.referral(String referral)
Initializes the value for the
referral attribute. |
OAuth2Configuration.Builder |
OAuth2Configuration.Builder.responseType(String responseType)
Initializes the value for the
responseType attribute. |
OAuth2Configuration.Builder |
OAuth2Configuration.Builder.scopes(Iterable<String> elements)
Sets or replaces all elements for
scopes list. |
OpenIdConnectConfiguration.Builder |
OpenIdConnectConfiguration.Builder.scopes(Iterable<String> elements)
Sets or replaces all elements for
scopes list. |
OAuth2Configuration.Builder |
OAuth2Configuration.Builder.showLinkText(Boolean showLinkText)
Initializes the value for the
showLinkText attribute. |
OpenIdConnectConfiguration.Builder |
OpenIdConnectConfiguration.Builder.showLinkText(Boolean showLinkText)
Initializes the value for the
showLinkText attribute. |
SamlConfiguration.Builder |
SamlConfiguration.Builder.showSamlLink(Boolean showSamlLink)
Initializes the value for the
showSamlLink attribute. |
SamlConfiguration.Builder |
SamlConfiguration.Builder.skipSslValidation(Boolean skipSslValidation)
Initializes the value for the
skipSslValidation attribute. |
OAuth2Configuration.Builder |
OAuth2Configuration.Builder.skipSslVerification(Boolean skipSslVerification)
Initializes the value for the
skipSslVerification attribute. |
OpenIdConnectConfiguration.Builder |
OpenIdConnectConfiguration.Builder.skipSslVerification(Boolean skipSslVerification)
Initializes the value for the
skipSslVerification attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.skipSSLVerification(Boolean skipSSLVerification)
Initializes the value for the
skipSSLVerification attribute. |
SamlConfiguration.Builder |
SamlConfiguration.Builder.socketFactoryClassName(String socketFactoryClassName)
Initializes the value for the
socketFactoryClassName attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.tlsConfiguration(TlsConfiguration tlsConfiguration)
Initializes the value for the
tlsConfiguration attribute. |
OAuth2Configuration.Builder |
OAuth2Configuration.Builder.tokenKey(String tokenKey)
Initializes the value for the
tokenKey attribute. |
OpenIdConnectConfiguration.Builder |
OpenIdConnectConfiguration.Builder.tokenKey(String tokenKey)
Initializes the value for the
tokenKey attribute. |
OAuth2Configuration.Builder |
OAuth2Configuration.Builder.tokenKeyUrl(String tokenKeyUrl)
Initializes the value for the
tokenKeyUrl attribute. |
OpenIdConnectConfiguration.Builder |
OpenIdConnectConfiguration.Builder.tokenKeyUrl(String tokenKeyUrl)
Initializes the value for the
tokenKeyUrl attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.userDistinguishedNamePattern(String userDistinguishedNamePattern)
Initializes the value for the
userDistinguishedNamePattern attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.userDistinguishedNamePatternDelimiter(String userDistinguishedNamePatternDelimiter)
Initializes the value for the
userDistinguishedNamePatternDelimiter attribute. |
OpenIdConnectConfiguration.Builder |
OpenIdConnectConfiguration.Builder.userInfoUrl(String userInfoUrl)
Initializes the value for the
userInfoUrl attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.userSearchBase(String userSearchBase)
Initializes the value for the
userSearchBase attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.userSearchFilter(String userSearchFilter)
Initializes the value for the
userSearchFilter attribute. |
SamlConfiguration.Builder |
SamlConfiguration.Builder.zoneId(String zoneId)
Initializes the value for the
zoneId attribute. |
| Modifier and Type | Method and Description |
|---|---|
Integer |
TokenPolicy.getAccessTokenValidity()
Time in seconds between when a access token is issued and when it expires
|
Boolean |
IdentityZoneConfiguration.getAccountChooserEnabled()
This flag is required to enable account choosing functionality for IDP discovery page.
|
String |
TokenPolicy.getActiveKeyId()
The ID of the key that is used to sign tokens
|
Boolean |
SamlConfiguration.getAssertionSigned()
If true, the SAML provider will sign all assertions.
|
Integer |
SamlConfiguration.getAssertionTimeToLive()
The lifetime of a SAML assertion in seconds.
|
Branding |
IdentityZoneConfiguration.getBranding()
The branding
|
String |
SamlConfiguration.getCertificate()
Exposed SAML metadata property.
|
ClientLockoutPolicy |
IdentityZoneConfiguration.getClientLockoutPolicy()
The client lockout policy
|
String |
Branding.getCompanyName()
This name is used on the UAA Pages and in account management related communication in UAA
|
IdentityZoneConfiguration |
UpdateIdentityZoneRequest.getConfiguration()
The configuration
|
IdentityZoneConfiguration |
DeleteIdentityZoneResponse.getConfiguration()
The configuration
|
IdentityZoneConfiguration |
CreateIdentityZoneRequest.getConfiguration()
The configuration
|
IdentityZoneConfiguration |
IdentityZone.getConfiguration()
The configuration
|
IdentityZoneConfiguration |
GetIdentityZoneResponse.getConfiguration()
The configuration
|
IdentityZoneConfiguration |
CreateIdentityZoneResponse.getConfiguration()
The configuration
|
IdentityZoneConfiguration |
UpdateIdentityZoneResponse.getConfiguration()
The configuration
|
CorsPolicy |
IdentityZoneConfiguration.getCorsPolicy()
The CORS policy
|
Long |
UpdateIdentityZoneRequest.getCreatedAt()
The creation date of the identity zone
|
Long |
CreateIdentityZoneRequest.getCreatedAt()
The creation date of the identity zone
|
String |
UpdateIdentityZoneRequest.getDescription()
The description of the identity zone
|
String |
DeleteIdentityZoneResponse.getDescription()
The description of the identity zone
|
String |
CreateIdentityZoneRequest.getDescription()
The description of the identity zone
|
String |
IdentityZone.getDescription()
The description of the identity zone
|
String |
GetIdentityZoneResponse.getDescription()
The description of the identity zone
|
String |
CreateIdentityZoneResponse.getDescription()
The description of the identity zone
|
String |
UpdateIdentityZoneResponse.getDescription()
The description of the identity zone
|
Boolean |
LogoutLink.getDisableRedirectParameter()
Whether or not to allow the redirect parameter on logout.
|
String |
Prompt.getFieldName()
Name of field.
|
String |
Prompt.getFieldType()
What kind of field this is (e.g.
|
String |
Branding.getFooterLegalText()
This text appears on the footer of all UAA pages
|
Map<String,String> |
Branding.getFooterLinks()
These links appear on the footer of all UAA pages.
|
String |
Links.getHomeRedirect()
The URL redirect
|
String |
CreateIdentityZoneRequest.getIdentityZoneId()
The id of the identity zone.
|
Boolean |
TokenPolicy.getJwtRevocable()
Whether the JWT token is revocable
|
Map<String,Object> |
TokenPolicy.getKeys()
The keys of the token policy
|
Long |
UpdateIdentityZoneRequest.getLastModified()
The last modification date of the identity zone
|
Long |
CreateIdentityZoneRequest.getLastModified()
The last modification date of the identity zone
|
Boolean |
IdentityZoneConfiguration.getLdapDiscoveryEnabled()
IDP Discovery should be set to true if you have configured more than one identity provider for UAA.
|
Links |
IdentityZoneConfiguration.getLinks()
Array The links
|
LogoutLink |
Links.getLogout()
The logout link
|
String |
SamlConfiguration.getPrivateKey()
Exposed SAML metadata property.
|
String |
SamlConfiguration.getPrivateKeyPassword()
Exposed SAML metadata property.
|
String |
Branding.getProductLogo()
This is a base64Url encoded PNG image which will be used as the logo on all UAA pages like Login, Sign Up etc.
|
List<Prompt> |
IdentityZoneConfiguration.getPrompts()
The prompts
|
String |
LogoutLink.getRedirectParameterName()
Changes the name of the redirect parameter.
|
String |
LogoutLink.getRedirectUrl()
Logout redirect url.
|
Integer |
TokenPolicy.getRefreshTokenValidity()
Time in seconds between when a refresh token is issued and when it expires
|
Boolean |
SamlConfiguration.getRequestSigned()
Exposed SAML metadata property.
|
String |
SelfServiceLink.getResetPasswordLink()
Where users are directed upon clicking the password reset link.
|
SamlConfiguration |
IdentityZoneConfiguration.getSamlConfiguration()
The saml configuration
|
SelfServiceLink |
Links.getSelfService()
The self service link
|
Boolean |
SelfServiceLink.getSelfServiceLinksEnabled()
Whether or not users are allowed to sign up or reset their passwords via the UI.
|
String |
SelfServiceLink.getSignupLink()
Where users are directed upon clicking the account creation link.
|
String |
Branding.getSquareLogo()
This is a base64 encoded PNG image which will be used as the favicon for the UAA pages
|
String |
Prompt.getText()
Actual text displayed on prompt for field.
|
TokenPolicy |
IdentityZoneConfiguration.getTokenPolicy()
The token policy
|
Integer |
UpdateIdentityZoneRequest.getVersion()
The version of the identity zone
|
Integer |
DeleteIdentityZoneResponse.getVersion()
The version of the identity zone.
|
Integer |
CreateIdentityZoneRequest.getVersion()
The version of the identity zone
|
Integer |
IdentityZone.getVersion()
The version of the identity zone.
|
Integer |
GetIdentityZoneResponse.getVersion()
The version of the identity zone.
|
Integer |
CreateIdentityZoneResponse.getVersion()
The version of the identity zone.
|
Integer |
UpdateIdentityZoneResponse.getVersion()
The version of the identity zone.
|
Boolean |
SamlConfiguration.getWantAssertionSigned()
Exposed SAML metadata property.
|
Boolean |
SamlConfiguration.getWantPartnerAuthenticationRequestSigned()
If true, the authentication request from the partner service provider must be signed.
|
List<String> |
LogoutLink.getWhitelist()
List of allowed whitelist redirects.
|
| Modifier and Type | Method and Description |
|---|---|
TokenPolicy.Builder |
TokenPolicy.Builder.accessTokenValidity(Integer accessTokenValidity)
Initializes the value for the
accessTokenValidity attribute. |
IdentityZoneConfiguration.Builder |
IdentityZoneConfiguration.Builder.accountChooserEnabled(Boolean accountChooserEnabled)
Initializes the value for the
accountChooserEnabled attribute. |
TokenPolicy.Builder |
TokenPolicy.Builder.activeKeyId(String activeKeyId)
Initializes the value for the
activeKeyId attribute. |
SamlConfiguration.Builder |
SamlConfiguration.Builder.assertionSigned(Boolean assertionSigned)
Initializes the value for the
assertionSigned attribute. |
SamlConfiguration.Builder |
SamlConfiguration.Builder.assertionTimeToLive(Integer assertionTimeToLive)
Initializes the value for the
assertionTimeToLive attribute. |
IdentityZoneConfiguration.Builder |
IdentityZoneConfiguration.Builder.branding(Branding branding)
Initializes the value for the
branding attribute. |
SamlConfiguration.Builder |
SamlConfiguration.Builder.certificate(String certificate)
Initializes the value for the
certificate attribute. |
IdentityZoneConfiguration.Builder |
IdentityZoneConfiguration.Builder.clientLockoutPolicy(ClientLockoutPolicy clientLockoutPolicy)
Initializes the value for the
clientLockoutPolicy attribute. |
Branding.Builder |
Branding.Builder.companyName(String companyName)
Initializes the value for the
companyName attribute. |
UpdateIdentityZoneRequest.Builder |
UpdateIdentityZoneRequest.Builder.configuration(IdentityZoneConfiguration configuration)
Initializes the value for the
configuration attribute. |
DeleteIdentityZoneResponse.Builder |
DeleteIdentityZoneResponse.Builder.configuration(IdentityZoneConfiguration configuration)
Initializes the value for the
configuration attribute. |
CreateIdentityZoneRequest.Builder |
CreateIdentityZoneRequest.Builder.configuration(IdentityZoneConfiguration configuration)
Initializes the value for the
configuration attribute. |
IdentityZone.Builder |
IdentityZone.Builder.configuration(IdentityZoneConfiguration configuration)
Initializes the value for the
configuration attribute. |
GetIdentityZoneResponse.Builder |
GetIdentityZoneResponse.Builder.configuration(IdentityZoneConfiguration configuration)
Initializes the value for the
configuration attribute. |
CreateIdentityZoneResponse.Builder |
CreateIdentityZoneResponse.Builder.configuration(IdentityZoneConfiguration configuration)
Initializes the value for the
configuration attribute. |
UpdateIdentityZoneResponse.Builder |
UpdateIdentityZoneResponse.Builder.configuration(IdentityZoneConfiguration configuration)
Initializes the value for the
configuration attribute. |
IdentityZoneConfiguration.Builder |
IdentityZoneConfiguration.Builder.corsPolicy(CorsPolicy corsPolicy)
Initializes the value for the
corsPolicy attribute. |
UpdateIdentityZoneRequest.Builder |
UpdateIdentityZoneRequest.Builder.createdAt(Long createdAt)
Initializes the value for the
createdAt attribute. |
CreateIdentityZoneRequest.Builder |
CreateIdentityZoneRequest.Builder.createdAt(Long createdAt)
Initializes the value for the
createdAt attribute. |
UpdateIdentityZoneRequest.Builder |
UpdateIdentityZoneRequest.Builder.description(String description)
Initializes the value for the
description attribute. |
DeleteIdentityZoneResponse.Builder |
DeleteIdentityZoneResponse.Builder.description(String description)
Initializes the value for the
description attribute. |
CreateIdentityZoneRequest.Builder |
CreateIdentityZoneRequest.Builder.description(String description)
Initializes the value for the
description attribute. |
IdentityZone.Builder |
IdentityZone.Builder.description(String description)
Initializes the value for the
description attribute. |
GetIdentityZoneResponse.Builder |
GetIdentityZoneResponse.Builder.description(String description)
Initializes the value for the
description attribute. |
CreateIdentityZoneResponse.Builder |
CreateIdentityZoneResponse.Builder.description(String description)
Initializes the value for the
description attribute. |
UpdateIdentityZoneResponse.Builder |
UpdateIdentityZoneResponse.Builder.description(String description)
Initializes the value for the
description attribute. |
LogoutLink.Builder |
LogoutLink.Builder.disableRedirectParameter(Boolean disableRedirectParameter)
Initializes the value for the
disableRedirectParameter attribute. |
Prompt.Builder |
Prompt.Builder.fieldName(String fieldName)
Initializes the value for the
fieldName attribute. |
Prompt.Builder |
Prompt.Builder.fieldType(String fieldType)
Initializes the value for the
fieldType attribute. |
Branding.Builder |
Branding.Builder.footerLegalText(String footerLegalText)
Initializes the value for the
footerLegalText attribute. |
Branding.Builder |
Branding.Builder.footerLinks(Map<String,? extends String> footerLinks)
Sets or replaces all mappings from the specified map as entries for the
footerLinks map. |
Links.Builder |
Links.Builder.homeRedirect(String homeRedirect)
Initializes the value for the
homeRedirect attribute. |
CreateIdentityZoneRequest.Builder |
CreateIdentityZoneRequest.Builder.identityZoneId(String identityZoneId)
Initializes the value for the
identityZoneId attribute. |
TokenPolicy.Builder |
TokenPolicy.Builder.jwtRevocable(Boolean jwtRevocable)
Initializes the value for the
jwtRevocable attribute. |
TokenPolicy.Builder |
TokenPolicy.Builder.keys(Map<String,? extends Object> keys)
Sets or replaces all mappings from the specified map as entries for the
keys map. |
UpdateIdentityZoneRequest.Builder |
UpdateIdentityZoneRequest.Builder.lastModified(Long lastModified)
Initializes the value for the
lastModified attribute. |
CreateIdentityZoneRequest.Builder |
CreateIdentityZoneRequest.Builder.lastModified(Long lastModified)
Initializes the value for the
lastModified attribute. |
IdentityZoneConfiguration.Builder |
IdentityZoneConfiguration.Builder.ldapDiscoveryEnabled(Boolean ldapDiscoveryEnabled)
Initializes the value for the
ldapDiscoveryEnabled attribute. |
IdentityZoneConfiguration.Builder |
IdentityZoneConfiguration.Builder.links(Links links)
Initializes the value for the
links attribute. |
Links.Builder |
Links.Builder.logout(LogoutLink logout)
Initializes the value for the
logout attribute. |
SamlConfiguration.Builder |
SamlConfiguration.Builder.privateKey(String privateKey)
Initializes the value for the
privateKey attribute. |
SamlConfiguration.Builder |
SamlConfiguration.Builder.privateKeyPassword(String privateKeyPassword)
Initializes the value for the
privateKeyPassword attribute. |
Branding.Builder |
Branding.Builder.productLogo(String productLogo)
Initializes the value for the
productLogo attribute. |
IdentityZoneConfiguration.Builder |
IdentityZoneConfiguration.Builder.prompts(Iterable<? extends Prompt> elements)
Sets or replaces all elements for
prompts list. |
LogoutLink.Builder |
LogoutLink.Builder.redirectParameterName(String redirectParameterName)
Initializes the value for the
redirectParameterName attribute. |
LogoutLink.Builder |
LogoutLink.Builder.redirectUrl(String redirectUrl)
Initializes the value for the
redirectUrl attribute. |
TokenPolicy.Builder |
TokenPolicy.Builder.refreshTokenValidity(Integer refreshTokenValidity)
Initializes the value for the
refreshTokenValidity attribute. |
SamlConfiguration.Builder |
SamlConfiguration.Builder.requestSigned(Boolean requestSigned)
Initializes the value for the
requestSigned attribute. |
SelfServiceLink.Builder |
SelfServiceLink.Builder.resetPasswordLink(String resetPasswordLink)
Initializes the value for the
resetPasswordLink attribute. |
IdentityZoneConfiguration.Builder |
IdentityZoneConfiguration.Builder.samlConfiguration(SamlConfiguration samlConfiguration)
Initializes the value for the
samlConfiguration attribute. |
Links.Builder |
Links.Builder.selfService(SelfServiceLink selfService)
Initializes the value for the
selfService attribute. |
SelfServiceLink.Builder |
SelfServiceLink.Builder.selfServiceLinksEnabled(Boolean selfServiceLinksEnabled)
Initializes the value for the
selfServiceLinksEnabled attribute. |
SelfServiceLink.Builder |
SelfServiceLink.Builder.signupLink(String signupLink)
Initializes the value for the
signupLink attribute. |
Branding.Builder |
Branding.Builder.squareLogo(String squareLogo)
Initializes the value for the
squareLogo attribute. |
Prompt.Builder |
Prompt.Builder.text(String text)
Initializes the value for the
text attribute. |
IdentityZoneConfiguration.Builder |
IdentityZoneConfiguration.Builder.tokenPolicy(TokenPolicy tokenPolicy)
Initializes the value for the
tokenPolicy attribute. |
UpdateIdentityZoneRequest.Builder |
UpdateIdentityZoneRequest.Builder.version(Integer version)
Initializes the value for the
version attribute. |
DeleteIdentityZoneResponse.Builder |
DeleteIdentityZoneResponse.Builder.version(Integer version)
Initializes the value for the
version attribute. |
CreateIdentityZoneRequest.Builder |
CreateIdentityZoneRequest.Builder.version(Integer version)
Initializes the value for the
version attribute. |
IdentityZone.Builder |
IdentityZone.Builder.version(Integer version)
Initializes the value for the
version attribute. |
GetIdentityZoneResponse.Builder |
GetIdentityZoneResponse.Builder.version(Integer version)
Initializes the value for the
version attribute. |
CreateIdentityZoneResponse.Builder |
CreateIdentityZoneResponse.Builder.version(Integer version)
Initializes the value for the
version attribute. |
UpdateIdentityZoneResponse.Builder |
UpdateIdentityZoneResponse.Builder.version(Integer version)
Initializes the value for the
version attribute. |
SamlConfiguration.Builder |
SamlConfiguration.Builder.wantAssertionSigned(Boolean wantAssertionSigned)
Initializes the value for the
wantAssertionSigned attribute. |
SamlConfiguration.Builder |
SamlConfiguration.Builder.wantPartnerAuthenticationRequestSigned(Boolean wantPartnerAuthenticationRequestSigned)
Initializes the value for the
wantPartnerAuthenticationRequestSigned attribute. |
LogoutLink.Builder |
LogoutLink.Builder.whitelist(Iterable<String> elements)
Sets or replaces all elements for
whitelist list. |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
AbstractTokenKey.getId()
The id
|
String |
TokenKey.getId()
The id
|
String |
GetTokenKeyResponse.getId()
The id
|
String |
GetTokenByOpenIdRequest.getRedirectUri()
The redirection URI
|
String |
GetTokenByAuthorizationCodeRequest.getRedirectUri()
The redirection URI
|
List<String> |
CheckTokenRequest.getScopes()
The scopes authorized by the user for this client
|
TokenFormat |
GetTokenByOneTimePasscodeRequest.getTokenFormat()
The token format
|
TokenFormat |
GetTokenByOpenIdRequest.getTokenFormat()
The token format
|
TokenFormat |
GetTokenByAuthorizationCodeRequest.getTokenFormat()
The token format
|
TokenFormat |
RefreshTokenRequest.getTokenFormat()
The token format
|
TokenFormat |
GetTokenByClientCredentialsRequest.getTokenFormat()
The token format
|
TokenFormat |
GetTokenByPasswordRequest.getTokenFormat()
The token format
|
| Modifier and Type | Method and Description |
|---|---|
TokenKey.Builder |
TokenKey.Builder.id(String id)
Initializes the value for the
id attribute. |
GetTokenKeyResponse.Builder |
GetTokenKeyResponse.Builder.id(String id)
Initializes the value for the
id attribute. |
GetTokenByOpenIdRequest.Builder |
GetTokenByOpenIdRequest.Builder.redirectUri(String redirectUri)
Initializes the value for the
redirectUri attribute. |
GetTokenByAuthorizationCodeRequest.Builder |
GetTokenByAuthorizationCodeRequest.Builder.redirectUri(String redirectUri)
Initializes the value for the
redirectUri attribute. |
CheckTokenRequest.Builder |
CheckTokenRequest.Builder.scopes(Iterable<String> elements)
Sets or replaces all elements for
scopes list. |
GetTokenByOneTimePasscodeRequest.Builder |
GetTokenByOneTimePasscodeRequest.Builder.tokenFormat(TokenFormat tokenFormat)
Initializes the value for the
tokenFormat attribute. |
GetTokenByOpenIdRequest.Builder |
GetTokenByOpenIdRequest.Builder.tokenFormat(TokenFormat tokenFormat)
Initializes the value for the
tokenFormat attribute. |
GetTokenByAuthorizationCodeRequest.Builder |
GetTokenByAuthorizationCodeRequest.Builder.tokenFormat(TokenFormat tokenFormat)
Initializes the value for the
tokenFormat attribute. |
RefreshTokenRequest.Builder |
RefreshTokenRequest.Builder.tokenFormat(TokenFormat tokenFormat)
Initializes the value for the
tokenFormat attribute. |
GetTokenByClientCredentialsRequest.Builder |
GetTokenByClientCredentialsRequest.Builder.tokenFormat(TokenFormat tokenFormat)
Initializes the value for the
tokenFormat attribute. |
GetTokenByPasswordRequest.Builder |
GetTokenByPasswordRequest.Builder.tokenFormat(TokenFormat tokenFormat)
Initializes the value for the
tokenFormat attribute. |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
UpdateUserRequest.getActive()
Whether the user is active
|
Boolean |
CreateUserRequest.getActive()
Whether the user is active
|
String |
InviteUsersRequest.getClientId()
The client registration information
|
Integer |
LookupUserIdsRequest.getCount()
The number of results per page
|
Integer |
ListUsersRequest.getCount()
The number of results per page
|
String |
Invite.getErrorCode()
The error code
|
String |
Invite.getErrorMessage()
The error message
|
abstract String |
AbstractUser.getExternalId()
The external id
|
String |
CreateUserResponse.getExternalId()
The external id
|
String |
UpdateUserResponse.getExternalId()
The external id
|
String |
UpdateUserRequest.getExternalId()
The external id
|
String |
User.getExternalId()
The external id
|
String |
CreateUserRequest.getExternalId()
The external id
|
String |
DeleteUserResponse.getExternalId()
The external id
|
String |
Name.getFamilyName()
The family name
|
String |
LookupUserIdsRequest.getFilter()
The filter
|
String |
ListUsersRequest.getFilter()
The filter
|
String |
Name.getGivenName()
The given name
|
Boolean |
LookupUserIdsRequest.getIncludeInactive()
Whether to include users from inactive identity providers
|
String |
Invite.getInviteLink()
The invite link
|
String |
UpdateUserRequest.getOrigin()
The identity provider that authenticated this user
|
String |
Invite.getOrigin()
The origin
|
String |
CreateUserRequest.getOrigin()
The identity provider that authenticated this user
|
String |
ListUsersRequest.getSortBy()
The sort by
|
SortOrder |
LookupUserIdsRequest.getSortOrder()
The sort order
|
SortOrder |
ListUsersRequest.getSortOrder()
The sort order
|
Integer |
LookupUserIdsRequest.getStartIndex()
The start index
|
Integer |
ListUsersRequest.getStartIndex()
The start index
|
String |
Invite.getUserId()
The user id
|
Boolean |
UpdateUserRequest.getVerified()
Whether the user's email is verified
|
Boolean |
CreateUserRequest.getVerified()
Whether the user's email is verified
|
String |
VerifyUserRequest.getVersion()
Returns the version
|
String |
DeleteUserRequest.getVersion()
Returns the version
|
| Modifier and Type | Method and Description |
|---|---|
UpdateUserRequest.Builder |
UpdateUserRequest.Builder.active(Boolean active)
Initializes the value for the
active attribute. |
CreateUserRequest.Builder |
CreateUserRequest.Builder.active(Boolean active)
Initializes the value for the
active attribute. |
InviteUsersRequest.Builder |
InviteUsersRequest.Builder.clientId(String clientId)
Initializes the value for the
clientId attribute. |
LookupUserIdsRequest.Builder |
LookupUserIdsRequest.Builder.count(Integer count)
Initializes the value for the
count attribute. |
ListUsersRequest.Builder |
ListUsersRequest.Builder.count(Integer count)
Initializes the value for the
count attribute. |
Invite.Builder |
Invite.Builder.errorCode(String errorCode)
Initializes the value for the
errorCode attribute. |
Invite.Builder |
Invite.Builder.errorMessage(String errorMessage)
Initializes the value for the
errorMessage attribute. |
CreateUserResponse.Builder |
CreateUserResponse.Builder.externalId(String externalId)
Initializes the value for the
externalId attribute. |
UpdateUserResponse.Builder |
UpdateUserResponse.Builder.externalId(String externalId)
Initializes the value for the
externalId attribute. |
UpdateUserRequest.Builder |
UpdateUserRequest.Builder.externalId(String externalId)
Initializes the value for the
externalId attribute. |
User.Builder |
User.Builder.externalId(String externalId)
Initializes the value for the
externalId attribute. |
CreateUserRequest.Builder |
CreateUserRequest.Builder.externalId(String externalId)
Initializes the value for the
externalId attribute. |
DeleteUserResponse.Builder |
DeleteUserResponse.Builder.externalId(String externalId)
Initializes the value for the
externalId attribute. |
Name.Builder |
Name.Builder.familyName(String familyName)
Initializes the value for the
familyName attribute. |
LookupUserIdsRequest.Builder |
LookupUserIdsRequest.Builder.filter(String filter)
Initializes the value for the
filter attribute. |
ListUsersRequest.Builder |
ListUsersRequest.Builder.filter(String filter)
Initializes the value for the
filter attribute. |
Name.Builder |
Name.Builder.givenName(String givenName)
Initializes the value for the
givenName attribute. |
LookupUserIdsRequest.Builder |
LookupUserIdsRequest.Builder.includeInactive(Boolean includeInactive)
Initializes the value for the
includeInactive attribute. |
Invite.Builder |
Invite.Builder.inviteLink(String inviteLink)
Initializes the value for the
inviteLink attribute. |
UpdateUserRequest.Builder |
UpdateUserRequest.Builder.origin(String origin)
Initializes the value for the
origin attribute. |
Invite.Builder |
Invite.Builder.origin(String origin)
Initializes the value for the
origin attribute. |
CreateUserRequest.Builder |
CreateUserRequest.Builder.origin(String origin)
Initializes the value for the
origin attribute. |
ListUsersRequest.Builder |
ListUsersRequest.Builder.sortBy(String sortBy)
Initializes the value for the
sortBy attribute. |
LookupUserIdsRequest.Builder |
LookupUserIdsRequest.Builder.sortOrder(SortOrder sortOrder)
Initializes the value for the
sortOrder attribute. |
ListUsersRequest.Builder |
ListUsersRequest.Builder.sortOrder(SortOrder sortOrder)
Initializes the value for the
sortOrder attribute. |
LookupUserIdsRequest.Builder |
LookupUserIdsRequest.Builder.startIndex(Integer startIndex)
Initializes the value for the
startIndex attribute. |
ListUsersRequest.Builder |
ListUsersRequest.Builder.startIndex(Integer startIndex)
Initializes the value for the
startIndex attribute. |
Invite.Builder |
Invite.Builder.userId(String userId)
Initializes the value for the
userId attribute. |
UpdateUserRequest.Builder |
UpdateUserRequest.Builder.verified(Boolean verified)
Initializes the value for the
verified attribute. |
CreateUserRequest.Builder |
CreateUserRequest.Builder.verified(Boolean verified)
Initializes the value for the
verified attribute. |
VerifyUserRequest.Builder |
VerifyUserRequest.Builder.version(String version)
Initializes the value for the
version attribute. |
DeleteUserRequest.Builder |
DeleteUserRequest.Builder.version(String version)
Initializes the value for the
version attribute. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.