| BulkRequest |
author Pascal Knueppel
created at: 25.10.2019 - 20:34
represents a simple bulk request
|
| BulkRequest.BulkRequestBuilder |
override lombok builder with public constructor
|
| BulkRequestOperation |
author Pascal Knueppel
created at: 25.10.2019 - 21:12
Defines operations within a bulk job.
|
| BulkRequestOperation.BulkRequestOperationBuilder |
override lombok builder with public constructor
|
| PatchOpRequest |
author Pascal Knueppel
created at: 29.10.2019 - 08:31
HTTP PATCH is an OPTIONAL server function that enables clients to update one or more attributes of a SCIM
resource using a sequence of operations to "add", "remove", or "replace" values.Clients may discover
service provider support for PATCH by querying the service provider configuration
|
| PatchOpRequest.PatchOpRequestBuilder |
override lombok builder with public constructor
|
| PatchRequestOperation |
author Pascal Knueppel
created at: 29.10.2019 - 08:32
represents a single operation within a patch request
|
| PatchRequestOperation.PatchRequestOperationBuilder |
|
| SearchRequest |
author Pascal Knueppel
created at: 18.10.2019 - 18:39
represents a search request that is used on .search requests
|
| SearchRequest.SearchRequestBuilder |
override lombok builder with public constructor
|