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-09-23T08:35:59.300824-05:00[America/Chicago]",
           comments="Generator version: 7.8.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
Get brandId- Returns:
 - brandId
 
 - 
setBrandId
 - 
domain
 - 
getDomain
Get domain- Returns:
 - domain
 
 - 
setDomain
 - 
validationSubdomain
 - 
getValidationSubdomain
Subdomain for the email sender's custom mail domain. Specify your subdomain when you configure a custom mail domain.- Returns:
 - validationSubdomain
 
 - 
setValidationSubdomain
 - 
displayName
 - 
getDisplayName
Get displayName- Returns:
 - displayName
 
 - 
setDisplayName
 - 
userName
 - 
getUserName
Get userName- Returns:
 - userName
 
 - 
setUserName
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -