public static class ConnectionValidation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ConnectionValidation |
build() |
ConnectionValidation.Builder |
copy(ConnectionValidation model) |
ConnectionValidation.Builder |
description(String description)
Detailed description for the object.
|
ConnectionValidation.Builder |
identifier(String identifier)
Value can only contain upper case letters, underscore and numbers.
|
ConnectionValidation.Builder |
key(String key)
Objects will use a 36 character key as unique ID.
|
ConnectionValidation.Builder |
metadata(ObjectMetadata metadata) |
ConnectionValidation.Builder |
modelType(String modelType)
The type of the object.
|
ConnectionValidation.Builder |
modelVersion(String modelVersion)
The model version of an object.
|
ConnectionValidation.Builder |
name(String name)
Free form text without any restriction on permitted characters.
|
ConnectionValidation.Builder |
objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects,
other values reserved.
|
ConnectionValidation.Builder |
objectVersion(Integer objectVersion)
The version of the object that is used to track changes in the object instance.
|
ConnectionValidation.Builder |
parentRef(ParentReference parentRef) |
ConnectionValidation.Builder |
validationMessage(Message validationMessage) |
public ConnectionValidation.Builder validationMessage(Message validationMessage)
public ConnectionValidation.Builder key(String key)
Objects will use a 36 character key as unique ID. It is system generated and cannot be modified.
key
- the value to setpublic ConnectionValidation.Builder modelType(String modelType)
The type of the object.
modelType
- the value to setpublic ConnectionValidation.Builder modelVersion(String modelVersion)
The model version of an object.
modelVersion
- the value to setpublic ConnectionValidation.Builder parentRef(ParentReference parentRef)
public ConnectionValidation.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 ConnectionValidation.Builder description(String description)
Detailed description for the object.
description
- the value to setpublic ConnectionValidation.Builder objectVersion(Integer objectVersion)
The version of the object that is used to track changes in the object instance.
objectVersion
- the value to setpublic ConnectionValidation.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 ConnectionValidation.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 ConnectionValidation.Builder metadata(ObjectMetadata metadata)
public ConnectionValidation build()
public ConnectionValidation.Builder copy(ConnectionValidation model)
Copyright © 2016–2024. All rights reserved.