Class MicrosoftGraphEndpointInner


  • public final class MicrosoftGraphEndpointInner
    extends MicrosoftGraphDirectoryObjectInner
    Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types.
    • Constructor Detail

      • MicrosoftGraphEndpointInner

        public MicrosoftGraphEndpointInner()
    • Method Detail

      • capability

        public String capability()
        Get the capability property: Describes the capability that is associated with this resource. (e.g. Messages, Conversations, etc.) Not nullable. Read-only.
        Returns:
        the capability value.
      • withCapability

        public MicrosoftGraphEndpointInner withCapability​(String capability)
        Set the capability property: Describes the capability that is associated with this resource. (e.g. Messages, Conversations, etc.) Not nullable. Read-only.
        Parameters:
        capability - the capability value to set.
        Returns:
        the MicrosoftGraphEndpointInner object itself.
      • providerId

        public String providerId()
        Get the providerId property: Application id of the publishing underlying service. Not nullable. Read-only.
        Returns:
        the providerId value.
      • withProviderId

        public MicrosoftGraphEndpointInner withProviderId​(String providerId)
        Set the providerId property: Application id of the publishing underlying service. Not nullable. Read-only.
        Parameters:
        providerId - the providerId value to set.
        Returns:
        the MicrosoftGraphEndpointInner object itself.
      • providerName

        public String providerName()
        Get the providerName property: Name of the publishing underlying service. Read-only.
        Returns:
        the providerName value.
      • withProviderName

        public MicrosoftGraphEndpointInner withProviderName​(String providerName)
        Set the providerName property: Name of the publishing underlying service. Read-only.
        Parameters:
        providerName - the providerName value to set.
        Returns:
        the MicrosoftGraphEndpointInner object itself.
      • providerResourceId

        public String providerResourceId()
        Get the providerResourceId property: For Microsoft 365 groups, this is set to a well-known name for the resource (e.g. Yammer.FeedURL etc.). Not nullable. Read-only.
        Returns:
        the providerResourceId value.
      • withProviderResourceId

        public MicrosoftGraphEndpointInner withProviderResourceId​(String providerResourceId)
        Set the providerResourceId property: For Microsoft 365 groups, this is set to a well-known name for the resource (e.g. Yammer.FeedURL etc.). Not nullable. Read-only.
        Parameters:
        providerResourceId - the providerResourceId value to set.
        Returns:
        the MicrosoftGraphEndpointInner object itself.
      • uri

        public String uri()
        Get the uri property: URL of the published resource. Not nullable. Read-only.
        Returns:
        the uri value.
      • withUri

        public MicrosoftGraphEndpointInner withUri​(String uri)
        Set the uri property: URL of the published resource. Not nullable. Read-only.
        Parameters:
        uri - the uri value to set.
        Returns:
        the MicrosoftGraphEndpointInner object itself.
      • additionalProperties

        public Map<String,​Object> additionalProperties()
        Get the additionalProperties property: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types.
        Overrides:
        additionalProperties in class MicrosoftGraphDirectoryObjectInner
        Returns:
        the additionalProperties value.
      • withAdditionalProperties

        public MicrosoftGraphEndpointInner withAdditionalProperties​(Map<String,​Object> additionalProperties)
        Set the additionalProperties property: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types.
        Overrides:
        withAdditionalProperties in class MicrosoftGraphDirectoryObjectInner
        Parameters:
        additionalProperties - the additionalProperties value to set.
        Returns:
        the MicrosoftGraphEndpointInner object itself.