JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
com.cumulocity.sdk.client.base.Supplier
Packages that use
Supplier
Package
Description
com.cumulocity.sdk.client
com.cumulocity.sdk.client.base
Uses of
Supplier
in
com.cumulocity.sdk.client
Methods in
com.cumulocity.sdk.client
with parameters of type
Supplier
Modifier and Type
Method
Description
void
PlatformParameters.
setTfaToken
(
Supplier
<
String
> tfaToken)
Uses of
Supplier
in
com.cumulocity.sdk.client.base
Methods in
com.cumulocity.sdk.client.base
that return
Supplier
Modifier and Type
Method
Description
static <T>
Supplier
<T>
Suppliers.
ofInstance
(T instance)