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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddAllowedOrganizationsItem
(String allowedOrganizationsItem) addTeamIdsItem
(Integer teamIdsItem) allowedOrganizations
(List<String> allowedOrganizations) allowSignUp
(Boolean allowSignUp) clientSecret
(String clientSecret) boolean
Return true if this Github_Auth_integration object is equal to o.Get allowedOrganizationsGet allowSignUpGet autoLoginGet clientIdGet clientSecretGet skipOrgRoleSyncGet teamIdsint
hashCode()
void
setAllowedOrganizations
(List<String> allowedOrganizations) void
setAllowSignUp
(Boolean allowSignUp) void
setAutoLogin
(Boolean autoLogin) void
setClientId
(String clientId) void
setClientSecret
(String clientSecret) void
setSkipOrgRoleSync
(Boolean skipOrgRoleSync) void
setTeamIds
(List<Integer> teamIds) skipOrgRoleSync
(Boolean skipOrgRoleSync) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ALLOW_SIGN_UP
- See Also:
-
JSON_PROPERTY_ALLOWED_ORGANIZATIONS
- See Also:
-
JSON_PROPERTY_AUTO_LOGIN
- See Also:
-
JSON_PROPERTY_CLIENT_ID
- See Also:
-
JSON_PROPERTY_CLIENT_SECRET
- See Also:
-
JSON_PROPERTY_SKIP_ORG_ROLE_SYNC
- See Also:
-
JSON_PROPERTY_TEAM_IDS
- See Also:
-
-
Constructor Details
-
GithubAuthIntegration
public GithubAuthIntegration()
-
-
Method Details
-
allowSignUp
-
getAllowSignUp
Get allowSignUp- Returns:
- allowSignUp
-
setAllowSignUp
-
allowedOrganizations
-
addAllowedOrganizationsItem
-
getAllowedOrganizations
Get allowedOrganizations- Returns:
- allowedOrganizations
-
setAllowedOrganizations
-
autoLogin
-
getAutoLogin
Get autoLogin- Returns:
- autoLogin
-
setAutoLogin
-
clientId
-
getClientId
Get clientId- Returns:
- clientId
-
setClientId
-
clientSecret
-
getClientSecret
Get clientSecret- Returns:
- clientSecret
-
setClientSecret
-
skipOrgRoleSync
-
getSkipOrgRoleSync
Get skipOrgRoleSync- Returns:
- skipOrgRoleSync
-
setSkipOrgRoleSync
-
teamIds
-
addTeamIdsItem
-
getTeamIds
Get teamIds- Returns:
- teamIds
-
setTeamIds
-
equals
Return true if this Github_Auth_integration object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix
- prefix of the query string- Returns:
- URL query string
-