Class MicrosoftGraphFolderView


  • public final class MicrosoftGraphFolderView
    extends Object
    folderView.
    • Constructor Detail

      • MicrosoftGraphFolderView

        public MicrosoftGraphFolderView()
    • Method Detail

      • sortBy

        public String sortBy()
        Get the sortBy property: The method by which the folder should be sorted.
        Returns:
        the sortBy value.
      • withSortBy

        public MicrosoftGraphFolderView withSortBy​(String sortBy)
        Set the sortBy property: The method by which the folder should be sorted.
        Parameters:
        sortBy - the sortBy value to set.
        Returns:
        the MicrosoftGraphFolderView object itself.
      • sortOrder

        public String sortOrder()
        Get the sortOrder property: If true, indicates that items should be sorted in descending order. Otherwise, items should be sorted ascending.
        Returns:
        the sortOrder value.
      • withSortOrder

        public MicrosoftGraphFolderView withSortOrder​(String sortOrder)
        Set the sortOrder property: If true, indicates that items should be sorted in descending order. Otherwise, items should be sorted ascending.
        Parameters:
        sortOrder - the sortOrder value to set.
        Returns:
        the MicrosoftGraphFolderView object itself.
      • viewType

        public String viewType()
        Get the viewType property: The type of view that should be used to represent the folder.
        Returns:
        the viewType value.
      • withViewType

        public MicrosoftGraphFolderView withViewType​(String viewType)
        Set the viewType property: The type of view that should be used to represent the folder.
        Parameters:
        viewType - the viewType value to set.
        Returns:
        the MicrosoftGraphFolderView object itself.
      • additionalProperties

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

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

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