Uses of Class
de.captaingoldfish.scim.sdk.common.response.BulkResponseOperation
-
Packages that use BulkResponseOperation Package Description de.captaingoldfish.scim.sdk.common.response -
-
Uses of BulkResponseOperation in de.captaingoldfish.scim.sdk.common.response
Methods in de.captaingoldfish.scim.sdk.common.response that return types with arguments of type BulkResponseOperation Modifier and Type Method Description List<BulkResponseOperation>BulkResponse. getBulkResponseOperations()Defines operations within a bulk job.Method parameters in de.captaingoldfish.scim.sdk.common.response with type arguments of type BulkResponseOperation Modifier and Type Method Description voidBulkResponse. setBulkResponseOperations(List<BulkResponseOperation> bulkRequestOperations)Defines operations within a bulk job.Constructor parameters in de.captaingoldfish.scim.sdk.common.response with type arguments of type BulkResponseOperation Constructor Description BulkResponse(List<BulkResponseOperation> bulkResponseOperation, int httpStatus)
-