Uses of Class
de.captaingoldfish.scim.sdk.common.response.BulkResponseOperation
Packages that use BulkResponseOperation
-
Uses of BulkResponseOperation in de.captaingoldfish.scim.sdk.common.response
Methods in de.captaingoldfish.scim.sdk.common.response that return BulkResponseOperationMethods in de.captaingoldfish.scim.sdk.common.response that return types with arguments of type BulkResponseOperationModifier and TypeMethodDescriptionBulkResponse.getBulkResponseOperations()Defines operations within a bulk job.BulkResponse.getByBulkId(String bulkId) tries to find a bulk response operation matching the given bulkId.BulkResponse.getByResourceId(String resourceId) tries to find a bulk response operation by searching for a resource's id.BulkResponse.getOperationsWithBulkId()BulkResponse.getOperationsWithoutBulkId()Method parameters in de.captaingoldfish.scim.sdk.common.response with type arguments of type BulkResponseOperationModifier and TypeMethodDescriptionBulkResponse.BulkResponseBuilder.bulkResponseOperation(List<BulkResponseOperation> bulkResponseOperation) 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 BulkResponseOperationModifierConstructorDescriptionBulkResponse(List<BulkResponseOperation> bulkResponseOperation, int httpStatus)