- validate(ClientDetails, Request) - Static method in class org.piangles.gateway.requests.RequestValidator
-
Client needs to send
1.
- validate(Object...) - Method in class org.piangles.gateway.requests.validators.AbstractRequestValidator
-
- validate(ClientDetails, Request, EndpointReq) - Method in class org.piangles.gateway.requests.validators.AbstractRequestValidator
-
- validate(ClientDetails, Request, ChangePasswordRequest) - Method in class org.piangles.gateway.requests.validators.ChangePasswordRequestValidator
-
- validate(Object...) - Method in class org.piangles.gateway.requests.validators.DefaultGatewayRequestValidator
-
- validate(ClientDetails, Request, GenericContactRequest) - Method in class org.piangles.gateway.requests.validators.GenericContactRequestValidator
-
- validate(ClientDetails, Request, LoginRequest) - Method in class org.piangles.gateway.requests.validators.LoginRequestValidator
-
- validate(ClientDetails, Request, SignUpRequest) - Method in class org.piangles.gateway.requests.validators.SignUpRequestValidator
-
- validate(ClientDetails, Request, SubscriptionRequest) - Method in class org.piangles.gateway.requests.validators.SubscriptionRequestValidator
-
- valueOf(String) - Static method in enum org.piangles.gateway.client.ClientState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.piangles.gateway.CommunicationPattern
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.piangles.gateway.MessageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.piangles.gateway.requests.dto.StatusCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.piangles.gateway.requests.Endpoints
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.piangles.gateway.client.ClientState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.piangles.gateway.CommunicationPattern
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.piangles.gateway.MessageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.piangles.gateway.requests.dto.StatusCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.piangles.gateway.requests.Endpoints
-
Returns an array containing the constants of this enum type, in
the order they are declared.