Class MicrosoftGraphLinkedResource
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphLinkedResource
linkedResource.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphLinkedResource class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: linkedResource.Get the applicationName property: Field indicating the app name of the source that is sending the linkedResource.Get the displayName property: Field indicating the title of the linkedResource.Get the externalId property: Id of the object that is associated with this task on the third-party/partner system.voidvalidate()Validates the instance.webUrl()Get the webUrl property: Deep link to the linkedResource.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: linkedResource.withApplicationName(String applicationName) Set the applicationName property: Field indicating the app name of the source that is sending the linkedResource.withDisplayName(String displayName) Set the displayName property: Field indicating the title of the linkedResource.withExternalId(String externalId) Set the externalId property: Id of the object that is associated with this task on the third-party/partner system.Set the id property: Read-only.withWebUrl(String webUrl) Set the webUrl property: Deep link to the linkedResource.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphLinkedResource
public MicrosoftGraphLinkedResource()Creates an instance of MicrosoftGraphLinkedResource class.
-
-
Method Details
-
applicationName
Get the applicationName property: Field indicating the app name of the source that is sending the linkedResource.- Returns:
- the applicationName value.
-
withApplicationName
Set the applicationName property: Field indicating the app name of the source that is sending the linkedResource.- Parameters:
applicationName- the applicationName value to set.- Returns:
- the MicrosoftGraphLinkedResource object itself.
-
displayName
Get the displayName property: Field indicating the title of the linkedResource.- Returns:
- the displayName value.
-
withDisplayName
Set the displayName property: Field indicating the title of the linkedResource.- Parameters:
displayName- the displayName value to set.- Returns:
- the MicrosoftGraphLinkedResource object itself.
-
externalId
Get the externalId property: Id of the object that is associated with this task on the third-party/partner system.- Returns:
- the externalId value.
-
withExternalId
Set the externalId property: Id of the object that is associated with this task on the third-party/partner system.- Parameters:
externalId- the externalId value to set.- Returns:
- the MicrosoftGraphLinkedResource object itself.
-
webUrl
Get the webUrl property: Deep link to the linkedResource.- Returns:
- the webUrl value.
-
withWebUrl
Set the webUrl property: Deep link to the linkedResource.- Parameters:
webUrl- the webUrl value to set.- Returns:
- the MicrosoftGraphLinkedResource object itself.
-
additionalProperties
Get the additionalProperties property: linkedResource.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphLinkedResource withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: linkedResource.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphLinkedResource object itself.
-
withId
Set the id property: Read-only.- Overrides:
withIdin classMicrosoftGraphEntity- Parameters:
id- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classMicrosoftGraphEntity- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-