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