Package | Description |
---|---|
com.cisco.cuic.api.client |
Modifier and Type | Method and Description |
---|---|
static MoOpType |
MoOpType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MoOpType[] |
MoOpType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
CuicServer.createRequest(MoOpType opType,
java.lang.Object pojo) |
static java.lang.Object |
RestAPIWrapper.doPost(CuicServer api,
java.lang.Object pojo,
java.lang.Class clazz,
java.lang.String element,
MoOpType moOpType) |
static HttpMethod |
MoOpType.getHttpMethodByMoType(MoOpType type) |