Package | Description |
---|---|
com.oracle.bmc.identitydomains.model | |
com.oracle.bmc.identitydomains.requests | |
com.oracle.bmc.identitydomains.responses |
Modifier and Type | Method and Description |
---|---|
App |
App.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<App> |
Apps.getResources()
A multi-valued list of complex objects containing the requested resources.
|
Modifier and Type | Method and Description |
---|---|
App.Builder |
App.Builder.copy(App model) |
Modifier and Type | Method and Description |
---|---|
Apps.Builder |
Apps.Builder.resources(List<App> resources)
A multi-valued list of complex objects containing the requested resources.
|
Constructor and Description |
---|
Apps(List<String> schemas,
Integer totalResults,
List<App> resources,
Integer startIndex,
Integer itemsPerPage)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
App |
CreateAppRequest.getApp()
App schema.
|
App |
PutAppRequest.getApp()
Replace the current instance of App with provided payload.
|
App |
CreateAppRequest.getBody$()
Alternative accessor for the body parameter.
|
App |
PutAppRequest.getBody$()
Alternative accessor for the body parameter.
|
Modifier and Type | Method and Description |
---|---|
CreateAppRequest.Builder |
CreateAppRequest.Builder.app(App app)
App schema.
|
PutAppRequest.Builder |
PutAppRequest.Builder.app(App app)
Replace the current instance of App with provided payload.
|
CreateAppRequest.Builder |
CreateAppRequest.Builder.body$(App body)
Alternative setter for the body parameter.
|
PutAppRequest.Builder |
PutAppRequest.Builder.body$(App body)
Alternative setter for the body parameter.
|
Modifier and Type | Method and Description |
---|---|
App |
CreateAppResponse.getApp()
The returned
App instance. |
App |
GetAppResponse.getApp()
The returned
App instance. |
App |
PatchAppResponse.getApp()
The returned
App instance. |
App |
PutAppResponse.getApp()
The returned
App instance. |
Modifier and Type | Method and Description |
---|---|
CreateAppResponse.Builder |
CreateAppResponse.Builder.app(App app)
The returned
App instance. |
GetAppResponse.Builder |
GetAppResponse.Builder.app(App app)
The returned
App instance. |
PatchAppResponse.Builder |
PatchAppResponse.Builder.app(App app)
The returned
App instance. |
PutAppResponse.Builder |
PutAppResponse.Builder.app(App app)
The returned
App instance. |
Copyright © 2016–2024. All rights reserved.