Package odata.msgraph.client.beta.entity
Class StrongAuthenticationPhoneAppDetail.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.StrongAuthenticationPhoneAppDetail.Builder
-
- Enclosing class:
- StrongAuthenticationPhoneAppDetail
public static final class StrongAuthenticationPhoneAppDetail.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public StrongAuthenticationPhoneAppDetail.Builder id(String id)
-
authenticationType
public StrongAuthenticationPhoneAppDetail.Builder authenticationType(String authenticationType)
-
authenticatorFlavor
public StrongAuthenticationPhoneAppDetail.Builder authenticatorFlavor(String authenticatorFlavor)
-
deviceId
public StrongAuthenticationPhoneAppDetail.Builder deviceId(UUID deviceId)
-
deviceName
public StrongAuthenticationPhoneAppDetail.Builder deviceName(String deviceName)
-
deviceTag
public StrongAuthenticationPhoneAppDetail.Builder deviceTag(String deviceTag)
-
deviceToken
public StrongAuthenticationPhoneAppDetail.Builder deviceToken(String deviceToken)
-
hashFunction
public StrongAuthenticationPhoneAppDetail.Builder hashFunction(String hashFunction)
-
lastAuthenticatedDateTime
public StrongAuthenticationPhoneAppDetail.Builder lastAuthenticatedDateTime(OffsetDateTime lastAuthenticatedDateTime)
-
notificationType
public StrongAuthenticationPhoneAppDetail.Builder notificationType(String notificationType)
-
oathSecretKey
public StrongAuthenticationPhoneAppDetail.Builder oathSecretKey(String oathSecretKey)
-
oathTokenMetadata
public StrongAuthenticationPhoneAppDetail.Builder oathTokenMetadata(OathTokenMetadata oathTokenMetadata)
-
oathTokenTimeDriftInSeconds
public StrongAuthenticationPhoneAppDetail.Builder oathTokenTimeDriftInSeconds(Integer oathTokenTimeDriftInSeconds)
-
phoneAppVersion
public StrongAuthenticationPhoneAppDetail.Builder phoneAppVersion(String phoneAppVersion)
-
tenantDeviceId
public StrongAuthenticationPhoneAppDetail.Builder tenantDeviceId(String tenantDeviceId)
-
tokenGenerationIntervalInSeconds
public StrongAuthenticationPhoneAppDetail.Builder tokenGenerationIntervalInSeconds(Integer tokenGenerationIntervalInSeconds)
-
build
public StrongAuthenticationPhoneAppDetail build()
-
-