Interface Application.Builder

    • Method Detail

      • namespace

        Application.Builder namespace​(String namespace)

        Namespace of the application that you want to give access to.

        Parameters:
        namespace - Namespace of the application that you want to give access to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • applicationPermissions

        Application.Builder applicationPermissions​(Collection<String> applicationPermissions)

        The permissions that the agent is granted on the application. Only the ACCESS permission is supported.

        Parameters:
        applicationPermissions - The permissions that the agent is granted on the application. Only the ACCESS permission is supported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • applicationPermissions

        Application.Builder applicationPermissions​(String... applicationPermissions)

        The permissions that the agent is granted on the application. Only the ACCESS permission is supported.

        Parameters:
        applicationPermissions - The permissions that the agent is granted on the application. Only the ACCESS permission is supported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.