Class MicrosoftGraphVerifiedDomain
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphVerifiedDomain
verifiedDomain.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphVerifiedDomain class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: verifiedDomain.Get the capabilities property: For example, 'Email', 'OfficeCommunicationsOnline'.Get the isDefault property: true if this is the default domain associated with the tenant; otherwise, false.Get the isInitial property: true if this is the initial domain associated with the tenant; otherwise, false.name()Get the name property: The domain name; for example, 'contoso.onmicrosoft.com'.type()Get the type property: For example, 'Managed'.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: verifiedDomain.withCapabilities(String capabilities) Set the capabilities property: For example, 'Email', 'OfficeCommunicationsOnline'.withIsDefault(Boolean isDefault) Set the isDefault property: true if this is the default domain associated with the tenant; otherwise, false.withIsInitial(Boolean isInitial) Set the isInitial property: true if this is the initial domain associated with the tenant; otherwise, false.Set the name property: The domain name; for example, 'contoso.onmicrosoft.com'.Set the type property: For example, 'Managed'.
-
Constructor Details
-
MicrosoftGraphVerifiedDomain
public MicrosoftGraphVerifiedDomain()Creates an instance of MicrosoftGraphVerifiedDomain class.
-
-
Method Details
-
capabilities
Get the capabilities property: For example, 'Email', 'OfficeCommunicationsOnline'.- Returns:
- the capabilities value.
-
withCapabilities
Set the capabilities property: For example, 'Email', 'OfficeCommunicationsOnline'.- Parameters:
capabilities- the capabilities value to set.- Returns:
- the MicrosoftGraphVerifiedDomain object itself.
-
isDefault
Get the isDefault property: true if this is the default domain associated with the tenant; otherwise, false.- Returns:
- the isDefault value.
-
withIsDefault
Set the isDefault property: true if this is the default domain associated with the tenant; otherwise, false.- Parameters:
isDefault- the isDefault value to set.- Returns:
- the MicrosoftGraphVerifiedDomain object itself.
-
isInitial
Get the isInitial property: true if this is the initial domain associated with the tenant; otherwise, false.- Returns:
- the isInitial value.
-
withIsInitial
Set the isInitial property: true if this is the initial domain associated with the tenant; otherwise, false.- Parameters:
isInitial- the isInitial value to set.- Returns:
- the MicrosoftGraphVerifiedDomain object itself.
-
name
Get the name property: The domain name; for example, 'contoso.onmicrosoft.com'.- Returns:
- the name value.
-
withName
Set the name property: The domain name; for example, 'contoso.onmicrosoft.com'.- Parameters:
name- the name value to set.- Returns:
- the MicrosoftGraphVerifiedDomain object itself.
-
type
Get the type property: For example, 'Managed'.- Returns:
- the type value.
-
withType
Set the type property: For example, 'Managed'.- Parameters:
type- the type value to set.- Returns:
- the MicrosoftGraphVerifiedDomain object itself.
-
additionalProperties
Get the additionalProperties property: verifiedDomain.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphVerifiedDomain withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: verifiedDomain.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphVerifiedDomain object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-