Class MicrosoftGraphWebsite

java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWebsite

public final class MicrosoftGraphWebsite extends Object
website.
  • Constructor Details

    • MicrosoftGraphWebsite

      public MicrosoftGraphWebsite()
      Creates an instance of MicrosoftGraphWebsite class.
  • Method Details

    • 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

      Get the type property: websiteType.
      Returns:
      the type value.
    • withType

      Set the type property: websiteType.
      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.