Class MicrosoftGraphWebsite
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWebsite
-
public final class MicrosoftGraphWebsite extends Object
website.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphWebsite()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: website.Stringaddress()Get the address property: The URL of the website.StringdisplayName()Get the displayName property: The display name of the web site.MicrosoftGraphWebsiteTypetype()Get the type property: The type property.voidvalidate()Validates the instance.MicrosoftGraphWebsitewithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: website.MicrosoftGraphWebsitewithAddress(String address)Set the address property: The URL of the website.MicrosoftGraphWebsitewithDisplayName(String displayName)Set the displayName property: The display name of the web site.MicrosoftGraphWebsitewithType(MicrosoftGraphWebsiteType type)Set the type property: The type property.
-
-
-
Method Detail
-
address
public String address()
Get the address property: The URL of the website.- Returns:
- the address value.
-
withAddress
public MicrosoftGraphWebsite withAddress(String address)
Set the address property: The URL of the website.- Parameters:
address- the address value to set.- Returns:
- the MicrosoftGraphWebsite object itself.
-
displayName
public String displayName()
Get the displayName property: The display name of the web site.- Returns:
- the displayName value.
-
withDisplayName
public MicrosoftGraphWebsite withDisplayName(String displayName)
Set the displayName property: The display name of the web site.- Parameters:
displayName- the displayName value to set.- Returns:
- the MicrosoftGraphWebsite object itself.
-
type
public MicrosoftGraphWebsiteType type()
Get the type property: The type property.- Returns:
- the type value.
-
withType
public MicrosoftGraphWebsite withType(MicrosoftGraphWebsiteType type)
Set the type property: The type property.- Parameters:
type- the type value to set.- Returns:
- the MicrosoftGraphWebsite object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: website.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphWebsite withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: website.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphWebsite object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-