Package com.cloudinary
Class ResponsiveBreakpoint
- java.lang.Object
-
- org.cloudinary.json.JSONObject
-
- com.cloudinary.ResponsiveBreakpoint
-
- All Implemented Interfaces:
java.io.Serializable
public class ResponsiveBreakpoint extends JSONObject
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.cloudinary.json.JSONObject
NULL
-
-
Constructor Summary
Constructors Constructor Description ResponsiveBreakpoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
bytesStep()
ResponsiveBreakpoint
bytesStep(java.lang.Integer bytesStep)
ResponsiveBreakpoint
createDerived(boolean createDerived)
java.lang.String
format()
ResponsiveBreakpoint
format(java.lang.String format)
boolean
isCreateDerived()
int
maxImages()
ResponsiveBreakpoint
maxImages(java.lang.Integer maxImages)
int
maxWidth()
ResponsiveBreakpoint
maxWidth(int maxWidth)
int
minWidth()
ResponsiveBreakpoint
minWidth(java.lang.Integer minWidth)
Transformation
transformation()
ResponsiveBreakpoint
transformation(Transformation transformation)
-
Methods 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
-
-
-
-
Method Detail
-
isCreateDerived
public boolean isCreateDerived()
-
createDerived
public ResponsiveBreakpoint createDerived(boolean createDerived)
-
transformation
public Transformation transformation()
-
transformation
public ResponsiveBreakpoint transformation(Transformation transformation)
-
format
public ResponsiveBreakpoint format(java.lang.String format)
-
format
public java.lang.String format()
-
maxWidth
public int maxWidth()
-
maxWidth
public ResponsiveBreakpoint maxWidth(int maxWidth)
-
minWidth
public int minWidth()
-
minWidth
public ResponsiveBreakpoint minWidth(java.lang.Integer minWidth)
-
bytesStep
public int bytesStep()
-
bytesStep
public ResponsiveBreakpoint bytesStep(java.lang.Integer bytesStep)
-
maxImages
public int maxImages()
-
maxImages
public ResponsiveBreakpoint maxImages(java.lang.Integer maxImages)
-
-