public static class UpdateApplicationDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateApplicationDetails.Builder |
applicationVersion(Integer applicationVersion)
version
|
UpdateApplicationDetails |
build() |
UpdateApplicationDetails.Builder |
copy(UpdateApplicationDetails model) |
UpdateApplicationDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Usage of predefined tag keys.
|
UpdateApplicationDetails.Builder |
description(String description)
Detailed description for the object.
|
UpdateApplicationDetails.Builder |
displayName(String displayName)
Free form text without any restriction on permitted characters.
|
UpdateApplicationDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
UpdateApplicationDetails.Builder |
identifier(String identifier)
Value can only contain upper case letters, underscore, and numbers.
|
UpdateApplicationDetails.Builder |
key(String key)
Generated key that can be used in API calls to identify application.
|
UpdateApplicationDetails.Builder |
lifecycleState(UpdateApplicationDetails.LifecycleState lifecycleState)
The current state of the workspace.
|
UpdateApplicationDetails.Builder |
metadata(ObjectMetadata metadata) |
UpdateApplicationDetails.Builder |
modelType(String modelType)
The object type.
|
UpdateApplicationDetails.Builder |
modelVersion(String modelVersion)
The object’s model version.
|
UpdateApplicationDetails.Builder |
name(String name)
Free form text without any restriction on permitted characters.
|
UpdateApplicationDetails.Builder |
objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects,
other values reserved.
|
UpdateApplicationDetails.Builder |
objectVersion(Integer objectVersion)
The version of the object that is used to track changes in the object instance.
|
UpdateApplicationDetails.Builder |
parentRef(ParentReference parentRef) |
public UpdateApplicationDetails.Builder key(String key)
Generated key that can be used in API calls to identify application.
key
- the value to setpublic UpdateApplicationDetails.Builder modelType(String modelType)
The object type.
modelType
- the value to setpublic UpdateApplicationDetails.Builder modelVersion(String modelVersion)
The object’s model version.
modelVersion
- the value to setpublic UpdateApplicationDetails.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 UpdateApplicationDetails.Builder description(String description)
Detailed description for the object.
description
- the value to setpublic UpdateApplicationDetails.Builder applicationVersion(Integer applicationVersion)
version
applicationVersion
- the value to setpublic UpdateApplicationDetails.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 UpdateApplicationDetails.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 UpdateApplicationDetails.Builder parentRef(ParentReference parentRef)
public UpdateApplicationDetails.Builder objectVersion(Integer objectVersion)
The version of the object that is used to track changes in the object instance.
objectVersion
- the value to setpublic UpdateApplicationDetails.Builder metadata(ObjectMetadata metadata)
public UpdateApplicationDetails.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 UpdateApplicationDetails.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 UpdateApplicationDetails.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 UpdateApplicationDetails.Builder lifecycleState(UpdateApplicationDetails.LifecycleState lifecycleState)
The current state of the workspace.
lifecycleState
- the value to setpublic UpdateApplicationDetails build()
public UpdateApplicationDetails.Builder copy(UpdateApplicationDetails model)
Copyright © 2016–2024. All rights reserved.