Package cronapi.cloud
Class CloudManager
- java.lang.Object
-
- cronapi.cloud.CloudManager
-
public final class CloudManager extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDATA_BASE_64static StringREGEX_IMAGE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CloudFactorybuild()CloudManagerbyEntity(Object sourceObject)CloudManagerbyID(String... ids)static CloudManagernewInstance()CloudManagertoField(String fieldName)
-
-
-
Field Detail
-
DATA_BASE_64
public static final String DATA_BASE_64
- See Also:
- Constant Field Values
-
REGEX_IMAGE
public static final String REGEX_IMAGE
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
public static CloudManager newInstance()
-
byEntity
public CloudManager byEntity(Object sourceObject)
-
byID
public CloudManager byID(String... ids)
-
toField
public CloudManager toField(String fieldName)
-
build
public CloudFactory build()
-
-