Package io.gs2.formation.request
Class GetPropertyFormWithSignatureRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<GetPropertyFormWithSignatureRequest>
io.gs2.formation.request.GetPropertyFormWithSignatureRequest
- All Implemented Interfaces:
IRequest,Serializable
public class GetPropertyFormWithSignatureRequest
extends Gs2BasicRequest<GetPropertyFormWithSignatureRequest>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.fasterxml.jackson.databind.JsonNode data) getKeyId()voidsetAccessToken(String accessToken) voidvoidsetNamespaceName(String namespaceName) voidsetPropertyFormModelName(String propertyFormModelName) voidsetPropertyId(String propertyId) com.fasterxml.jackson.databind.JsonNodetoJson()withAccessToken(String accessToken) withNamespaceName(String namespaceName) withPropertyFormModelName(String propertyFormModelName) withPropertyId(String propertyId) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
GetPropertyFormWithSignatureRequest
public GetPropertyFormWithSignatureRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getAccessToken
-
setAccessToken
-
withAccessToken
-
getPropertyFormModelName
-
setPropertyFormModelName
-
withPropertyFormModelName
-
getPropertyId
-
setPropertyId
-
withPropertyId
-
getKeyId
-
setKeyId
-
withKeyId
-
fromJson
public static GetPropertyFormWithSignatureRequest fromJson(com.fasterxml.jackson.databind.JsonNode data) -
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-