Uses of Class
io.gs2.formation.result.AcquireActionToPropertyFormPropertiesByStampSheetResult
Packages that use AcquireActionToPropertyFormPropertiesByStampSheetResult
-
Uses of AcquireActionToPropertyFormPropertiesByStampSheetResult in io.gs2.formation
Methods in io.gs2.formation that return AcquireActionToPropertyFormPropertiesByStampSheetResultModifier and TypeMethodDescriptionGs2FormationRestClient.acquireActionToPropertyFormPropertiesByStampSheet(AcquireActionToPropertyFormPropertiesByStampSheetRequest request) Method parameters in io.gs2.formation with type arguments of type AcquireActionToPropertyFormPropertiesByStampSheetResultModifier and TypeMethodDescriptionvoidGs2FormationRestClient.acquireActionToPropertyFormPropertiesByStampSheetAsync(AcquireActionToPropertyFormPropertiesByStampSheetRequest request, AsyncAction<AsyncResult<AcquireActionToPropertyFormPropertiesByStampSheetResult>> callback) -
Uses of AcquireActionToPropertyFormPropertiesByStampSheetResult in io.gs2.formation.result
Methods in io.gs2.formation.result that return AcquireActionToPropertyFormPropertiesByStampSheetResultModifier and TypeMethodDescriptionAcquireActionToPropertyFormPropertiesByStampSheetResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) AcquireActionToPropertyFormPropertiesByStampSheetResult.withAutoRunStampSheet(Boolean autoRunStampSheet) AcquireActionToPropertyFormPropertiesByStampSheetResult.withItem(PropertyForm item) AcquireActionToPropertyFormPropertiesByStampSheetResult.withStampSheet(String stampSheet) AcquireActionToPropertyFormPropertiesByStampSheetResult.withStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId) AcquireActionToPropertyFormPropertiesByStampSheetResult.withTransactionId(String transactionId)