Package com.exoscale.sdk.model
Class GitLabAuthIntegration
java.lang.Object
com.exoscale.sdk.model.GitLabAuthIntegration
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           comments="Generator version: 7.4.0")
public class GitLabAuthIntegration
extends Object
GitLabAuthIntegration
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionaddAllowedGroupsItem(String allowedGroupsItem) allowedGroups(List<String> allowedGroups) allowSignUp(Boolean allowSignUp) clientSecret(String clientSecret) booleanReturn true if this GitLab_Auth_integration object is equal to o.Get allowedGroupsGet allowSignUpGet apiUrlGet authUrlGet clientIdGet clientSecretGet tokenUrlinthashCode()voidsetAllowedGroups(List<String> allowedGroups) voidsetAllowSignUp(Boolean allowSignUp) voidvoidsetAuthUrl(String authUrl) voidsetClientId(String clientId) voidsetClientSecret(String clientSecret) voidsetTokenUrl(String tokenUrl) 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_GROUPS- See Also:
 
- 
JSON_PROPERTY_API_URL- See Also:
 
- 
JSON_PROPERTY_AUTH_URL- See Also:
 
- 
JSON_PROPERTY_CLIENT_ID- See Also:
 
- 
JSON_PROPERTY_CLIENT_SECRET- See Also:
 
- 
JSON_PROPERTY_TOKEN_URL- See Also:
 
 
- 
- 
Constructor Details- 
GitLabAuthIntegrationpublic GitLabAuthIntegration()
 
- 
- 
Method Details- 
allowSignUp
- 
getAllowSignUpGet allowSignUp- Returns:
- allowSignUp
 
- 
setAllowSignUp
- 
allowedGroups
- 
addAllowedGroupsItem
- 
getAllowedGroupsGet allowedGroups- Returns:
- allowedGroups
 
- 
setAllowedGroups
- 
apiUrl
- 
getApiUrlGet apiUrl- Returns:
- apiUrl
 
- 
setApiUrl
- 
authUrl
- 
getAuthUrlGet authUrl- Returns:
- authUrl
 
- 
setAuthUrl
- 
clientId
- 
getClientIdGet clientId- Returns:
- clientId
 
- 
setClientId
- 
clientSecret
- 
getClientSecretGet clientSecret- Returns:
- clientSecret
 
- 
setClientSecret
- 
tokenUrl
- 
getTokenUrlGet tokenUrl- Returns:
- tokenUrl
 
- 
setTokenUrl
- 
equalsReturn true if this GitLab_Auth_integration object is equal to o.
- 
hashCodepublic int hashCode()
- 
toString
- 
toUrlQueryStringConvert the instance into URL query string.- Returns:
- URL query string
 
- 
toUrlQueryStringConvert the instance into URL query string.- Parameters:
- prefix- prefix of the query string
- Returns:
- URL query string
 
 
-