Class SharingAllowlistRemoveBuilder

    • Method Detail

      • withDomains

        public SharingAllowlistRemoveBuilder withDomains​(java.util.List<java.lang.String> domains)
        Set value for optional field.
        Parameters:
        domains - List of domains represented by valid string representation (RFC-1034/5). Must not contain a null item.
        Returns:
        this builder
        Throws:
        java.lang.IllegalArgumentException - If any argument does not meet its preconditions.
      • withEmails

        public SharingAllowlistRemoveBuilder withEmails​(java.util.List<java.lang.String> emails)
        Set value for optional field.
        Parameters:
        emails - List of emails represented by valid string representation (RFC-5322/822). Must not contain a null item.
        Returns:
        this builder
        Throws:
        java.lang.IllegalArgumentException - If any argument does not meet its preconditions.