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 intbytesStep()ResponsiveBreakpointbytesStep(java.lang.Integer bytesStep)ResponsiveBreakpointcreateDerived(boolean createDerived)java.lang.Stringformat()ResponsiveBreakpointformat(java.lang.String format)booleanisCreateDerived()intmaxImages()ResponsiveBreakpointmaxImages(java.lang.Integer maxImages)intmaxWidth()ResponsiveBreakpointmaxWidth(int maxWidth)intminWidth()ResponsiveBreakpointminWidth(java.lang.Integer minWidth)Transformationtransformation()ResponsiveBreakpointtransformation(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)
-
-