Class MicrosoftGraphLinkedResourceInner
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphLinkedResourceInner
-
public final class MicrosoftGraphLinkedResourceInner extends MicrosoftGraphEntity
linkedResource.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphLinkedResourceInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: linkedResource.StringapplicationName()Get the applicationName property: Field indicating the app name of the source that is sending the linkedResource.StringdisplayName()Get the displayName property: Field indicating the title of the linkedResource.StringexternalId()Get the externalId property: Id of the object that is associated with this task on the third-party/partner system.voidvalidate()Validates the instance.StringwebUrl()Get the webUrl property: Deep link to the linkedResource.MicrosoftGraphLinkedResourceInnerwithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: linkedResource.MicrosoftGraphLinkedResourceInnerwithApplicationName(String applicationName)Set the applicationName property: Field indicating the app name of the source that is sending the linkedResource.MicrosoftGraphLinkedResourceInnerwithDisplayName(String displayName)Set the displayName property: Field indicating the title of the linkedResource.MicrosoftGraphLinkedResourceInnerwithExternalId(String externalId)Set the externalId property: Id of the object that is associated with this task on the third-party/partner system.MicrosoftGraphLinkedResourceInnerwithId(String id)Set the id property: Read-only.MicrosoftGraphLinkedResourceInnerwithWebUrl(String webUrl)Set the webUrl property: Deep link to the linkedResource.-
Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
-
-
-
Method Detail
-
applicationName
public String applicationName()
Get the applicationName property: Field indicating the app name of the source that is sending the linkedResource.- Returns:
- the applicationName value.
-
withApplicationName
public MicrosoftGraphLinkedResourceInner withApplicationName(String applicationName)
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 MicrosoftGraphLinkedResourceInner object itself.
-
displayName
public String displayName()
Get the displayName property: Field indicating the title of the linkedResource.- Returns:
- the displayName value.
-
withDisplayName
public MicrosoftGraphLinkedResourceInner withDisplayName(String displayName)
Set the displayName property: Field indicating the title of the linkedResource.- Parameters:
displayName- the displayName value to set.- Returns:
- the MicrosoftGraphLinkedResourceInner object itself.
-
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:
- the externalId value.
-
withExternalId
public MicrosoftGraphLinkedResourceInner withExternalId(String externalId)
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 MicrosoftGraphLinkedResourceInner object itself.
-
webUrl
public String webUrl()
Get the webUrl property: Deep link to the linkedResource.- Returns:
- the webUrl value.
-
withWebUrl
public MicrosoftGraphLinkedResourceInner withWebUrl(String webUrl)
Set the webUrl property: Deep link to the linkedResource.- Parameters:
webUrl- the webUrl value to set.- Returns:
- the MicrosoftGraphLinkedResourceInner object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: linkedResource.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphLinkedResourceInner withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: linkedResource.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphLinkedResourceInner object itself.
-
withId
public MicrosoftGraphLinkedResourceInner withId(String id)
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.
-
-