Package com.cloudinary.metadata
Class SetMetadataField
java.lang.Object
org.cloudinary.json.JSONObject
com.cloudinary.metadata.MetadataField<java.util.List<java.lang.String>>
com.cloudinary.metadata.SetMetadataField
- All Implemented Interfaces:
java.io.Serializable
public class SetMetadataField extends MetadataField<java.util.List<java.lang.String>>
Represents a metadata field with 'Set' type.
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class com.cloudinary.metadata.MetadataField
DEFAULT_VALUE, EXTERNAL_ID, LABEL, MANDATORY, TYPE, VALIDATION -
Constructor Summary
Constructors Constructor Description SetMetadataField() -
Method Summary
Methods inherited from class com.cloudinary.metadata.MetadataField
getDataSource, getDefaultValue, getExternalId, getLabel, getType, getValidation, isMandatory, setDataSource, setDefaultValue, setExternalId, setLabel, setMandatory, setValidationMethods inherited from class org.cloudinary.json.JSONObject
accumulate, append, doubleToString, get, getBoolean, getDouble, getInt, getJSONArray, getJSONObject, getLong, getNames, getNames, getString, has, increment, isNull, keys, keySet, length, names, numberToString, opt, optBoolean, optBoolean, optDouble, optDouble, optInt, optInt, optJSONArray, optJSONObject, optLong, optLong, optString, optString, put, put, put, put, put, put, put, putOnce, putOpt, quote, quote, remove, similar, stringToValue, testValidity, toJSONArray, toString, toString, valueToString, wrap, write
-
Constructor Details
-
SetMetadataField
public SetMetadataField()
-