Class CustomFields.Builder

  • Enclosing class:
    CustomFields

    public static final class CustomFields.Builder
    extends java.lang.Object
    • Method Detail

      • 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​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
        The name of 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.