Package com.okta.sdk.resource.model
Class DomainRequest
java.lang.Object
com.okta.sdk.resource.model.DomainRequest
- 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 DomainRequest
extends Object
implements Serializable
DomainRequest
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncertificateSourceType
(DomainCertificateSourceType certificateSourceType) boolean
Get certificateSourceTypeCustom domain nameint
hashCode()
void
setCertificateSourceType
(DomainCertificateSourceType certificateSourceType) void
toString()
-
Field Details
-
JSON_PROPERTY_CERTIFICATE_SOURCE_TYPE
- See Also:
-
JSON_PROPERTY_DOMAIN
- See Also:
-
-
Constructor Details
-
DomainRequest
public DomainRequest()
-
-
Method Details
-
certificateSourceType
-
getCertificateSourceType
Get certificateSourceType- Returns:
- certificateSourceType
-
setCertificateSourceType
-
domain
-
getDomain
Custom domain name- Returns:
- domain
-
setDomain
-
equals
-
hashCode
public int hashCode() -
toString
-