public static class CreatePatchDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreatePatchDetails |
build() |
CreatePatchDetails.Builder |
copy(CreatePatchDetails model) |
CreatePatchDetails.Builder |
description(String description)
Detailed description for the object.
|
CreatePatchDetails.Builder |
identifier(String identifier)
Value can only contain upper case letters, underscore and numbers.
|
CreatePatchDetails.Builder |
key(String key)
The object’s key.
|
CreatePatchDetails.Builder |
modelVersion(String modelVersion)
The object’s model version.
|
CreatePatchDetails.Builder |
name(String name)
Free form text without any restriction on permitted characters.
|
CreatePatchDetails.Builder |
objectKeys(List<String> objectKeys)
The array of object keys to publish into application.
|
CreatePatchDetails.Builder |
objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects,
other values reserved.
|
CreatePatchDetails.Builder |
patchType(CreatePatchDetails.PatchType patchType)
The type of the patch applied or being applied on the application.
|
CreatePatchDetails.Builder |
registryMetadata(RegistryMetadata registryMetadata) |
public CreatePatchDetails.Builder key(String key)
The object’s key.
key
- the value to setpublic CreatePatchDetails.Builder modelVersion(String modelVersion)
The object’s model version.
modelVersion
- the value to setpublic CreatePatchDetails.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 CreatePatchDetails.Builder description(String description)
Detailed description for the object.
description
- the value to setpublic CreatePatchDetails.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 CreatePatchDetails.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 CreatePatchDetails.Builder patchType(CreatePatchDetails.PatchType patchType)
The type of the patch applied or being applied on the application.
patchType
- the value to setpublic CreatePatchDetails.Builder objectKeys(List<String> objectKeys)
The array of object keys to publish into application.
objectKeys
- the value to setpublic CreatePatchDetails.Builder registryMetadata(RegistryMetadata registryMetadata)
public CreatePatchDetails build()
public CreatePatchDetails.Builder copy(CreatePatchDetails model)
Copyright © 2016–2024. All rights reserved.