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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAllowedGroupsItem
(String allowedGroupsItem) allowedGroups
(List<String> allowedGroups) allowSignUp
(Boolean allowSignUp) clientSecret
(String clientSecret) boolean
Return true if this GitLab_Auth_integration object is equal to o.Get allowedGroupsGet allowSignUpGet apiUrlGet authUrlGet clientIdGet clientSecretGet tokenUrlint
hashCode()
void
setAllowedGroups
(List<String> allowedGroups) void
setAllowSignUp
(Boolean allowSignUp) void
void
setAuthUrl
(String authUrl) void
setClientId
(String clientId) void
setClientSecret
(String clientSecret) void
setTokenUrl
(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
-
GitLabAuthIntegration
public GitLabAuthIntegration()
-
-
Method Details
-
allowSignUp
-
getAllowSignUp
Get allowSignUp- Returns:
- allowSignUp
-
setAllowSignUp
-
allowedGroups
-
addAllowedGroupsItem
-
getAllowedGroups
Get allowedGroups- Returns:
- allowedGroups
-
setAllowedGroups
-
apiUrl
-
getApiUrl
Get apiUrl- Returns:
- apiUrl
-
setApiUrl
-
authUrl
-
getAuthUrl
Get authUrl- Returns:
- authUrl
-
setAuthUrl
-
clientId
-
getClientId
Get clientId- Returns:
- clientId
-
setClientId
-
clientSecret
-
getClientSecret
Get clientSecret- Returns:
- clientSecret
-
setClientSecret
-
tokenUrl
-
getTokenUrl
Get tokenUrl- Returns:
- tokenUrl
-
setTokenUrl
-
equals
Return true if this GitLab_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
-