public static class FaceAuthLicense.Builder
extends java.lang.Object
FaceAuthLicense object.| Constructor and Description | 
|---|
Builder()  | 
| Modifier and Type | Method and Description | 
|---|---|
FaceAuthLicense | 
build()
Build  
FaceAuthLicense object | 
FaceAuthLicense.Builder | 
setLicenseEntitlement(java.lang.String licenseEntitlement)
Deprecated. 
 
Will be removed future major release, the replacement function is
  
setProductKey(String) | 
FaceAuthLicense.Builder | 
setProductKey(java.lang.String productKey)
Set the product key of license 
 | 
FaceAuthLicense.Builder | 
setServerUrl(java.lang.String serverUrl)
Set the custom server Url 
 | 
@Deprecated public FaceAuthLicense.Builder setLicenseEntitlement(java.lang.String licenseEntitlement)
setProductKey(String)licenseEntitlement - the license entitlementpublic FaceAuthLicense.Builder setProductKey(java.lang.String productKey)
productKey - the product keypublic FaceAuthLicense.Builder setServerUrl(java.lang.String serverUrl)
serverUrl - the custom license server Urlpublic FaceAuthLicense build()
FaceAuthLicense objectFaceAuthLicense object.