Uses of Class
com.vmware.nsx_policy.model.AttributeVal.Builder
-
Packages that use AttributeVal.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of AttributeVal.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return AttributeVal.Builder Modifier and Type Method Description AttributeVal.Builder
AttributeVal.Builder. setDataType(java.lang.String dataType)
Possible values are:AttributeVal.DATA_TYPE_STRING
AttributeVal.DATA_TYPE_DATE
AttributeVal.DATA_TYPE_INTEGER
AttributeVal.DATA_TYPE_BOOLEAN
Datatype of the property This property may be present in responses from the server, but if it is present in a request to server it will be ignored.AttributeVal.Builder
AttributeVal.Builder. setKey(java.lang.String key)
Attribute keyAttributeVal.Builder
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.AttributeVal.Builder
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.
-