public class DefaultUnlockAccountRequest extends com.okta.sdk.impl.resource.AbstractResource implements UnlockAccountRequest
Constructor and Description |
---|
DefaultUnlockAccountRequest(com.okta.sdk.impl.ds.InternalDataStore dataStore) |
DefaultUnlockAccountRequest(com.okta.sdk.impl.ds.InternalDataStore dataStore,
java.util.Map<java.lang.String,java.lang.Object> properties) |
Modifier and Type | Method and Description |
---|---|
FactorType |
getFactorType() |
java.util.Map<java.lang.String,com.okta.sdk.impl.resource.Property> |
getPropertyDescriptors() |
java.lang.String |
getRelayState() |
java.lang.String |
getUsername() |
UnlockAccountRequest |
setFactorType(FactorType factorType) |
UnlockAccountRequest |
setRelayState(java.lang.String relayState) |
UnlockAccountRequest |
setUsername(java.lang.String username) |
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, values
getBoolean, 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, setProperty
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public DefaultUnlockAccountRequest(com.okta.sdk.impl.ds.InternalDataStore dataStore)
public DefaultUnlockAccountRequest(com.okta.sdk.impl.ds.InternalDataStore dataStore, java.util.Map<java.lang.String,java.lang.Object> properties)
public java.util.Map<java.lang.String,com.okta.sdk.impl.resource.Property> getPropertyDescriptors()
getPropertyDescriptors
in class com.okta.sdk.impl.resource.AbstractResource
public java.lang.String getRelayState()
getRelayState
in interface UnlockAccountRequest
public UnlockAccountRequest setRelayState(java.lang.String relayState)
setRelayState
in interface UnlockAccountRequest
public java.lang.String getUsername()
getUsername
in interface UnlockAccountRequest
public UnlockAccountRequest setUsername(java.lang.String username)
setUsername
in interface UnlockAccountRequest
public FactorType getFactorType()
getFactorType
in interface UnlockAccountRequest
public UnlockAccountRequest setFactorType(FactorType factorType)
setFactorType
in interface UnlockAccountRequest
Copyright © 2018-2022 Okta. All Rights Reserved.