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