Class BulkRequest
java.lang.Object
org.gluu.oxtrust.model.scim2.bulk.BulkBase
org.gluu.oxtrust.model.scim2.bulk.BulkRequest
Encapsulates the components of a SCIM BulkRequest (see section 3.7 of RFC 7644).
- Author:
- Rahat Ali Date: 05.08.2015
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetFailOnErrors(Integer failOnErrors) Specifies the number of errors that the service provider will accept before the request processing is terminated and an error response is returned.Methods inherited from class org.gluu.oxtrust.model.scim2.bulk.BulkBase
getOperations, getSchemas, setOperations, setOperations2, setSchemas
-
Constructor Details
-
BulkRequest
public BulkRequest()Creates an empty BulkRequest (initializing itsschemasproperly).
-
-
Method Details
-
getFailOnErrors
-
setFailOnErrors
Specifies the number of errors that the service provider will accept before the request processing is terminated and an error response is returned.- Parameters:
failOnErrors- Integer value
-