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