Class SharePointOnlineListDatasetTypeProperties


  • public final class SharePointOnlineListDatasetTypeProperties
    extends Object
    Sharepoint online list dataset properties.
    • Constructor Detail

      • SharePointOnlineListDatasetTypeProperties

        public SharePointOnlineListDatasetTypeProperties()
    • Method Detail

      • listName

        public Object listName()
        Get the listName property: The name of the SharePoint Online list. Type: string (or Expression with resultType string).
        Returns:
        the listName value.
      • withListName

        public SharePointOnlineListDatasetTypeProperties withListName​(Object listName)
        Set the listName property: The name of the SharePoint Online list. Type: string (or Expression with resultType string).
        Parameters:
        listName - the listName value to set.
        Returns:
        the SharePointOnlineListDatasetTypeProperties object itself.
      • validate

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