public static interface Application.Builder extends SdkPojo, CopyableBuilder<Application.Builder,Application>
| Modifier and Type | Method and Description |
|---|---|
Application.Builder |
applicationPermissions(Collection<String> applicationPermissions)
The permissions that the agent is granted on the application.
|
Application.Builder |
applicationPermissions(String... applicationPermissions)
The permissions that the agent is granted on the application.
|
Application.Builder |
namespace(String namespace)
Namespace of the application that you want to give access to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildApplication.Builder namespace(String namespace)
Namespace of the application that you want to give access to.
namespace - Namespace of the application that you want to give access to.Application.Builder applicationPermissions(Collection<String> applicationPermissions)
The permissions that the agent is granted on the application. Only the ACCESS permission is
supported.
applicationPermissions - The permissions that the agent is granted on the application. Only the ACCESS permission
is supported.Application.Builder applicationPermissions(String... applicationPermissions)
The permissions that the agent is granted on the application. Only the ACCESS permission is
supported.
applicationPermissions - The permissions that the agent is granted on the application. Only the ACCESS permission
is supported.Copyright © 2023. All rights reserved.