Package io.gs2.datastore.request
Class PrepareUploadRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<PrepareUploadRequest>
io.gs2.datastore.request.PrepareUploadRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PrepareUploadRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()getScope()voidsetAccessToken(String accessToken) voidsetAllowUserIds(List<String> allowUserIds) voidsetContentType(String contentType) voidsetDuplicationAvoider(String duplicationAvoider) voidvoidsetNamespaceName(String namespaceName) voidvoidsetUpdateIfExists(Boolean updateIfExists) com.fasterxml.jackson.databind.JsonNodetoJson()withAccessToken(String accessToken) withAllowUserIds(List<String> allowUserIds) withContentType(String contentType) withDuplicationAvoider(String duplicationAvoider) withNamespaceName(String namespaceName) withUpdateIfExists(Boolean updateIfExists) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
PrepareUploadRequest
public PrepareUploadRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getAccessToken
-
setAccessToken
-
withAccessToken
-
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()
-