| Package | Description |
|---|---|
| com.unboundid.scim.sdk |
| Modifier and Type | Method and Description |
|---|---|
static <R extends BaseResource> |
Diff.fromPartialResource(R partialResource,
boolean includeReadOnlyAttributes)
Generates a diff with modifications that can be applied to the source
resource in order to make it match the target resource.
|
static <R extends BaseResource> |
Diff.generate(R source,
R target,
String... attributes)
Generates a diff with modifications that can be applied to the source
resource in order to make it match the target resource.
|
Copyright © 2011–2016 UnboundID. All rights reserved.