Class RepositoryRequestMessage
- java.lang.Object
-
- co.mastermindcms.framework.beans.ws.BasicRequestMessage
-
- co.mastermindcms.framework.beans.ws.RepositoryRequestMessage
-
public class RepositoryRequestMessage extends BasicRequestMessage
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
repositoryId
private DocumentRequestType
requestType
-
Constructor Summary
Constructors Constructor Description RepositoryRequestMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getRepositoryId()
DocumentRequestType
getRequestType()
void
setRepositoryId(java.lang.String repositoryId)
void
setRequestType(DocumentRequestType requestType)
-
Methods inherited from class co.mastermindcms.framework.beans.ws.BasicRequestMessage
getActionId, getElements, getEventType, getPath, getPayload, getSharedEndpoint, setActionId, setElements, setEventType, setPath, setPayload, setSharedEndpoint
-
-
-
-
Field Detail
-
repositoryId
private java.lang.String repositoryId
-
requestType
private DocumentRequestType requestType
-
-
Method Detail
-
getRepositoryId
public java.lang.String getRepositoryId()
-
setRepositoryId
public void setRepositoryId(java.lang.String repositoryId)
-
getRequestType
public DocumentRequestType getRequestType()
-
setRequestType
public void setRequestType(DocumentRequestType requestType)
-
-