MicrosoftGraphWebsite Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphWebsite
- com.
Implements
public final class MicrosoftGraphWebsite
implements JsonSerializable<MicrosoftGraphWebsite>
Represents a website.
Constructor Summary
| Constructor | Description |
|---|---|
| MicrosoftGraphWebsite() |
Creates an instance of Microsoft |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,Object> |
additionalProperties()
Get the additional |
| String |
address()
Get the address property: The URL of the website. |
| String |
displayName()
Get the display |
|
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Microsoft |
type()
Get the type property: website |
| void |
validate()
Validates the instance. |
|
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
|
Microsoft |
withAddress(String address)
Set the address property: The URL of the website. |
|
Microsoft |
withDisplayName(String displayName)
Set the display |
|
Microsoft |
withType(MicrosoftGraphWebsiteType type)
Set the type property: website |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphWebsite
public MicrosoftGraphWebsite()
Creates an instance of MicrosoftGraphWebsite class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: website.
Returns:
address
public String address()
Get the address property: The URL of the website.
Returns:
displayName
public String displayName()
Get the displayName property: The display name of the web site.
Returns:
fromJson
public static MicrosoftGraphWebsite fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphWebsite from the JsonReader.
Parameters:
Returns:
Throws:
toJson
type
public MicrosoftGraphWebsiteType type()
Get the type property: websiteType.
Returns:
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphWebsite withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: website.
Parameters:
Returns:
withAddress
public MicrosoftGraphWebsite withAddress(String address)
Set the address property: The URL of the website.
Parameters:
Returns:
withDisplayName
public MicrosoftGraphWebsite withDisplayName(String displayName)
Set the displayName property: The display name of the web site.
Parameters:
Returns:
withType
public MicrosoftGraphWebsite withType(MicrosoftGraphWebsiteType type)
Set the type property: websiteType.
Parameters:
Returns: