public class IdentityUserFlowAttributeAssignment extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
displayName
The Display Name.
|
java.lang.Boolean |
isOptional
The Is Optional.
|
java.lang.Boolean |
requiresVerification
The Requires Verification.
|
IdentityUserFlowAttribute |
userAttribute
The User Attribute.
|
java.util.List<UserAttributeValuesItem> |
userAttributeValues
The User Attribute Values.
|
IdentityUserFlowAttributeInputType |
userInputType
The User Input Type.
|
| Constructor and Description |
|---|
IdentityUserFlowAttributeAssignment() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="displayName",
alternate="DisplayName")
@Expose
@Nullable
public java.lang.String displayName
@SerializedName(value="isOptional",
alternate="IsOptional")
@Expose
@Nullable
public java.lang.Boolean isOptional
@SerializedName(value="requiresVerification",
alternate="RequiresVerification")
@Expose
@Nullable
public java.lang.Boolean requiresVerification
@SerializedName(value="userAttributeValues",
alternate="UserAttributeValues")
@Expose
@Nullable
public java.util.List<UserAttributeValuesItem> userAttributeValues
@SerializedName(value="userInputType",
alternate="UserInputType")
@Expose
@Nullable
public IdentityUserFlowAttributeInputType userInputType
@SerializedName(value="userAttribute",
alternate="UserAttribute")
@Expose
@Nullable
public IdentityUserFlowAttribute userAttribute
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to