Package odata.msgraph.client.beta.entity
Class StrongAuthenticationPhoneAppDetail
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.StrongAuthenticationPhoneAppDetail
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class StrongAuthenticationPhoneAppDetail extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStrongAuthenticationPhoneAppDetail.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringauthenticationTypeprotected StringauthenticatorFlavorprotected UUIDdeviceIdprotected StringdeviceNameprotected StringdeviceTagprotected StringdeviceTokenprotected StringhashFunctionprotected OffsetDateTimelastAuthenticatedDateTimeprotected StringnotificationTypeprotected StringoathSecretKeyprotected OathTokenMetadataoathTokenMetadataprotected IntegeroathTokenTimeDriftInSecondsprotected StringphoneAppVersionprotected StringtenantDeviceIdprotected IntegertokenGenerationIntervalInSeconds-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedStrongAuthenticationPhoneAppDetail()
-
Method Summary
-
-
-
Field Detail
-
authenticationType
protected String authenticationType
-
authenticatorFlavor
protected String authenticatorFlavor
-
deviceId
protected UUID deviceId
-
deviceName
protected String deviceName
-
deviceTag
protected String deviceTag
-
deviceToken
protected String deviceToken
-
hashFunction
protected String hashFunction
-
lastAuthenticatedDateTime
protected OffsetDateTime lastAuthenticatedDateTime
-
notificationType
protected String notificationType
-
oathSecretKey
protected String oathSecretKey
-
oathTokenMetadata
protected OathTokenMetadata oathTokenMetadata
-
oathTokenTimeDriftInSeconds
protected Integer oathTokenTimeDriftInSeconds
-
phoneAppVersion
protected String phoneAppVersion
-
tenantDeviceId
protected String tenantDeviceId
-
tokenGenerationIntervalInSeconds
protected Integer tokenGenerationIntervalInSeconds
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderStrongAuthenticationPhoneAppDetail
public static StrongAuthenticationPhoneAppDetail.Builder builderStrongAuthenticationPhoneAppDetail()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classEntity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEntity
-
withAuthenticationType
public StrongAuthenticationPhoneAppDetail withAuthenticationType(String authenticationType)
-
withAuthenticatorFlavor
public StrongAuthenticationPhoneAppDetail withAuthenticatorFlavor(String authenticatorFlavor)
-
withDeviceId
public StrongAuthenticationPhoneAppDetail withDeviceId(UUID deviceId)
-
withDeviceName
public StrongAuthenticationPhoneAppDetail withDeviceName(String deviceName)
-
withDeviceTag
public StrongAuthenticationPhoneAppDetail withDeviceTag(String deviceTag)
-
withDeviceToken
public StrongAuthenticationPhoneAppDetail withDeviceToken(String deviceToken)
-
withHashFunction
public StrongAuthenticationPhoneAppDetail withHashFunction(String hashFunction)
-
getLastAuthenticatedDateTime
public Optional<OffsetDateTime> getLastAuthenticatedDateTime()
-
withLastAuthenticatedDateTime
public StrongAuthenticationPhoneAppDetail withLastAuthenticatedDateTime(OffsetDateTime lastAuthenticatedDateTime)
-
withNotificationType
public StrongAuthenticationPhoneAppDetail withNotificationType(String notificationType)
-
withOathSecretKey
public StrongAuthenticationPhoneAppDetail withOathSecretKey(String oathSecretKey)
-
getOathTokenMetadata
public Optional<OathTokenMetadata> getOathTokenMetadata()
-
withOathTokenMetadata
public StrongAuthenticationPhoneAppDetail withOathTokenMetadata(OathTokenMetadata oathTokenMetadata)
-
withOathTokenTimeDriftInSeconds
public StrongAuthenticationPhoneAppDetail withOathTokenTimeDriftInSeconds(Integer oathTokenTimeDriftInSeconds)
-
withPhoneAppVersion
public StrongAuthenticationPhoneAppDetail withPhoneAppVersion(String phoneAppVersion)
-
withTenantDeviceId
public StrongAuthenticationPhoneAppDetail withTenantDeviceId(String tenantDeviceId)
-
withTokenGenerationIntervalInSeconds
public StrongAuthenticationPhoneAppDetail withTokenGenerationIntervalInSeconds(Integer tokenGenerationIntervalInSeconds)
-
withUnmappedField
public StrongAuthenticationPhoneAppDetail withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classEntity
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public StrongAuthenticationPhoneAppDetail patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public StrongAuthenticationPhoneAppDetail put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-