你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MicrosoftGraphLinkedResource Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphLinkedResource
- com.
- com.
public final class MicrosoftGraphLinkedResource
extends MicrosoftGraphEntity
linkedResource.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphLinkedResource() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
String |
applicationName()
Get the application |
String |
displayName()
Get the display |
String |
externalId()
Get the external |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
String |
webUrl()
Get the web |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withApplicationName(String applicationName)
Set the application |
Microsoft |
withDisplayName(String displayName)
Set the display |
Microsoft |
withExternalId(String externalId)
Set the external |
Microsoft |
withId(String id)
Set the id property: Read-only. |
Microsoft |
withWebUrl(String webUrl)
Set the web |
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphLinkedResource
public MicrosoftGraphLinkedResource()
Creates an instance of MicrosoftGraphLinkedResource class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: linkedResource.
Overrides:
MicrosoftGraphLinkedResource.additionalProperties()Returns:
applicationName
public String applicationName()
Get the applicationName property: Field indicating the app name of the source that is sending the linkedResource.
Returns:
displayName
public String displayName()
Get the displayName property: Field indicating the title of the linkedResource.
Returns:
externalId
public String externalId()
Get the externalId property: Id of the object that is associated with this task on the third-party/partner system.
Returns:
fromJson
public static MicrosoftGraphLinkedResource fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphLinkedResource from the JsonReader.
Parameters:
Returns:
Throws:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphLinkedResource.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphLinkedResource.validate()webUrl
public String webUrl()
Get the webUrl property: Deep link to the linkedResource.
Returns:
withAdditionalProperties
public MicrosoftGraphLinkedResource withAdditionalProperties(Map
Set the additionalProperties property: linkedResource.
Overrides:
MicrosoftGraphLinkedResource.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withApplicationName
public MicrosoftGraphLinkedResource withApplicationName(String applicationName)
Set the applicationName property: Field indicating the app name of the source that is sending the linkedResource.
Parameters:
Returns:
withDisplayName
public MicrosoftGraphLinkedResource withDisplayName(String displayName)
Set the displayName property: Field indicating the title of the linkedResource.
Parameters:
Returns:
withExternalId
public MicrosoftGraphLinkedResource withExternalId(String externalId)
Set the externalId property: Id of the object that is associated with this task on the third-party/partner system.
Parameters:
Returns:
withId
public MicrosoftGraphLinkedResource withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphLinkedResource.withId(String id)Parameters:
withWebUrl
public MicrosoftGraphLinkedResource withWebUrl(String webUrl)
Set the webUrl property: Deep link to the linkedResource.
Parameters:
Returns: