com.stackify.api
public static class AppIdentity.Builder extends Object
| Constructor and Description |
|---|
AppIdentity.Builder() |
| Modifier and Type | Method and Description |
|---|---|
AppIdentity.Builder |
appEnvId(String appEnvId)
Sets the builder's appEnvId
|
AppIdentity.Builder |
appName(String appName)
Sets the builder's appName
|
AppIdentity.Builder |
appNameId(String appNameId)
Sets the builder's appNameId
|
AppIdentity |
build() |
AppIdentity.Builder |
deviceAlias(String deviceAlias)
Sets the builder's deviceAlias
|
AppIdentity.Builder |
deviceAppId(Integer deviceAppId)
Sets the builder's deviceAppId
|
AppIdentity.Builder |
deviceId(Integer deviceId)
Sets the builder's deviceId
|
AppIdentity.Builder |
env(String env)
Sets the builder's env
|
AppIdentity.Builder |
envId(Integer envId)
Sets the builder's envId
|
public AppIdentity.Builder deviceId(Integer deviceId)
deviceId - The deviceId to be setpublic AppIdentity.Builder deviceAppId(Integer deviceAppId)
deviceAppId - The deviceAppId to be setpublic AppIdentity.Builder appNameId(String appNameId)
appNameId - The appNameId to be setpublic AppIdentity.Builder envId(Integer envId)
envId - The envId to be setpublic AppIdentity.Builder env(String env)
env - The env to be setpublic AppIdentity.Builder appName(String appName)
appName - The appName to be setpublic AppIdentity.Builder appEnvId(String appEnvId)
appEnvId - The appEnvId to be setpublic AppIdentity.Builder deviceAlias(String deviceAlias)
deviceAlias - The deviceAlias to be setpublic AppIdentity build()
Copyright © 2016 Stackify, LLC. All Rights Reserved.