Uses of Class
io.gs2.cdk.distributor.model.options.StampSheetResultOptions
Packages that use StampSheetResultOptions
-
Uses of StampSheetResultOptions in io.gs2.cdk.distributor.model
Constructors in io.gs2.cdk.distributor.model with parameters of type StampSheetResultOptionsModifierConstructorDescriptionStampSheetResult(String userId, String transactionId, AcquireAction sheetRequest, StampSheetResultOptions options) -
Uses of StampSheetResultOptions in io.gs2.cdk.distributor.model.options
Methods in io.gs2.cdk.distributor.model.options that return StampSheetResultOptionsModifier and TypeMethodDescriptionStampSheetResultOptions.withNextTransactionId(String nextTransactionId) StampSheetResultOptions.withRevision(Long revision) StampSheetResultOptions.withSheetResult(String sheetResult) StampSheetResultOptions.withSheetResultCode(Integer sheetResultCode) StampSheetResultOptions.withTaskRequests(List<ConsumeAction> taskRequests) StampSheetResultOptions.withTaskResultCodes(List<Integer> taskResultCodes) StampSheetResultOptions.withTaskResults(List<String> taskResults)