Class BulkResponse
java.lang.Object
org.gluu.oxtrust.model.scim2.bulk.BulkBase
org.gluu.oxtrust.model.scim2.bulk.BulkResponse
Encapsulates the components of a SCIM BulkResponse (see section 3.7 of RFC 7644).
- Author:
- Rahat Ali Date: 05.08.2015
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.gluu.oxtrust.model.scim2.bulk.BulkBase
getOperations, getSchemas, setOperations, setOperations2, setSchemas
-
Constructor Details
-
BulkResponse
public BulkResponse()Creates an empty BulkResponse (initializing itsschemasproperly).
-