Uses of Class
com.oracle.bmc.announcementsservice.model.Filter.Type
-
Packages that use Filter.Type Package Description com.oracle.bmc.announcementsservice.model -
-
Uses of Filter.Type in com.oracle.bmc.announcementsservice.model
Methods in com.oracle.bmc.announcementsservice.model that return Filter.Type Modifier and Type Method Description static Filter.Type
Filter.Type. create(String key)
Filter.Type
Filter. getType()
The type of filter.static Filter.Type
Filter.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static Filter.Type[]
Filter.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.announcementsservice.model with parameters of type Filter.Type Modifier and Type Method Description Filter.Builder
Filter.Builder. type(Filter.Type type)
The type of filter.Constructors in com.oracle.bmc.announcementsservice.model with parameters of type Filter.Type Constructor Description Filter(Filter.Type type, String value)
Deprecated.
-