Uses of Class
io.gs2.inventory.result.DeleteReferenceOfItemSetByStampSheetResult
Packages that use DeleteReferenceOfItemSetByStampSheetResult
-
Uses of DeleteReferenceOfItemSetByStampSheetResult in io.gs2.inventory
Methods in io.gs2.inventory that return DeleteReferenceOfItemSetByStampSheetResultModifier and TypeMethodDescriptionGs2InventoryRestClient.deleteReferenceOfItemSetByStampSheet(DeleteReferenceOfItemSetByStampSheetRequest request) Method parameters in io.gs2.inventory with type arguments of type DeleteReferenceOfItemSetByStampSheetResultModifier and TypeMethodDescriptionvoidGs2InventoryRestClient.deleteReferenceOfItemSetByStampSheetAsync(DeleteReferenceOfItemSetByStampSheetRequest request, AsyncAction<AsyncResult<DeleteReferenceOfItemSetByStampSheetResult>> callback) -
Uses of DeleteReferenceOfItemSetByStampSheetResult in io.gs2.inventory.result
Methods in io.gs2.inventory.result that return DeleteReferenceOfItemSetByStampSheetResultModifier and TypeMethodDescriptionDeleteReferenceOfItemSetByStampSheetResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) DeleteReferenceOfItemSetByStampSheetResult.withInventory(Inventory inventory) DeleteReferenceOfItemSetByStampSheetResult.withItemModel(ItemModel itemModel) DeleteReferenceOfItemSetByStampSheetResult.withItemSet(ItemSet itemSet)