Package com.cloudinary.metadata
Class IntMetadataField
java.lang.Object
org.cloudinary.json.JSONObject
com.cloudinary.metadata.MetadataField<java.lang.Integer>
com.cloudinary.metadata.IntMetadataField
- All Implemented Interfaces:
java.io.Serializable
public class IntMetadataField extends MetadataField<java.lang.Integer>
Represents a metadata field with 'Int' 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 IntMetadataField() -
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
-
IntMetadataField
public IntMetadataField()
-