Package io.gs2.formation.request
Class GetFormWithSignatureRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<GetFormWithSignatureRequest>
io.gs2.formation.request.GetFormWithSignatureRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GetFormWithSignatureRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) getIndex()getKeyId()voidsetAccessToken(String accessToken) voidvoidvoidsetMoldModelName(String moldModelName) voidsetNamespaceName(String namespaceName) com.fasterxml.jackson.databind.JsonNodetoJson()withAccessToken(String accessToken) withMoldModelName(String moldModelName) withNamespaceName(String namespaceName) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
GetFormWithSignatureRequest
public GetFormWithSignatureRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getAccessToken
-
setAccessToken
-
withAccessToken
-
getMoldModelName
-
setMoldModelName
-
withMoldModelName
-
getIndex
-
setIndex
-
withIndex
-
getKeyId
-
setKeyId
-
withKeyId
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-