Interface OpsItemEventFilter.Builder

All Superinterfaces:
Buildable, CopyableBuilder<OpsItemEventFilter.Builder,OpsItemEventFilter>, SdkBuilder<OpsItemEventFilter.Builder,OpsItemEventFilter>, SdkPojo
Enclosing class:
OpsItemEventFilter

@Mutable @NotThreadSafe public static interface OpsItemEventFilter.Builder extends SdkPojo, CopyableBuilder<OpsItemEventFilter.Builder,OpsItemEventFilter>
  • Method Details

    • key

      The name of the filter key. Currently, the only supported value is OpsItemId.

      Parameters:
      key - The name of the filter key. Currently, the only supported value is OpsItemId.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • key

      The name of the filter key. Currently, the only supported value is OpsItemId.

      Parameters:
      key - The name of the filter key. Currently, the only supported value is OpsItemId.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • values

      The values for the filter, consisting of one or more OpsItem IDs.

      Parameters:
      values - The values for the filter, consisting of one or more OpsItem IDs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • values

      The values for the filter, consisting of one or more OpsItem IDs.

      Parameters:
      values - The values for the filter, consisting of one or more OpsItem IDs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • operator

      OpsItemEventFilter.Builder operator(String operator)

      The operator used by the filter call. Currently, the only supported value is Equal.

      Parameters:
      operator - The operator used by the filter call. Currently, the only supported value is Equal.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • operator

      The operator used by the filter call. Currently, the only supported value is Equal.

      Parameters:
      operator - The operator used by the filter call. Currently, the only supported value is Equal.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: