MicrosoftGraphExternalLink Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphExternalLink
- com.
Implements
public final class MicrosoftGraphExternalLink
implements JsonSerializable<MicrosoftGraphExternalLink>
externalLink.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphExternalLink() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
String |
href()
Get the href property: The url of the link. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withHref(String href)
Set the href property: The url of the link. |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphExternalLink
public MicrosoftGraphExternalLink()
Creates an instance of MicrosoftGraphExternalLink class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: externalLink.
Returns:
fromJson
public static MicrosoftGraphExternalLink fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphExternalLink from the JsonReader.
Parameters:
Returns:
Throws:
href
public String href()
Get the href property: The url of the link.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphExternalLink withAdditionalProperties(Map
Set the additionalProperties property: externalLink.
Parameters:
Returns:
withHref
public MicrosoftGraphExternalLink withHref(String href)
Set the href property: The url of the link.
Parameters:
Returns:
Applies to
Azure SDK for Java