Package io.gs2.formation.result
Class AcquireActionsToFormPropertiesResult
java.lang.Object
io.gs2.formation.result.AcquireActionsToFormPropertiesResult
- All Implemented Interfaces:
IResult,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.fasterxml.jackson.databind.JsonNode data) getItem()getMold()voidsetAutoRunStampSheet(Boolean autoRunStampSheet) voidvoidvoidsetStampSheet(String stampSheet) voidsetStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId) voidsetTransactionId(String transactionId) com.fasterxml.jackson.databind.JsonNodetoJson()withAutoRunStampSheet(Boolean autoRunStampSheet) withStampSheet(String stampSheet) withStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId) withTransactionId(String transactionId)
-
Constructor Details
-
AcquireActionsToFormPropertiesResult
public AcquireActionsToFormPropertiesResult()
-
-
Method Details
-
getItem
-
setItem
-
withItem
-
getMold
-
setMold
-
withMold
-
getTransactionId
-
setTransactionId
-
withTransactionId
-
getStampSheet
-
setStampSheet
-
withStampSheet
-
getStampSheetEncryptionKeyId
-
setStampSheetEncryptionKeyId
-
withStampSheetEncryptionKeyId
public AcquireActionsToFormPropertiesResult withStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId) -
getAutoRunStampSheet
-
setAutoRunStampSheet
-
withAutoRunStampSheet
-
fromJson
public static AcquireActionsToFormPropertiesResult fromJson(com.fasterxml.jackson.databind.JsonNode data) -
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-