public static class PatchChangeSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PatchChangeSummary.Builder |
action(PatchChangeSummary.Action action)
The patch action indicating if object was created, updated, or deleted.
|
PatchChangeSummary |
build() |
PatchChangeSummary.Builder |
copy(PatchChangeSummary model) |
PatchChangeSummary.Builder |
identifier(String identifier)
Value can only contain upper case letters, underscore and numbers.
|
PatchChangeSummary.Builder |
key(String key)
The key of the object.
|
PatchChangeSummary.Builder |
name(String name)
Free form text without any restriction on permitted characters.
|
PatchChangeSummary.Builder |
namePath(String namePath)
The fully qualified path of the published object, which would include its project and
folder.
|
PatchChangeSummary.Builder |
objectVersion(Integer objectVersion)
The object version.
|
PatchChangeSummary.Builder |
type(PatchChangeSummary.Type type)
The type of the object in patch.
|
public PatchChangeSummary.Builder key(String key)
The key of the object.
key
- the value to setpublic PatchChangeSummary.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 PatchChangeSummary.Builder namePath(String namePath)
The fully qualified path of the published object, which would include its project and folder.
namePath
- the value to setpublic PatchChangeSummary.Builder type(PatchChangeSummary.Type type)
The type of the object in patch.
type
- the value to setpublic PatchChangeSummary.Builder objectVersion(Integer objectVersion)
The object version.
objectVersion
- the value to setpublic PatchChangeSummary.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 PatchChangeSummary.Builder action(PatchChangeSummary.Action action)
The patch action indicating if object was created, updated, or deleted.
action
- the value to setpublic PatchChangeSummary build()
public PatchChangeSummary.Builder copy(PatchChangeSummary model)
Copyright © 2016–2024. All rights reserved.