Class Field


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

      Nested Classes 
      Modifier and Type Class Description
      static class  Field.Builder  
    • Constructor Summary

      Constructors 
      Constructor Description
      Field()  
      Field​(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> label, org.openapitools.jackson.nullable.JsonNullable<? extends FieldType> type, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> values, org.openapitools.jackson.nullable.JsonNullable<? extends Required> required)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static Field.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> label()
      The label of the field
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
      Provider's unique identifier
      org.openapitools.jackson.nullable.JsonNullable<Required> required()
      Indicates if the field is required
      java.lang.String toString()  
      org.openapitools.jackson.nullable.JsonNullable<FieldType> type()
      The type of the field
      org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> values()
      The possible values for the field
      Field withId​(java.lang.String id)
      Unique identifier
      Field withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
      Unique identifier
      Field withLabel​(java.lang.String label)
      The label of the field
      Field withLabel​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)
      The label of the field
      Field withRemoteId​(java.lang.String remoteId)
      Provider's unique identifier
      Field withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
      Provider's unique identifier
      Field withRequired​(Required required)
      Indicates if the field is required
      Field withRequired​(org.openapitools.jackson.nullable.JsonNullable<? extends Required> required)
      Indicates if the field is required
      Field withType​(FieldType type)
      The type of the field
      Field withType​(org.openapitools.jackson.nullable.JsonNullable<? extends FieldType> type)
      The type of the field
      Field withValues​(java.util.List<java.lang.String> values)
      The possible values for the field
      Field withValues​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> values)
      The possible values for the field
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Field

        public Field​(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> label,
                     org.openapitools.jackson.nullable.JsonNullable<? extends FieldType> type,
                     org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> values,
                     org.openapitools.jackson.nullable.JsonNullable<? extends Required> required)
      • Field

        public Field()
    • 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
      • label

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label()
        The label of the field
      • type

        public org.openapitools.jackson.nullable.JsonNullable<FieldType> type()
        The type of the field
      • values

        public org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> values()
        The possible values for the field
      • required

        public org.openapitools.jackson.nullable.JsonNullable<Required> required()
        Indicates if the field is required
      • withId

        public Field withId​(java.lang.String id)
        Unique identifier
      • withId

        public Field withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
        Unique identifier
      • withRemoteId

        public Field withRemoteId​(java.lang.String remoteId)
        Provider's unique identifier
      • withRemoteId

        public Field withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
        Provider's unique identifier
      • withLabel

        public Field withLabel​(java.lang.String label)
        The label of the field
      • withLabel

        public Field withLabel​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)
        The label of the field
      • withType

        public Field withType​(FieldType type)
        The type of the field
      • withType

        public Field withType​(org.openapitools.jackson.nullable.JsonNullable<? extends FieldType> type)
        The type of the field
      • withValues

        public Field withValues​(java.util.List<java.lang.String> values)
        The possible values for the field
      • withValues

        public Field withValues​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> values)
        The possible values for the field
      • withRequired

        public Field withRequired​(Required required)
        Indicates if the field is required
      • withRequired

        public Field withRequired​(org.openapitools.jackson.nullable.JsonNullable<? extends Required> required)
        Indicates if the field is required
      • 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