Uses of Class
de.captaingoldfish.scim.sdk.common.response.ScimResponse
Packages that use ScimResponse
-
Uses of ScimResponse in de.captaingoldfish.scim.sdk.common.response
Subclasses of ScimResponse in de.captaingoldfish.scim.sdk.common.responseModifier and TypeClassDescriptionclassauthor Pascal Knueppel
created at: 25.10.2019 - 20:34
represents a simple bulk responseclassauthor Pascal Knueppel
created at: 14.10.2019 - 14:49
represents a creation responseclassauthor Pascal Knueppel
created at: 14.10.2019 - 20:09
represents an update response objectclassauthor Pascal Knueppel
created at: 14.10.2019 - 20:58
represents a SCIM error responseclassauthor Pascal Knueppel
created at: 14.10.2019 - 20:09
represents a get response objectclassListResponse<T extends ScimObjectNode>author Pascal Knueppel
created at: 17.10.2019 - 22:04
represents a list responseclassauthor Pascal Knueppel
created at: 14.10.2019 - 20:09
represents an update response objectMethods in de.captaingoldfish.scim.sdk.common.response with type parameters of type ScimResponseModifier and TypeMethodDescription<T extends ScimResponse>
voidBulkResponseGetOperation.setResource(T resource) the resource that represents this nodeMethods in de.captaingoldfish.scim.sdk.common.response with parameters of type ScimResponseModifier and TypeMethodDescriptionBulkResponseGetOperation.BulkResponseGetOperationBuilder.resource(ScimResponse resource) Constructors in de.captaingoldfish.scim.sdk.common.response with parameters of type ScimResponseModifierConstructorDescriptionBulkResponseGetOperation(String nodePath, String resourceId, Integer status, String resourceType, ScimResponse resource, List<BulkResponseGetOperation> children)