Interface CollaborationChangeSpecification.Builder

  • Method Details

    • autoApprovedChangeTypesWithStrings

      CollaborationChangeSpecification.Builder autoApprovedChangeTypesWithStrings(Collection<String> autoApprovedChangeTypes)

      Defines requested updates to properties of the collaboration. Currently, this only supports modifying which change types are auto-approved for the collaboration.

      Parameters:
      autoApprovedChangeTypes - Defines requested updates to properties of the collaboration. Currently, this only supports modifying which change types are auto-approved for the collaboration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • autoApprovedChangeTypesWithStrings

      CollaborationChangeSpecification.Builder autoApprovedChangeTypesWithStrings(String... autoApprovedChangeTypes)

      Defines requested updates to properties of the collaboration. Currently, this only supports modifying which change types are auto-approved for the collaboration.

      Parameters:
      autoApprovedChangeTypes - Defines requested updates to properties of the collaboration. Currently, this only supports modifying which change types are auto-approved for the collaboration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • autoApprovedChangeTypes

      CollaborationChangeSpecification.Builder autoApprovedChangeTypes(Collection<AutoApprovedChangeType> autoApprovedChangeTypes)

      Defines requested updates to properties of the collaboration. Currently, this only supports modifying which change types are auto-approved for the collaboration.

      Parameters:
      autoApprovedChangeTypes - Defines requested updates to properties of the collaboration. Currently, this only supports modifying which change types are auto-approved for the collaboration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • autoApprovedChangeTypes

      CollaborationChangeSpecification.Builder autoApprovedChangeTypes(AutoApprovedChangeType... autoApprovedChangeTypes)

      Defines requested updates to properties of the collaboration. Currently, this only supports modifying which change types are auto-approved for the collaboration.

      Parameters:
      autoApprovedChangeTypes - Defines requested updates to properties of the collaboration. Currently, this only supports modifying which change types are auto-approved for the collaboration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.