public static interface SaaSConfiguration.Builder extends SdkPojo, CopyableBuilder<SaaSConfiguration.Builder,SaaSConfiguration>
| Modifier and Type | Method and Description |
|---|---|
SaaSConfiguration.Builder |
hostUrl(String hostUrl)
The GitHub host URL or API endpoint URL.
|
SaaSConfiguration.Builder |
organizationName(String organizationName)
The name of the organization of the GitHub Enterprise Cloud (SaaS) account you want to connect to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSaaSConfiguration.Builder organizationName(String organizationName)
The name of the organization of the GitHub Enterprise Cloud (SaaS) account you want to connect to. You can find your organization name by logging into GitHub desktop and selecting Your organizations under your profile picture dropdown.
organizationName - The name of the organization of the GitHub Enterprise Cloud (SaaS) account you want to connect to. You
can find your organization name by logging into GitHub desktop and selecting Your organizations
under your profile picture dropdown.SaaSConfiguration.Builder hostUrl(String hostUrl)
The GitHub host URL or API endpoint URL. For example, https://api.github.com.
hostUrl - The GitHub host URL or API endpoint URL. For example, https://api.github.com.Copyright © 2023. All rights reserved.