Class CustomFields
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.CustomFields
-
public class CustomFields extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCustomFields.Builder
-
Constructor Summary
Constructors Constructor Description CustomFields()CustomFields(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<? extends CustomFieldsValue> value, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> valueId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteValueId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CustomFields.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>name()The name of the custom field.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteValueId()Provider's unique identifier for the value of the custom field.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<CustomFieldsValue>value()The value associated with the custom field.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>valueId()The unique identifier for the value of the custom field.CustomFieldswithId(java.lang.String id)Unique identifierCustomFieldswithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierCustomFieldswithName(java.lang.String name)The name of the custom field.CustomFieldswithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name of the custom field.CustomFieldswithRemoteId(java.lang.String remoteId)Provider's unique identifierCustomFieldswithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierCustomFieldswithRemoteValueId(java.lang.String remoteValueId)Provider's unique identifier for the value of the custom field.CustomFieldswithRemoteValueId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteValueId)Provider's unique identifier for the value of the custom field.CustomFieldswithValue(CustomFieldsValue value)The value associated with the custom field.CustomFieldswithValue(org.openapitools.jackson.nullable.JsonNullable<? extends CustomFieldsValue> value)The value associated with the custom field.CustomFieldswithValueId(java.lang.String valueId)The unique identifier for the value of the custom field.CustomFieldswithValueId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> valueId)The unique identifier for the value of the custom field.
-
-
-
Constructor Detail
-
CustomFields
public CustomFields(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<? extends CustomFieldsValue> value, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> valueId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteValueId)
-
CustomFields
public CustomFields()
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
Unique identifier
-
remoteId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
Provider's unique identifier
-
name
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
The name of the custom field.
-
value
public org.openapitools.jackson.nullable.JsonNullable<CustomFieldsValue> value()
The value associated with the custom field.
-
valueId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> valueId()
The unique identifier for the value of the custom field.
-
remoteValueId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteValueId()
Provider's unique identifier for the value of the custom field.
-
builder
public static CustomFields.Builder builder()
-
withId
public CustomFields withId(java.lang.String id)
Unique identifier
-
withId
public CustomFields withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public CustomFields withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public CustomFields withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withName
public CustomFields withName(java.lang.String name)
The name of the custom field.
-
withName
public CustomFields withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name of the custom field.
-
withValue
public CustomFields withValue(CustomFieldsValue value)
The value associated with the custom field.
-
withValue
public CustomFields withValue(org.openapitools.jackson.nullable.JsonNullable<? extends CustomFieldsValue> value)
The value associated with the custom field.
-
withValueId
public CustomFields withValueId(java.lang.String valueId)
The unique identifier for the value of the custom field.
-
withValueId
public CustomFields withValueId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> valueId)
The unique identifier for the value of the custom field.
-
withRemoteValueId
public CustomFields withRemoteValueId(java.lang.String remoteValueId)
Provider's unique identifier for the value of the custom field.
-
withRemoteValueId
public CustomFields withRemoteValueId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteValueId)
Provider's unique identifier for the value of the custom field.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-