Package com.okta.sdk.resource.model
Class EmailDomain
java.lang.Object
com.okta.sdk.resource.model.EmailDomain
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-09T14:20:25.727262-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class EmailDomain
extends Object
implements Serializable
EmailDomain
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondisplayName(String displayName) booleanGet brandIdGet displayNameGet domainGet userNameSubdomain for the email sender's custom mail domain.inthashCode()voidsetBrandId(String brandId) voidsetDisplayName(String displayName) voidvoidsetUserName(String userName) voidsetValidationSubdomain(String validationSubdomain) toString()validationSubdomain(String validationSubdomain)
-
Field Details
-
JSON_PROPERTY_BRAND_ID
- See Also:
-
JSON_PROPERTY_DOMAIN
- See Also:
-
JSON_PROPERTY_VALIDATION_SUBDOMAIN
- See Also:
-
JSON_PROPERTY_DISPLAY_NAME
- See Also:
-
JSON_PROPERTY_USER_NAME
- See Also:
-
-
Constructor Details
-
EmailDomain
public EmailDomain()
-
-
Method Details
-
brandId
-
getBrandId
-
setBrandId
-
domain
-
getDomain
-
setDomain
-
validationSubdomain
-
getValidationSubdomain
-
setValidationSubdomain
-
displayName
-
getDisplayName
-
setDisplayName
-
userName
-
getUserName
-
setUserName
-
equals
-
hashCode
-
toString
-