FederatedComputeInput.Builder
public
static
final
class
FederatedComputeInput.Builder
extends Object
| java.lang.Object | |
| ↳ | android.adservices.ondevicepersonalization.FederatedComputeInput.Builder |
This class is deprecated.
The ODP APIs are deprecated and will not be supported in future Android
releases. There is no direct replacement API available. Developers currently integrated with
these APIs must cease further integration efforts. For comprehensive details regarding this
deprecation and the future roadmap of Privacy Sandbox on Android, please consult the
official Privacy Sandbox developer documentation and announcements:
https://privacysandbox.google.com
A builder for FederatedComputeInput
Summary
Public constructors | |
|---|---|
Builder()
|
|
Public methods | |
|---|---|
FederatedComputeInput
|
build()
Builds the instance. |
FederatedComputeInput.Builder
|
setPopulationName(String value)
Setter for |
Inherited methods | |
|---|---|
Public constructors
Public methods
build
public FederatedComputeInput build ()
Builds the instance. This builder should not be touched after calling this!
| Returns | |
|---|---|
FederatedComputeInput |
This value cannot be null. |
setPopulationName
public FederatedComputeInput.Builder setPopulationName (String value)
Setter for FederatedComputeInput.getPopulationName().
| Parameters | |
|---|---|
value |
String: This value cannot be null. |
| Returns | |
|---|---|
FederatedComputeInput.Builder |
This value cannot be null. |