Class IamMfaTypeEnum
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.IamMfaTypeEnum
-
public class IamMfaTypeEnum extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIamMfaTypeEnum.Builder
-
Constructor Summary
Constructors Constructor Description IamMfaTypeEnum()IamMfaTypeEnum(org.openapitools.jackson.nullable.JsonNullable<? extends IamMfaTypeEnumValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends IamMfaTypeEnumSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IamMfaTypeEnum.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<IamMfaTypeEnumSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<IamMfaTypeEnumValue>value()The unified value for the type of multi-factor authentication.IamMfaTypeEnumwithSourceValue(IamMfaTypeEnumSourceValue sourceValue)IamMfaTypeEnumwithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends IamMfaTypeEnumSourceValue> sourceValue)IamMfaTypeEnumwithValue(IamMfaTypeEnumValue value)The unified value for the type of multi-factor authentication.IamMfaTypeEnumwithValue(org.openapitools.jackson.nullable.JsonNullable<? extends IamMfaTypeEnumValue> value)The unified value for the type of multi-factor authentication.
-
-
-
Constructor Detail
-
IamMfaTypeEnum
public IamMfaTypeEnum(org.openapitools.jackson.nullable.JsonNullable<? extends IamMfaTypeEnumValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends IamMfaTypeEnumSourceValue> sourceValue)
-
IamMfaTypeEnum
public IamMfaTypeEnum()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<IamMfaTypeEnumValue> value()
The unified value for the type of multi-factor authentication. If the provider does not send back a type but does specify that MFA is set-up for this user, the value will be set to 'unknown'.'
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<IamMfaTypeEnumSourceValue> sourceValue()
-
builder
public static final IamMfaTypeEnum.Builder builder()
-
withValue
public IamMfaTypeEnum withValue(IamMfaTypeEnumValue value)
The unified value for the type of multi-factor authentication. If the provider does not send back a type but does specify that MFA is set-up for this user, the value will be set to 'unknown'.'
-
withValue
public IamMfaTypeEnum withValue(org.openapitools.jackson.nullable.JsonNullable<? extends IamMfaTypeEnumValue> value)
The unified value for the type of multi-factor authentication. If the provider does not send back a type but does specify that MFA is set-up for this user, the value will be set to 'unknown'.'
-
withSourceValue
public IamMfaTypeEnum withSourceValue(IamMfaTypeEnumSourceValue sourceValue)
-
withSourceValue
public IamMfaTypeEnum withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends IamMfaTypeEnumSourceValue> sourceValue)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-