public class IGCRestConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
IGC_REST_COMMON_MODEL_PKG |
static String |
IGC_REST_GENERATED_MODEL_PKG |
static Pattern |
INVALID_NAMING_CHARS |
static String |
MOD_CREATED_BY |
static String |
MOD_CREATED_ON |
static String |
MOD_MODIFIED_BY |
static String |
MOD_MODIFIED_ON |
| Modifier and Type | Method and Description |
|---|---|
static String |
getCamelCase(String input)
Converts an IGC type or property (something_like_this) into a camelcase class name (SomethingLikeThis).
|
static String |
getClassNameForAssetType(String igcAssetType)
Retrieve the name of a POJO class from the IGC asset type name.
|
static List<String> |
getModificationProperties()
Retrieve a list of the modification detail properties used by the IGC REST API.
|
public static final String MOD_CREATED_BY
public static final String MOD_CREATED_ON
public static final String MOD_MODIFIED_BY
public static final String MOD_MODIFIED_ON
public static final Pattern INVALID_NAMING_CHARS
public static final String IGC_REST_COMMON_MODEL_PKG
public static final String IGC_REST_GENERATED_MODEL_PKG
public static final List<String> getModificationProperties()
List<String>public static final String getClassNameForAssetType(String igcAssetType)
igcAssetType - the name of the IGC asset type for which to retrieve a POJO classnameCopyright © 2018–2019 ODPi. All rights reserved.