Package | Description |
---|---|
io.javadog.cws.api.common |
Common API Functionality, Constants & Enum's.
|
io.javadog.cws.api.requests |
Request Objects used for all incoming Requests to the Crypto Store.
|
Modifier and Type | Method and Description |
---|---|
static Action |
Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Action[] |
Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Action |
ProcessMemberRequest.getAction()
Retrieves the Action for the current request.
|
Action |
ProcessCircleRequest.getAction()
Retrieves the Action for the current request.
|
Action |
ActionRequest.getAction()
Retrieves the Action for the current request.
|
Action |
ProcessTrusteeRequest.getAction()
Retrieves the Action for the current request.
|
Action |
ProcessDataTypeRequest.getAction()
Retrieves the Action for the current request.
|
Action |
ProcessDataRequest.getAction()
Retrieves the Action for the current request.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessMemberRequest.setAction(Action action)
Defines the action which should be performed by the request.
|
void |
ProcessCircleRequest.setAction(Action action)
Defines the action which should be performed by the request.
|
void |
ActionRequest.setAction(Action action)
Defines the action which should be performed by the request.
|
void |
ProcessTrusteeRequest.setAction(Action action)
Defines the action which should be performed by the request.
|
void |
ProcessDataTypeRequest.setAction(Action action)
Defines the action which should be performed by the request.
|
void |
ProcessDataRequest.setAction(Action action)
Defines the action which should be performed by the request.
|
Copyright © 2019 JavaDog.io. All rights reserved.