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
Fields Modifier and Type Field Description static String
JSON_PROPERTY_ALLOW_SIGN_UP
static String
JSON_PROPERTY_ALLOWED_DOMAINS
static String
JSON_PROPERTY_CLIENT_ID
static String
JSON_PROPERTY_CLIENT_SECRET
-
Constructor Summary
Constructors Constructor Description GoogleAuthIntegration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GoogleAuthIntegration
addAllowedDomainsItem(String allowedDomainsItem)
GoogleAuthIntegration
allowedDomains(List<String> allowedDomains)
GoogleAuthIntegration
allowSignUp(Boolean allowSignUp)
GoogleAuthIntegration
clientId(String clientId)
GoogleAuthIntegration
clientSecret(String clientSecret)
boolean
equals(Object o)
Return true if this Google_Auth_integration object is equal to o.List<String>
getAllowedDomains()
Get allowedDomainsBoolean
getAllowSignUp()
Get allowSignUpString
getClientId()
Get clientIdString
getClientSecret()
Get clientSecretint
hashCode()
void
setAllowedDomains(List<String> allowedDomains)
void
setAllowSignUp(Boolean allowSignUp)
void
setClientId(String clientId)
void
setClientSecret(String clientSecret)
String
toString()
String
toUrlQueryString()
Convert the instance into URL query string.String
toUrlQueryString(String prefix)
Convert the instance into URL query string.
-
-
-
Field Detail
-
JSON_PROPERTY_ALLOW_SIGN_UP
public static final String JSON_PROPERTY_ALLOW_SIGN_UP
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ALLOWED_DOMAINS
public static final String JSON_PROPERTY_ALLOWED_DOMAINS
- 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
-
-
Method Detail
-
allowSignUp
public GoogleAuthIntegration allowSignUp(Boolean allowSignUp)
-
getAllowSignUp
@Nullable public Boolean getAllowSignUp()
Get allowSignUp- Returns:
- allowSignUp
-
setAllowSignUp
public void setAllowSignUp(Boolean allowSignUp)
-
allowedDomains
public GoogleAuthIntegration allowedDomains(List<String> allowedDomains)
-
addAllowedDomainsItem
public GoogleAuthIntegration addAllowedDomainsItem(String allowedDomainsItem)
-
getAllowedDomains
@Nonnull public List<String> getAllowedDomains()
Get allowedDomains- Returns:
- allowedDomains
-
clientId
public GoogleAuthIntegration clientId(String clientId)
-
getClientId
@Nonnull public String getClientId()
Get clientId- Returns:
- clientId
-
setClientId
public void setClientId(String clientId)
-
clientSecret
public GoogleAuthIntegration clientSecret(String clientSecret)
-
getClientSecret
@Nonnull public String getClientSecret()
Get clientSecret- Returns:
- clientSecret
-
setClientSecret
public void setClientSecret(String clientSecret)
-
equals
public boolean equals(Object o)
Return true if this Google_Auth_integration object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-