Class MicrosoftGraphPendingOperations


  • public final class MicrosoftGraphPendingOperations
    extends Object
    pendingOperations.
    • Constructor Detail

      • MicrosoftGraphPendingOperations

        public MicrosoftGraphPendingOperations()
    • Method Detail

      • pendingContentUpdate

        public MicrosoftGraphPendingContentUpdate pendingContentUpdate()
        Get the pendingContentUpdate property: pendingContentUpdate.
        Returns:
        the pendingContentUpdate value.
      • withPendingContentUpdate

        public MicrosoftGraphPendingOperations withPendingContentUpdate​(MicrosoftGraphPendingContentUpdate pendingContentUpdate)
        Set the pendingContentUpdate property: pendingContentUpdate.
        Parameters:
        pendingContentUpdate - the pendingContentUpdate value to set.
        Returns:
        the MicrosoftGraphPendingOperations object itself.
      • additionalProperties

        public Map<String,​Object> additionalProperties()
        Get the additionalProperties property: pendingOperations.
        Returns:
        the additionalProperties value.
      • withAdditionalProperties

        public MicrosoftGraphPendingOperations withAdditionalProperties​(Map<String,​Object> additionalProperties)
        Set the additionalProperties property: pendingOperations.
        Parameters:
        additionalProperties - the additionalProperties value to set.
        Returns:
        the MicrosoftGraphPendingOperations object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.