Package com.okta.sdk.resource.model
Class UserFactorCallProfile
java.lang.Object
com.okta.sdk.resource.model.UserFactorCallProfile
- All Implemented Interfaces:
 Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
           comments="Generator version: 7.8.0")
public class UserFactorCallProfile
extends Object
implements Serializable
UserFactorCallProfile
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanExtension of the associated `phoneNumber`org.openapitools.jackson.nullable.JsonNullable<String> Phone number of the Factor.inthashCode()phoneExtension(String phoneExtension) phoneNumber(String phoneNumber) voidsetPhoneExtension(String phoneExtension) voidsetPhoneExtension_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> phoneExtension) voidsetPhoneNumber(String phoneNumber) toString() 
- 
Field Details
- 
JSON_PROPERTY_PHONE_EXTENSION
- See Also:
 
 - 
JSON_PROPERTY_PHONE_NUMBER
- See Also:
 
 
 - 
 - 
Constructor Details
- 
UserFactorCallProfile
public UserFactorCallProfile() 
 - 
 - 
Method Details
- 
phoneExtension
 - 
getPhoneExtension
Extension of the associated `phoneNumber`- Returns:
 - phoneExtension
 
 - 
getPhoneExtension_JsonNullable
 - 
setPhoneExtension_JsonNullable
public void setPhoneExtension_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> phoneExtension)  - 
setPhoneExtension
 - 
phoneNumber
 - 
getPhoneNumber
Phone number of the Factor. Format phone numbers to use the [E.164 standard](https://www.itu.int/rec/T-REC-E.164/).- Returns:
 - phoneNumber
 
 - 
setPhoneNumber
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -