toggle menu
Airship Android SDK
androidJvm
switch theme
search in API
urbanairship-core
/
com.urbanairship.json
/
JsonMatcher
/
Builder
Builder
open
class
Builder
Builder class.
Members
Functions
build
Link copied to clipboard
@
NonNull
open
fun
build
(
)
:
JsonMatcher
Builds the JsonMatcher instance.
set
Key
Link copied to clipboard
@
NonNull
open
fun
setKey
(
@
Nullable
key
:
String
)
:
JsonMatcher.Builder
Sets the key.
set
Scope
Link copied to clipboard
@
NonNull
open
fun
setScope
(
@
NonNull
scope
:
String
)
:
JsonMatcher.Builder
@
NonNull
open
fun
setScope
(
@
Nullable
scope
:
List
<
String
>
)
:
JsonMatcher.Builder
Sets the scope.
set
Value
Matcher
Link copied to clipboard
@
NonNull
open
fun
setValueMatcher
(
@
Nullable
valueMatcher
:
ValueMatcher
)
:
JsonMatcher.Builder
Sets the ValueMatcher.