Package pl.gsmservice.gateway.operations
Class Operations
- java.lang.Object
-
- pl.gsmservice.gateway.operations.Operations
-
public class Operations extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOperations.AsyncOperation<ResT>Base interface for all async operationsstatic interfaceOperations.AsyncRequestlessOperation<ResT>Interface for async operations that don't require a request parameterstatic interfaceOperations.AsyncRequestOperation<ReqT,ResT>Interface for async operations that require a request parameterstatic interfaceOperations.Operation<ResT>Base interface for all operationsstatic interfaceOperations.RequestlessOperation<ResT>Interface for operations that don't require a request parameterstatic interfaceOperations.RequestOperation<ReqT,ResT>Interface for operations that require a request parameter
-
Constructor Summary
Constructors Constructor Description Operations()
-