public static interface EndpointDemographic.Builder extends SdkPojo, CopyableBuilder<EndpointDemographic.Builder,EndpointDemographic>
| Modifier and Type | Method and Description |
|---|---|
EndpointDemographic.Builder |
appVersion(String appVersion)
The version of the app that's associated with the endpoint.
|
EndpointDemographic.Builder |
locale(String locale)
The locale of the endpoint, in the following format: the ISO 639-1 alpha-2 code, followed by an underscore
(_), followed by an ISO 3166-1 alpha-2 value.
|
EndpointDemographic.Builder |
make(String make)
The manufacturer of the endpoint device, such as apple or samsung.
|
EndpointDemographic.Builder |
model(String model)
The model name or number of the endpoint device, such as iPhone or SM-G900F.
|
EndpointDemographic.Builder |
modelVersion(String modelVersion)
The model version of the endpoint device.
|
EndpointDemographic.Builder |
platform(String platform)
The platform of the endpoint device, such as ios.
|
EndpointDemographic.Builder |
platformVersion(String platformVersion)
The platform version of the endpoint device.
|
EndpointDemographic.Builder |
timezone(String timezone)
The time zone of the endpoint, specified as a tz database name value, such as America/Los_Angeles.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEndpointDemographic.Builder appVersion(String appVersion)
The version of the app that's associated with the endpoint.
appVersion - The version of the app that's associated with the endpoint.EndpointDemographic.Builder locale(String locale)
The locale of the endpoint, in the following format: the ISO 639-1 alpha-2 code, followed by an underscore (_), followed by an ISO 3166-1 alpha-2 value.
locale - The locale of the endpoint, in the following format: the ISO 639-1 alpha-2 code, followed by an
underscore (_), followed by an ISO 3166-1 alpha-2 value.EndpointDemographic.Builder make(String make)
The manufacturer of the endpoint device, such as apple or samsung.
make - The manufacturer of the endpoint device, such as apple or samsung.EndpointDemographic.Builder model(String model)
The model name or number of the endpoint device, such as iPhone or SM-G900F.
model - The model name or number of the endpoint device, such as iPhone or SM-G900F.EndpointDemographic.Builder modelVersion(String modelVersion)
The model version of the endpoint device.
modelVersion - The model version of the endpoint device.EndpointDemographic.Builder platform(String platform)
The platform of the endpoint device, such as ios.
platform - The platform of the endpoint device, such as ios.EndpointDemographic.Builder platformVersion(String platformVersion)
The platform version of the endpoint device.
platformVersion - The platform version of the endpoint device.EndpointDemographic.Builder timezone(String timezone)
The time zone of the endpoint, specified as a tz database name value, such as America/Los_Angeles.
timezone - The time zone of the endpoint, specified as a tz database name value, such as America/Los_Angeles.Copyright © 2020. All rights reserved.