Package com.exoscale.sdk.model
Class GoogleAuthIntegration
java.lang.Object
com.exoscale.sdk.model.GoogleAuthIntegration
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class GoogleAuthIntegration
extends Object
GoogleAuthIntegration
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddAllowedDomainsItem
(String allowedDomainsItem) allowedDomains
(List<String> allowedDomains) allowSignUp
(Boolean allowSignUp) clientSecret
(String clientSecret) boolean
Return true if this Google_Auth_integration object is equal to o.Get allowedDomainsGet allowSignUpGet clientIdGet clientSecretint
hashCode()
void
setAllowedDomains
(List<String> allowedDomains) void
setAllowSignUp
(Boolean allowSignUp) void
setClientId
(String clientId) void
setClientSecret
(String clientSecret) 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_DOMAINS
- See Also:
-
JSON_PROPERTY_CLIENT_ID
- See Also:
-
JSON_PROPERTY_CLIENT_SECRET
- See Also:
-
-
Constructor Details
-
GoogleAuthIntegration
public GoogleAuthIntegration()
-
-
Method Details
-
allowSignUp
-
getAllowSignUp
Get allowSignUp- Returns:
- allowSignUp
-
setAllowSignUp
-
allowedDomains
-
addAllowedDomainsItem
-
getAllowedDomains
Get allowedDomains- Returns:
- allowedDomains
-
setAllowedDomains
-
clientId
-
getClientId
Get clientId- Returns:
- clientId
-
setClientId
-
clientSecret
-
getClientSecret
Get clientSecret- Returns:
- clientSecret
-
setClientSecret
-
equals
Return true if this Google_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
-