java.lang.Object
com.hack23.cia.service.api.action.common.AbstractMessage
com.hack23.cia.service.api.action.common.AbstractRequest
All Implemented Interfaces:
ServiceMessage, ServiceRequest, java.io.Serializable
Direct Known Subclasses:
ChangePasswordRequest, CreateApplicationEventRequest, CreateApplicationSessionRequest, DeleteAccountRequest, DestroyApplicationSessionRequest, DisableGoogleAuthenticatorCredentialRequest, LoginRequest, LogoutRequest, ManageUserAccountRequest, RefreshDataViewsRequest, RegisterUserRequest, RemoveDataRequest, SearchDocumentRequest, SendEmailRequest, SetGoogleAuthenticatorCredentialRequest, UpdateApplicationConfigurationRequest, UpdateSearchIndexRequest

public abstract class AbstractRequest extends AbstractMessage implements ServiceRequest
The Class AbstractRequest.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Instantiates a new abstract request.
  • Method Summary

    Methods inherited from class com.hack23.cia.service.api.action.common.AbstractMessage

    equals, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • AbstractRequest

      public AbstractRequest()
      Instantiates a new abstract request.