toggle menu
Airship Android SDK
androidJvm
switch theme
search in API
urbanairship-core
/
com.urbanairship.json
/
JsonPredicate
/
Builder
Builder
open
class
Builder
Builder class.
Members
Constructors
Builder
Link copied to clipboard
constructor
(
)
Functions
add
Matcher
Link copied to clipboard
@
NonNull
open
fun
addMatcher
(
@
NonNull
matcher
:
JsonMatcher
)
:
JsonPredicate.Builder
Adds a JsonMatcher.
add
Predicate
Link copied to clipboard
@
NonNull
open
fun
addPredicate
(
@
NonNull
predicate
:
JsonPredicate
)
:
JsonPredicate.Builder
Adds a JsonPredicate.
build
Link copied to clipboard
@
NonNull
open
fun
build
(
)
:
JsonPredicate
Builds the JsonPredicate instance.
set
Predicate
Type
Link copied to clipboard
@
NonNull
open
fun
setPredicateType
(
@
NonNull
type
:
String
)
:
JsonPredicate.Builder
Sets the predicate type.