Package com.exoscale.sdk.model
Class GithubAuthIntegration
- java.lang.Object
-
- com.exoscale.sdk.model.GithubAuthIntegration
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.4.0") public class GithubAuthIntegration extends Object
GithubAuthIntegration
-
-
Field Summary
Fields Modifier and Type Field Description static String
JSON_PROPERTY_ALLOW_SIGN_UP
static String
JSON_PROPERTY_ALLOWED_ORGANIZATIONS
static String
JSON_PROPERTY_AUTO_LOGIN
static String
JSON_PROPERTY_CLIENT_ID
static String
JSON_PROPERTY_CLIENT_SECRET
static String
JSON_PROPERTY_SKIP_ORG_ROLE_SYNC
static String
JSON_PROPERTY_TEAM_IDS
-
Constructor Summary
Constructors Constructor Description GithubAuthIntegration()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_ALLOW_SIGN_UP
public static final String JSON_PROPERTY_ALLOW_SIGN_UP
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ALLOWED_ORGANIZATIONS
public static final String JSON_PROPERTY_ALLOWED_ORGANIZATIONS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_AUTO_LOGIN
public static final String JSON_PROPERTY_AUTO_LOGIN
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CLIENT_ID
public static final String JSON_PROPERTY_CLIENT_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CLIENT_SECRET
public static final String JSON_PROPERTY_CLIENT_SECRET
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SKIP_ORG_ROLE_SYNC
public static final String JSON_PROPERTY_SKIP_ORG_ROLE_SYNC
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TEAM_IDS
public static final String JSON_PROPERTY_TEAM_IDS
- See Also:
- Constant Field Values
-
-
Method Detail
-
allowSignUp
public GithubAuthIntegration allowSignUp(Boolean allowSignUp)
-
getAllowSignUp
@Nullable public Boolean getAllowSignUp()
Get allowSignUp- Returns:
- allowSignUp
-
setAllowSignUp
public void setAllowSignUp(Boolean allowSignUp)
-
allowedOrganizations
public GithubAuthIntegration allowedOrganizations(List<String> allowedOrganizations)
-
addAllowedOrganizationsItem
public GithubAuthIntegration addAllowedOrganizationsItem(String allowedOrganizationsItem)
-
getAllowedOrganizations
@Nullable public List<String> getAllowedOrganizations()
Get allowedOrganizations- Returns:
- allowedOrganizations
-
autoLogin
public GithubAuthIntegration autoLogin(Boolean autoLogin)
-
getAutoLogin
@Nullable public Boolean getAutoLogin()
Get autoLogin- Returns:
- autoLogin
-
setAutoLogin
public void setAutoLogin(Boolean autoLogin)
-
clientId
public GithubAuthIntegration clientId(String clientId)
-
getClientId
@Nonnull public String getClientId()
Get clientId- Returns:
- clientId
-
setClientId
public void setClientId(String clientId)
-
clientSecret
public GithubAuthIntegration clientSecret(String clientSecret)
-
getClientSecret
@Nonnull public String getClientSecret()
Get clientSecret- Returns:
- clientSecret
-
setClientSecret
public void setClientSecret(String clientSecret)
-
skipOrgRoleSync
public GithubAuthIntegration skipOrgRoleSync(Boolean skipOrgRoleSync)
-
getSkipOrgRoleSync
@Nullable public Boolean getSkipOrgRoleSync()
Get skipOrgRoleSync- Returns:
- skipOrgRoleSync
-
setSkipOrgRoleSync
public void setSkipOrgRoleSync(Boolean skipOrgRoleSync)
-
teamIds
public GithubAuthIntegration teamIds(List<Integer> teamIds)
-
addTeamIdsItem
public GithubAuthIntegration addTeamIdsItem(Integer teamIdsItem)
-
equals
public boolean equals(Object o)
Return true if this Github_Auth_integration object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-