Interface TaskTemplateConstraints.Builder

    • Method Detail

      • requiredFields

        TaskTemplateConstraints.Builder requiredFields​(Collection<RequiredFieldInfo> requiredFields)

        Lists the fields that are required to be filled by agents.

        Parameters:
        requiredFields - Lists the fields that are required to be filled by agents.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • requiredFields

        TaskTemplateConstraints.Builder requiredFields​(RequiredFieldInfo... requiredFields)

        Lists the fields that are required to be filled by agents.

        Parameters:
        requiredFields - Lists the fields that are required to be filled by agents.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • readOnlyFields

        TaskTemplateConstraints.Builder readOnlyFields​(Collection<ReadOnlyFieldInfo> readOnlyFields)

        Lists the fields that are read-only to agents, and cannot be edited.

        Parameters:
        readOnlyFields - Lists the fields that are read-only to agents, and cannot be edited.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • readOnlyFields

        TaskTemplateConstraints.Builder readOnlyFields​(ReadOnlyFieldInfo... readOnlyFields)

        Lists the fields that are read-only to agents, and cannot be edited.

        Parameters:
        readOnlyFields - Lists the fields that are read-only to agents, and cannot be edited.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • invisibleFields

        TaskTemplateConstraints.Builder invisibleFields​(Collection<InvisibleFieldInfo> invisibleFields)

        Lists the fields that are invisible to agents.

        Parameters:
        invisibleFields - Lists the fields that are invisible to agents.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • invisibleFields

        TaskTemplateConstraints.Builder invisibleFields​(InvisibleFieldInfo... invisibleFields)

        Lists the fields that are invisible to agents.

        Parameters:
        invisibleFields - Lists the fields that are invisible to agents.
        Returns:
        Returns a reference to this object so that method calls can be chained together.