Package io.jans.scim.model.scim2.bulk
Class BulkRequest
- java.lang.Object
-
- io.jans.scim.model.scim2.bulk.BulkBase
-
- io.jans.scim.model.scim2.bulk.BulkRequest
-
public class BulkRequest extends BulkBase
Encapsulates the components of a SCIM BulkRequest (see section 3.7 of RFC 7644).- Author:
- Rahat Ali Date: 05.08.2015
-
-
Constructor Summary
Constructors Constructor Description BulkRequest()
Creates an empty BulkRequest (initializing itsschemas
properly).
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getFailOnErrors()
void
setFailOnErrors(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 io.jans.scim.model.scim2.bulk.BulkBase
getOperations, getSchemas, setOperations, setOperations2, setSchemas
-
-
-
-
Constructor Detail
-
BulkRequest
public BulkRequest()
Creates an empty BulkRequest (initializing itsschemas
properly).
-
-
Method Detail
-
getFailOnErrors
public Integer getFailOnErrors()
-
setFailOnErrors
public void setFailOnErrors(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.- Parameters:
failOnErrors
- Integer value
-
-