Package | Description |
---|---|
com.oracle.bmc.identitydomains.model | |
com.oracle.bmc.identitydomains.requests | |
com.oracle.bmc.identitydomains.responses |
Modifier and Type | Method and Description |
---|---|
Rule |
Rule.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<Rule> |
Rules.getResources()
A multi-valued list of complex objects containing the requested resources.
|
Modifier and Type | Method and Description |
---|---|
Rule.Builder |
Rule.Builder.copy(Rule model) |
Modifier and Type | Method and Description |
---|---|
Rules.Builder |
Rules.Builder.resources(List<Rule> resources)
A multi-valued list of complex objects containing the requested resources.
|
Constructor and Description |
---|
Rules(List<String> schemas,
Integer totalResults,
List<Rule> resources,
Integer startIndex,
Integer itemsPerPage)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Rule |
CreateRuleRequest.getBody$()
Alternative accessor for the body parameter.
|
Rule |
PutRuleRequest.getBody$()
Alternative accessor for the body parameter.
|
Rule |
CreateRuleRequest.getRule()
Rule schema.
|
Rule |
PutRuleRequest.getRule()
Replace the current instance of Rule with provided payload.
|
Modifier and Type | Method and Description |
---|---|
CreateRuleRequest.Builder |
CreateRuleRequest.Builder.body$(Rule body)
Alternative setter for the body parameter.
|
PutRuleRequest.Builder |
PutRuleRequest.Builder.body$(Rule body)
Alternative setter for the body parameter.
|
CreateRuleRequest.Builder |
CreateRuleRequest.Builder.rule(Rule rule)
Rule schema.
|
PutRuleRequest.Builder |
PutRuleRequest.Builder.rule(Rule rule)
Replace the current instance of Rule with provided payload.
|
Modifier and Type | Method and Description |
---|---|
Rule |
PatchRuleResponse.getRule()
The returned
Rule instance. |
Rule |
PutRuleResponse.getRule()
The returned
Rule instance. |
Rule |
GetRuleResponse.getRule()
The returned
Rule instance. |
Rule |
CreateRuleResponse.getRule()
The returned
Rule instance. |
Modifier and Type | Method and Description |
---|---|
PatchRuleResponse.Builder |
PatchRuleResponse.Builder.rule(Rule rule)
The returned
Rule instance. |
PutRuleResponse.Builder |
PutRuleResponse.Builder.rule(Rule rule)
The returned
Rule instance. |
GetRuleResponse.Builder |
GetRuleResponse.Builder.rule(Rule rule)
The returned
Rule instance. |
CreateRuleResponse.Builder |
CreateRuleResponse.Builder.rule(Rule rule)
The returned
Rule instance. |
Copyright © 2016–2024. All rights reserved.