Class CustomFields.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.CustomFields.Builder
-
- Enclosing class:
- CustomFields
public static final class CustomFields.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomFieldsbuild()CustomFields.Builderid(java.lang.String id)Unique identifierCustomFields.Builderid(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierCustomFields.Buildername(java.lang.String name)The name of the custom field.CustomFields.Buildername(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name of the custom field.CustomFields.BuilderremoteId(java.lang.String remoteId)Provider's unique identifierCustomFields.BuilderremoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierCustomFields.BuilderremoteValueId(java.lang.String remoteValueId)Provider's unique identifier for the value of the custom field.CustomFields.BuilderremoteValueId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteValueId)Provider's unique identifier for the value of the custom field.CustomFields.Buildervalue(CustomFieldsValue value)The value associated with the custom field.CustomFields.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends CustomFieldsValue> value)The value associated with the custom field.CustomFields.BuildervalueId(java.lang.String valueId)The unique identifier for the value of the custom field.CustomFields.BuildervalueId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> valueId)The unique identifier for the value of the custom field.
-
-
-
Method Detail
-
id
public CustomFields.Builder id(java.lang.String id)
Unique identifier
-
id
public CustomFields.Builder id(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
remoteId
public CustomFields.Builder remoteId(java.lang.String remoteId)
Provider's unique identifier
-
remoteId
public CustomFields.Builder remoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
name
public CustomFields.Builder name(java.lang.String name)
The name of the custom field.
-
name
public CustomFields.Builder name(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name of the custom field.
-
value
public CustomFields.Builder value(CustomFieldsValue value)
The value associated with the custom field.
-
value
public CustomFields.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends CustomFieldsValue> value)
The value associated with the custom field.
-
valueId
public CustomFields.Builder valueId(java.lang.String valueId)
The unique identifier for the value of the custom field.
-
valueId
public CustomFields.Builder valueId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> valueId)
The unique identifier for the value of the custom field.
-
remoteValueId
public CustomFields.Builder remoteValueId(java.lang.String remoteValueId)
Provider's unique identifier for the value of the custom field.
-
remoteValueId
public CustomFields.Builder remoteValueId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteValueId)
Provider's unique identifier for the value of the custom field.
-
build
public CustomFields build()
-
-