Package io.gs2.datastore.request
Class PrepareUploadByUserIdRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<PrepareUploadByUserIdRequest>
io.gs2.datastore.request.PrepareUploadByUserIdRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PrepareUploadByUserIdRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()getScope()voidsetAllowUserIds(List<String> allowUserIds) voidsetContentType(String contentType) voidsetDuplicationAvoider(String duplicationAvoider) voidvoidsetNamespaceName(String namespaceName) voidvoidsetUpdateIfExists(Boolean updateIfExists) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withAllowUserIds(List<String> allowUserIds) withContentType(String contentType) withDuplicationAvoider(String duplicationAvoider) withNamespaceName(String namespaceName) withUpdateIfExists(Boolean updateIfExists) withUserId(String userId) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
PrepareUploadByUserIdRequest
public PrepareUploadByUserIdRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getUserId
-
setUserId
-
withUserId
-
getName
-
setName
-
withName
-
getContentType
-
setContentType
-
withContentType
-
getScope
-
setScope
-
withScope
-
getAllowUserIds
-
setAllowUserIds
-
withAllowUserIds
-
getUpdateIfExists
-
setUpdateIfExists
-
withUpdateIfExists
-
getDuplicationAvoider
-
setDuplicationAvoider
-
withDuplicationAvoider
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-