Class OfficeConsentList


  • public final class OfficeConsentList
    extends Object
    List of all the office365 consents.
    • Constructor Detail

      • OfficeConsentList

        public OfficeConsentList()
    • Method Detail

      • nextLink

        public String nextLink()
        Get the nextLink property: URL to fetch the next set of office consents.
        Returns:
        the nextLink value.
      • value

        public List<OfficeConsentInner> value()
        Get the value property: Array of the consents.
        Returns:
        the value value.
      • withValue

        public OfficeConsentList withValue​(List<OfficeConsentInner> value)
        Set the value property: Array of the consents.
        Parameters:
        value - the value value to set.
        Returns:
        the OfficeConsentList object itself.
      • validate

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