Class Filter.Builder
- java.lang.Object
-
- com.oracle.bmc.announcementsservice.model.Filter.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Filter
build()
Filter.Builder
copy(Filter model)
Filter.Builder
type(Filter.Type type)
The type of filter.Filter.Builder
value(String value)
The value of the filter.
-
-
-
Method Detail
-
type
public Filter.Builder type(Filter.Type type)
The type of filter.You cannot combine the RESOURCE_ID filter with any other type of filter within a given filter group. For filter types that support multiple values, specify the values individually.
- Parameters:
type
- the value to set- Returns:
- this builder
-
value
public Filter.Builder value(String value)
The value of the filter.- Parameters:
value
- the value to set- Returns:
- this builder
-
build
public Filter build()
-
copy
public Filter.Builder copy(Filter model)
-
-