Class CustomFields


  • public class CustomFields
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  CustomFields.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.Builder builder()  
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
      Unique identifier
      org.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 identifier
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteValueId()
      Provider's unique identifier for the value of the custom field.
      java.lang.String toString()  
      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.
      CustomFields withId​(java.lang.String id)
      Unique identifier
      CustomFields withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
      Unique identifier
      CustomFields withName​(java.lang.String name)
      The name of the custom field.
      CustomFields withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
      The name of the custom field.
      CustomFields withRemoteId​(java.lang.String remoteId)
      Provider's unique identifier
      CustomFields withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
      Provider's unique identifier
      CustomFields withRemoteValueId​(java.lang.String remoteValueId)
      Provider's unique identifier for the value of the custom field.
      CustomFields withRemoteValueId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteValueId)
      Provider's unique identifier for the value of the custom field.
      CustomFields withValue​(CustomFieldsValue value)
      The value associated with the custom field.
      CustomFields withValue​(org.openapitools.jackson.nullable.JsonNullable<? extends CustomFieldsValue> value)
      The value associated with the custom field.
      CustomFields withValueId​(java.lang.String valueId)
      The unique identifier for the value of the custom field.
      CustomFields withValueId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> valueId)
      The unique identifier for the value of the custom field.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • 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.
      • 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​(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:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object