Interface ConsolidatedPolicyList.Builder

  • Method Details

    • joinColumns

      The columns to join on.

      Parameters:
      joinColumns - The columns to join on.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • joinColumns

      ConsolidatedPolicyList.Builder joinColumns(String... joinColumns)

      The columns to join on.

      Parameters:
      joinColumns - The columns to join on.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allowedJoinOperatorsWithStrings

      ConsolidatedPolicyList.Builder allowedJoinOperatorsWithStrings(Collection<String> allowedJoinOperators)

      The allowed join operators in the consolidated policy list.

      Parameters:
      allowedJoinOperators - The allowed join operators in the consolidated policy list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allowedJoinOperatorsWithStrings

      ConsolidatedPolicyList.Builder allowedJoinOperatorsWithStrings(String... allowedJoinOperators)

      The allowed join operators in the consolidated policy list.

      Parameters:
      allowedJoinOperators - The allowed join operators in the consolidated policy list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allowedJoinOperators

      ConsolidatedPolicyList.Builder allowedJoinOperators(Collection<JoinOperator> allowedJoinOperators)

      The allowed join operators in the consolidated policy list.

      Parameters:
      allowedJoinOperators - The allowed join operators in the consolidated policy list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allowedJoinOperators

      ConsolidatedPolicyList.Builder allowedJoinOperators(JoinOperator... allowedJoinOperators)

      The allowed join operators in the consolidated policy list.

      Parameters:
      allowedJoinOperators - The allowed join operators in the consolidated policy list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • listColumns

      The columns in the consolidated policy list.

      Parameters:
      listColumns - The columns in the consolidated policy list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • listColumns

      ConsolidatedPolicyList.Builder listColumns(String... listColumns)

      The columns in the consolidated policy list.

      Parameters:
      listColumns - The columns in the consolidated policy list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • additionalAnalyses

      ConsolidatedPolicyList.Builder additionalAnalyses(String additionalAnalyses)

      Additional analyses for the consolidated policy list.

      Parameters:
      additionalAnalyses - Additional analyses for the consolidated policy list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • additionalAnalyses

      ConsolidatedPolicyList.Builder additionalAnalyses(AdditionalAnalyses additionalAnalyses)

      Additional analyses for the consolidated policy list.

      Parameters:
      additionalAnalyses - Additional analyses for the consolidated policy list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • allowedResultReceivers

      ConsolidatedPolicyList.Builder allowedResultReceivers(Collection<String> allowedResultReceivers)

      The allowed result receivers.

      Parameters:
      allowedResultReceivers - The allowed result receivers.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allowedResultReceivers

      ConsolidatedPolicyList.Builder allowedResultReceivers(String... allowedResultReceivers)

      The allowed result receivers.

      Parameters:
      allowedResultReceivers - The allowed result receivers.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allowedAdditionalAnalyses

      ConsolidatedPolicyList.Builder allowedAdditionalAnalyses(Collection<String> allowedAdditionalAnalyses)

      The additional analyses allowed by the consolidated policy list.

      Parameters:
      allowedAdditionalAnalyses - The additional analyses allowed by the consolidated policy list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allowedAdditionalAnalyses

      ConsolidatedPolicyList.Builder allowedAdditionalAnalyses(String... allowedAdditionalAnalyses)

      The additional analyses allowed by the consolidated policy list.

      Parameters:
      allowedAdditionalAnalyses - The additional analyses allowed by the consolidated policy list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.