Interface ServiceNowConfiguration.Builder

  • Method Details

    • instanceId

      ServiceNowConfiguration.Builder instanceId(String instanceId)

      ServiceNow instance ID

      Parameters:
      instanceId - ServiceNow instance ID
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • authScopes

      Scoped down authentication scopes for fine grained control

      Parameters:
      authScopes - Scoped down authentication scopes for fine grained control
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • authScopes

      ServiceNowConfiguration.Builder authScopes(String... authScopes)

      Scoped down authentication scopes for fine grained control

      Parameters:
      authScopes - Scoped down authentication scopes for fine grained control
      Returns:
      Returns a reference to this object so that method calls can be chained together.