MyAppApp.Builder |
MyAppApp.Builder.active(Boolean active) |
If true, this App is able to participate in runtime services, such as automatic-login,
OAuth, and SAML.
|
MyAppApp.Builder |
MyAppApp.Builder.appIcon(String appIcon) |
Application icon.
|
MyAppApp.Builder |
MyAppApp.Builder.appThumbnail(String appThumbnail) |
Application thumbnail.
|
static MyAppApp.Builder |
MyAppApp.builder() |
Create a new builder.
|
MyAppApp.Builder |
MyAppApp.Builder.copy(MyAppApp model) |
|
MyAppApp.Builder |
MyAppApp.Builder.description(String description) |
Application description
|
MyAppApp.Builder |
MyAppApp.Builder.display(String display) |
Application display name
|
MyAppApp.Builder |
MyAppApp.Builder.isAliasApp(Boolean isAliasApp) |
If true, this App is an AliasApp and it cannot be granted to an end user directly
|
MyAppApp.Builder |
MyAppApp.Builder.isLoginTarget(Boolean isLoginTarget) |
If true, this App allows runtime services to log end users into this App automatically.
|
MyAppApp.Builder |
MyAppApp.Builder.isOPCService(Boolean isOPCService) |
If true, this application is an Oracle Public Cloud service-instance.
|
MyAppApp.Builder |
MyAppApp.Builder.loginMechanism(String loginMechanism) |
The protocol that runtime services will use to log end users in to this App
automatically.
|
MyAppApp.Builder |
MyAppApp.Builder.ref(String ref) |
Application URI
|
MyAppApp.Builder |
MyAppApp.Builder.serviceTypeURN(String serviceTypeURN) |
This Uniform Resource Name (URN) value identifies the type of Oracle Public Cloud service
of which this app is an instance.
|
MyAppApp.Builder |
MyAppApp.Builder.showInMyApps(Boolean showInMyApps) |
If true, this App will be displayed in the MyApps page of each end-user who has access to
this App.
|
MyAppApp.Builder |
MyAppApp.toBuilder() |
|
MyAppApp.Builder |
MyAppApp.Builder.value(String value) |
Application identifier
|