Package io.jans.scim.model.scim2.patch
Class PatchRequest
- java.lang.Object
-
- io.jans.scim.model.scim2.patch.PatchRequest
-
public class PatchRequest extends Object
A class used to represent a request for a SCIM PATCH. See section 3.5.2 of RFC 7644.
-
-
Constructor Summary
Constructors Constructor Description PatchRequest()
Constructs an empty PatchRequest initializing itsschemas
field properly.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PatchOperation>
getOperations()
List<String>
getSchemas()
void
setOperations(List<PatchOperation> operations)
void
setSchemas(List<String> schemas)
-
-
-
Constructor Detail
-
PatchRequest
public PatchRequest()
Constructs an empty PatchRequest initializing itsschemas
field properly.
-
-
Method Detail
-
getOperations
public List<PatchOperation> getOperations()
-
setOperations
public void setOperations(List<PatchOperation> operations)
-
-