Package | Description |
---|---|
com.oracle.bmc.identitydomains.model | |
com.oracle.bmc.identitydomains.requests | |
com.oracle.bmc.identitydomains.responses |
Modifier and Type | Method and Description |
---|---|
Group |
Group.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<Group> |
Groups.getResources()
A multi-valued list of complex objects containing the requested resources.
|
Modifier and Type | Method and Description |
---|---|
Group.Builder |
Group.Builder.copy(Group model) |
Modifier and Type | Method and Description |
---|---|
Groups.Builder |
Groups.Builder.resources(List<Group> resources)
A multi-valued list of complex objects containing the requested resources.
|
Constructor and Description |
---|
Groups(List<String> schemas,
Integer totalResults,
List<Group> resources,
Integer startIndex,
Integer itemsPerPage)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Group |
PutGroupRequest.getBody$()
Alternative accessor for the body parameter.
|
Group |
CreateGroupRequest.getBody$()
Alternative accessor for the body parameter.
|
Group |
PutGroupRequest.getGroup()
Replace the current instance of Group with provided payload.
|
Group |
CreateGroupRequest.getGroup()
Group schema.
|
Modifier and Type | Method and Description |
---|---|
PutGroupRequest.Builder |
PutGroupRequest.Builder.body$(Group body)
Alternative setter for the body parameter.
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.body$(Group body)
Alternative setter for the body parameter.
|
PutGroupRequest.Builder |
PutGroupRequest.Builder.group(Group group)
Replace the current instance of Group with provided payload.
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.group(Group group)
Group schema.
|
Modifier and Type | Method and Description |
---|---|
Group |
GetGroupResponse.getGroup()
The returned
Group instance. |
Group |
PutGroupResponse.getGroup()
The returned
Group instance. |
Group |
CreateGroupResponse.getGroup()
The returned
Group instance. |
Group |
PatchGroupResponse.getGroup()
The returned
Group instance. |
Modifier and Type | Method and Description |
---|---|
GetGroupResponse.Builder |
GetGroupResponse.Builder.group(Group group)
The returned
Group instance. |
PutGroupResponse.Builder |
PutGroupResponse.Builder.group(Group group)
The returned
Group instance. |
CreateGroupResponse.Builder |
CreateGroupResponse.Builder.group(Group group)
The returned
Group instance. |
PatchGroupResponse.Builder |
PatchGroupResponse.Builder.group(Group group)
The returned
Group instance. |
Copyright © 2016–2024. All rights reserved.