| BulkBuilder |
author Pascal Knueppel
created at: 08.03.2020
|
| BulkBuilder.BulkRequestOperationCreator |
an additional build step class that allows to set the values of a bulk operation
|
| CreateBuilder<T extends ResourceNode> |
author Pascal Knueppel
created at: 07.12.2019 - 23:13
|
| DeleteBuilder<T extends ResourceNode> |
author Pascal Knueppel
created at: 16.12.2019 - 11:35
|
| ETagRequestBuilder<T extends ResourceNode> |
author Pascal Knueppel
created at: 13.12.2019 - 09:02
an abstract class for request builder that may use etags in the requests
|
| GetBuilder<T extends ResourceNode> |
author Pascal Knueppel
created at: 13.12.2019 - 08:21
|
| ListBuilder<T extends ResourceNode> |
author Pascal Knueppel
created at: 16.12.2019 - 13:00
a builder that can be used to build a list request
|
| ListBuilder.GetRequestBuilder<T extends ResourceNode> |
a request builder that builds the list-request as a http-get request
|
| ListBuilder.ListServerResponse<T extends ResourceNode> |
overrides the translation of the returned resource from the server
|
| ListBuilder.PostRequestBuilder<T extends ResourceNode> |
a request builder that builds the list-request as a http-post request
|
| PatchBuilder<T extends ResourceNode> |
allows to build a patch request that can be sent to the server
created at: 01.05.2020
|
| PatchBuilder.PatchOperationBuilder<T extends ResourceNode> |
used to build a simple patch operation
|
| RequestBuilder<T extends ScimObjectNode> |
author Pascal Knueppel
created at: 07.12.2019 - 23:15
an abstract request builder implementation
|
| UpdateBuilder<T extends ResourceNode> |
author Pascal Knueppel
created at: 16.12.2019 - 12:04
|