Class MicrosoftGraphPolicyBase

    • Constructor Detail

      • MicrosoftGraphPolicyBase

        public MicrosoftGraphPolicyBase()
    • Method Detail

      • description

        public String description()
        Get the description property: Description for this policy.
        Returns:
        the description value.
      • withDescription

        public MicrosoftGraphPolicyBase withDescription​(String description)
        Set the description property: Description for this policy.
        Parameters:
        description - the description value to set.
        Returns:
        the MicrosoftGraphPolicyBase object itself.
      • displayName

        public String displayName()
        Get the displayName property: Display name for this policy.
        Returns:
        the displayName value.
      • withDisplayName

        public MicrosoftGraphPolicyBase withDisplayName​(String displayName)
        Set the displayName property: Display name for this policy.
        Parameters:
        displayName - the displayName value to set.
        Returns:
        the MicrosoftGraphPolicyBase 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 MicrosoftGraphPolicyBase 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 MicrosoftGraphPolicyBase object itself.