Uses of Class
io.gs2.enhance.result.UnleashByStampSheetResult
Packages that use UnleashByStampSheetResult
-
Uses of UnleashByStampSheetResult in io.gs2.enhance
Methods in io.gs2.enhance that return UnleashByStampSheetResultModifier and TypeMethodDescriptionGs2EnhanceRestClient.unleashByStampSheet(UnleashByStampSheetRequest request) Method parameters in io.gs2.enhance with type arguments of type UnleashByStampSheetResultModifier and TypeMethodDescriptionvoidGs2EnhanceRestClient.unleashByStampSheetAsync(UnleashByStampSheetRequest request, AsyncAction<AsyncResult<UnleashByStampSheetResult>> callback) -
Uses of UnleashByStampSheetResult in io.gs2.enhance.result
Methods in io.gs2.enhance.result that return UnleashByStampSheetResultModifier and TypeMethodDescriptionstatic UnleashByStampSheetResultUnleashByStampSheetResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) UnleashByStampSheetResult.withAutoRunStampSheet(Boolean autoRunStampSheet) UnleashByStampSheetResult.withItem(UnleashRateModel item) UnleashByStampSheetResult.withStampSheet(String stampSheet) UnleashByStampSheetResult.withStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId) UnleashByStampSheetResult.withTransactionId(String transactionId)