Package com.microsoft.graph.models
Class IdentityUserFlowAttribute
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.IdentityUserFlowAttribute
- All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder
,com.microsoft.kiota.serialization.Parsable
,com.microsoft.kiota.store.BackedModel
- Direct Known Subclasses:
IdentityBuiltInUserFlowAttribute
,IdentityCustomUserFlowAttribute
@Generated("com.microsoft.kiota")
public class IdentityUserFlowAttribute
extends Entity
implements com.microsoft.kiota.serialization.Parsable
-
Field Summary
Fields inherited from class com.microsoft.graph.models.Entity
backingStore
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IdentityUserFlowAttribute
createFromDiscriminatorValue
(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueGets the dataType property value.Gets the description property value.Gets the displayName property value.The deserialization information for the current modelGets the userFlowAttributeType property value.void
serialize
(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoid
Sets the dataType property value.void
setDescription
(String value) Sets the description property value.void
setDisplayName
(String value) Sets the displayName property value.void
Sets the userFlowAttributeType property value.Methods inherited from class com.microsoft.graph.models.Entity
getAdditionalData, getBackingStore, getId, getOdataType, setAdditionalData, setBackingStore, setId, setOdataType
-
Constructor Details
-
IdentityUserFlowAttribute
public IdentityUserFlowAttribute()Instantiates a newIdentityUserFlowAttribute
and sets the default values.
-
-
Method Details
-
createFromDiscriminatorValue
@Nonnull public static IdentityUserFlowAttribute createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value- Parameters:
parseNode
- The parse node to use to read the discriminator value and create the object- Returns:
- a
IdentityUserFlowAttribute
-
getDataType
Gets the dataType property value. The dataType property- Returns:
- a
IdentityUserFlowAttributeDataType
-
getDescription
Gets the description property value. The description of the user flow attribute that's shown to the user at the time of sign up.- Returns:
- a
String
-
getDisplayName
Gets the displayName property value. The display name of the user flow attribute. Supports $filter (eq, ne).- Returns:
- a
String
-
getFieldDeserializers
@Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()The deserialization information for the current model- Specified by:
getFieldDeserializers
in interfacecom.microsoft.kiota.serialization.Parsable
- Overrides:
getFieldDeserializers
in classEntity
- Returns:
- a
Map<String,
Consumer<com.microsoft.kiota.serialization.ParseNode>>
-
getUserFlowAttributeType
Gets the userFlowAttributeType property value. The userFlowAttributeType property- Returns:
- a
IdentityUserFlowAttributeType
-
serialize
public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current object -
setDataType
Sets the dataType property value. The dataType property- Parameters:
value
- Value to set for the dataType property.
-
setDescription
Sets the description property value. The description of the user flow attribute that's shown to the user at the time of sign up.- Parameters:
value
- Value to set for the description property.
-
setDisplayName
Sets the displayName property value. The display name of the user flow attribute. Supports $filter (eq, ne).- Parameters:
value
- Value to set for the displayName property.
-
setUserFlowAttributeType
Sets the userFlowAttributeType property value. The userFlowAttributeType property- Parameters:
value
- Value to set for the userFlowAttributeType property.
-