Package es.situm.sdk.communication
Interface CommunicationManager.PropertyKey
-
- All Superinterfaces:
CommonErrorConstant.PropertyKey
- Enclosing interface:
- CommunicationManager
public static interface CommunicationManager.PropertyKey extends CommonErrorConstant.PropertyKey
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
METHOD
static java.lang.String
URL
-
Fields inherited from interface es.situm.sdk.error.CommonErrorConstant.PropertyKey
DETAILED_MESSAGE, INTERNAL_ERROR
-
-
-
-
Field Detail
-
URL
static final java.lang.String URL
- See Also:
- Constant Field Values
-
METHOD
static final java.lang.String METHOD
- See Also:
- Constant Field Values
-
-