@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class CallUserFactorProfile extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_PHONE_EXTENSION |
static String |
JSON_PROPERTY_PHONE_NUMBER |
Constructor and Description |
---|
CallUserFactorProfile() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getPhoneExtension()
Get phoneExtension
|
String |
getPhoneNumber()
Get phoneNumber
|
int |
hashCode() |
CallUserFactorProfile |
phoneExtension(String phoneExtension) |
CallUserFactorProfile |
phoneNumber(String phoneNumber) |
void |
setPhoneExtension(String phoneExtension) |
void |
setPhoneNumber(String phoneNumber) |
String |
toString() |
public static final String JSON_PROPERTY_PHONE_EXTENSION
public static final String JSON_PROPERTY_PHONE_NUMBER
public CallUserFactorProfile phoneExtension(String phoneExtension)
@Nullable public String getPhoneExtension()
public void setPhoneExtension(String phoneExtension)
public CallUserFactorProfile phoneNumber(String phoneNumber)
public void setPhoneNumber(String phoneNumber)
Copyright © 2017–2023 Okta. All rights reserved.