Class AttributeVal.Builder

  • Enclosing class:
    AttributeVal

    public static final class AttributeVal.Builder
    extends java.lang.Object
    Builder class for AttributeVal.
    • Constructor Detail

      • Builder

        public Builder()
        Constructor with parameters for the required properties of AttributeVal.
    • Method Detail

      • setKey

        public AttributeVal.Builder setKey​(java.lang.String key)
        Attribute key
        Parameters:
        key - New value for the property.
      • setMultivalue

        public AttributeVal.Builder setMultivalue​(java.lang.Boolean multivalue)
        If attribute has a single value or collection of values This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        multivalue - New value for the property.
      • setValues

        public AttributeVal.Builder setValues​(java.util.List<java.lang.String> values)
        List of attribute values This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        values - New value for the property.