public class DefaultPushFactorProfile extends com.okta.sdk.impl.resource.AbstractResource implements PushFactorProfile
| Constructor and Description |
|---|
DefaultPushFactorProfile(com.okta.sdk.impl.ds.InternalDataStore dataStore) |
DefaultPushFactorProfile(com.okta.sdk.impl.ds.InternalDataStore dataStore,
Map<String,Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCredentialId() |
String |
getDeviceToken() |
String |
getDeviceType() |
String |
getName() |
String |
getPlatform() |
Map<String,com.okta.sdk.impl.resource.Property> |
getPropertyDescriptors() |
String |
getVersion() |
PushFactorProfile |
setCredentialId(String credentialId) |
PushFactorProfile |
setDeviceToken(String deviceToken) |
PushFactorProfile |
setDeviceType(String deviceType) |
PushFactorProfile |
setName(String name) |
PushFactorProfile |
setPlatform(String platform) |
PushFactorProfile |
setVersion(String version) |
clear, containsKey, containsValue, createPropertyDescriptorMap, createPropertyDescriptorMap, entrySet, equals, get, getDataStore, getDeletedPropertyNames, getInternalProperties, getParamsFromHref, getProperty, getPropertyNames, getResourceHref, getResourceListProperty, getResourceProperty, getUpdatedPropertyNames, hashCode, hasProperty, isDirty, isEmpty, isPrintableProperty, keySet, materialize, put, putAll, remove, setInternalProperties, setProperty, setProperty, setResourceHref, size, toString, valuesgetBoolean, getBoolean, getBooleanProperty, getCharArray, getDateProperty, getDoubleProperty, getDoubleProperty, getEnumListProperty, getEnumProperty, getEnumProperty, getInt, getInteger, getIntegerList, getIntProperty, getIntProperty, getListProperty, getListProperty, getMap, getMapProperty, getNonEmptyMap, getNullableBoolean, getNullableBooleanProperty, getNumber, getNumberList, getString, getString, getStringList, getStringProperty, setProperty, setPropertyclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringListclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic DefaultPushFactorProfile(com.okta.sdk.impl.ds.InternalDataStore dataStore)
public Map<String,com.okta.sdk.impl.resource.Property> getPropertyDescriptors()
getPropertyDescriptors in class com.okta.sdk.impl.resource.AbstractResourcepublic String getCredentialId()
getCredentialId in interface PushFactorProfilepublic PushFactorProfile setCredentialId(String credentialId)
setCredentialId in interface PushFactorProfilepublic String getDeviceToken()
getDeviceToken in interface PushFactorProfilepublic PushFactorProfile setDeviceToken(String deviceToken)
setDeviceToken in interface PushFactorProfilepublic String getDeviceType()
getDeviceType in interface PushFactorProfilepublic PushFactorProfile setDeviceType(String deviceType)
setDeviceType in interface PushFactorProfilepublic String getName()
getName in interface PushFactorProfilepublic PushFactorProfile setName(String name)
setName in interface PushFactorProfilepublic String getPlatform()
getPlatform in interface PushFactorProfilepublic PushFactorProfile setPlatform(String platform)
setPlatform in interface PushFactorProfilepublic String getVersion()
getVersion in interface PushFactorProfilepublic PushFactorProfile setVersion(String version)
setVersion in interface PushFactorProfileCopyright © 2018–2024 Okta. All rights reserved.