PatchUserRequest.Builder | 
PatchUserRequest.Builder.attributes(String attributes) | 
 A comma-delimited string that specifies the names of resource attributes that should be
returned in the response. 
 | 
PatchUserRequest.Builder | 
PatchUserRequest.Builder.attributeSets(AttributeSets singularValue) | 
 Singular setter. 
 | 
PatchUserRequest.Builder | 
PatchUserRequest.Builder.attributeSets(List<AttributeSets> attributeSets) | 
 A multi-valued list of strings indicating the return type of attribute definition. 
 | 
PatchUserRequest.Builder | 
PatchUserRequest.Builder.authorization(String authorization) | 
 The Authorization field value consists of credentials containing the authentication
information of the user agent for the realm of the resource being requested. 
 | 
PatchUserRequest.Builder | 
PatchUserRequest.Builder.body$(PatchOp body) | 
 Alternative setter for the body parameter. 
 | 
static PatchUserRequest.Builder | 
PatchUserRequest.builder() | 
 Return a new builder for this request object. 
 | 
PatchUserRequest.Builder | 
PatchUserRequest.Builder.copy(PatchUserRequest o) | 
 Copy method to populate the builder with values from the given instance. 
 | 
PatchUserRequest.Builder | 
PatchUserRequest.Builder.ifMatch(String ifMatch) | 
 Used to make the request conditional on an ETag 
 | 
PatchUserRequest.Builder | 
PatchUserRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) | 
 Set the invocation callback for the request to be built. 
 | 
PatchUserRequest.Builder | 
PatchUserRequest.Builder.opcRetryToken(String opcRetryToken) | 
 A token you supply to uniquely identify the request and provide idempotency if the
request is retried. 
 | 
PatchUserRequest.Builder | 
PatchUserRequest.Builder.patchOp(PatchOp patchOp) | 
 Update the User with SCIM Patch schema. 
 | 
PatchUserRequest.Builder | 
PatchUserRequest.Builder.resourceTypeSchemaVersion(String resourceTypeSchemaVersion) | 
 An endpoint-specific schema version number to use in the Request. 
 | 
PatchUserRequest.Builder | 
PatchUserRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) | 
 Set the retry configuration for the request to be built. 
 | 
PatchUserRequest.Builder | 
PatchUserRequest.toBuilder() | 
 | 
PatchUserRequest.Builder | 
PatchUserRequest.Builder.userId(String userId) | 
 ID of the resource 
 |