Package com.okta.sdk.resource.model
Class UserFactorSMSProfile
java.lang.Object
com.okta.sdk.resource.model.UserFactorSMSProfile
- 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 UserFactorSMSProfile
extends Object
implements Serializable
UserFactorSMSProfile
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanPhone number of the Factor.inthashCode()phoneNumber(String phoneNumber) voidsetPhoneNumber(String phoneNumber) toString()
- 
Field Details- 
JSON_PROPERTY_PHONE_NUMBER- See Also:
 
 
- 
- 
Constructor Details- 
UserFactorSMSProfilepublic UserFactorSMSProfile()
 
- 
- 
Method Details- 
phoneNumber
- 
getPhoneNumberPhone number of the Factor. You should format phone numbers to use the [E.164 standard](https://www.itu.int/rec/T-REC-E.164/).- Returns:
- phoneNumber
 
- 
setPhoneNumber
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-