public static class ApplicationDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ApplicationDetails.Builder |
applicationVersion(Integer applicationVersion)
version
|
ApplicationDetails |
build() |
ApplicationDetails.Builder |
copy(ApplicationDetails model) |
ApplicationDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Usage of predefined tag keys.
|
ApplicationDetails.Builder |
description(String description)
Detailed description for the object.
|
ApplicationDetails.Builder |
displayName(String displayName)
Free form text without any restriction on permitted characters.
|
ApplicationDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
ApplicationDetails.Builder |
identifier(String identifier)
Value can only contain upper case letters, underscore, and numbers.
|
ApplicationDetails.Builder |
key(String key)
Generated key that can be used in API calls to identify application.
|
ApplicationDetails.Builder |
lifecycleState(ApplicationDetails.LifecycleState lifecycleState)
The current state of the workspace.
|
ApplicationDetails.Builder |
metadata(ObjectMetadata metadata) |
ApplicationDetails.Builder |
modelType(String modelType)
The object type.
|
ApplicationDetails.Builder |
modelVersion(String modelVersion)
The object’s model version.
|
ApplicationDetails.Builder |
name(String name)
Free form text without any restriction on permitted characters.
|
ApplicationDetails.Builder |
objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects,
other values reserved.
|
ApplicationDetails.Builder |
objectVersion(Integer objectVersion)
The version of the object that is used to track changes in the object instance.
|
ApplicationDetails.Builder |
parentRef(ParentReference parentRef) |
public ApplicationDetails.Builder key(String key)
Generated key that can be used in API calls to identify application.
key
- the value to setpublic ApplicationDetails.Builder modelType(String modelType)
The object type.
modelType
- the value to setpublic ApplicationDetails.Builder modelVersion(String modelVersion)
The object’s model version.
modelVersion
- the value to setpublic ApplicationDetails.Builder name(String name)
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
name
- the value to setpublic ApplicationDetails.Builder description(String description)
Detailed description for the object.
description
- the value to setpublic ApplicationDetails.Builder applicationVersion(Integer applicationVersion)
version
applicationVersion
- the value to setpublic ApplicationDetails.Builder objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
objectStatus
- the value to setpublic ApplicationDetails.Builder identifier(String identifier)
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
identifier
- the value to setpublic ApplicationDetails.Builder parentRef(ParentReference parentRef)
public ApplicationDetails.Builder objectVersion(Integer objectVersion)
The version of the object that is used to track changes in the object instance.
objectVersion
- the value to setpublic ApplicationDetails.Builder metadata(ObjectMetadata metadata)
public ApplicationDetails.Builder displayName(String displayName)
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
displayName
- the value to setpublic ApplicationDetails.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists
for cross-compatibility only. Example: {"bar-key": "value"}
freeformTags
- the value to setpublic ApplicationDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example:
{"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic ApplicationDetails.Builder lifecycleState(ApplicationDetails.LifecycleState lifecycleState)
The current state of the workspace.
lifecycleState
- the value to setpublic ApplicationDetails build()
public ApplicationDetails.Builder copy(ApplicationDetails model)
Copyright © 2016–2024. All rights reserved.