Package com.microsoft.graph.models
Class VerifiedIdProfile
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.VerifiedIdProfile
- All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder,com.microsoft.kiota.serialization.Parsable,com.microsoft.kiota.store.BackedModel
@Generated("com.microsoft.kiota")
public class VerifiedIdProfile
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 VerifiedIdProfilecreateFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueGets the description property value.Gets the faceCheckConfiguration property value.The deserialization information for the current modelGets the lastModifiedDateTime property value.getName()Gets the name property value.Gets the priority property value.getState()Gets the state property value.Gets the verifiedIdProfileConfiguration property value.Gets the verifiedIdUsageConfigurations property value.Gets the verifierDid property value.voidserialize(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoidsetDescription(String value) Sets the description property value.voidSets the faceCheckConfiguration property value.voidSets the lastModifiedDateTime property value.voidSets the name property value.voidsetPriority(Integer value) Sets the priority property value.voidsetState(VerifiedIdProfileState value) Sets the state property value.voidSets the verifiedIdProfileConfiguration property value.voidSets the verifiedIdUsageConfigurations property value.voidsetVerifierDid(String value) Sets the verifierDid property value.Methods inherited from class com.microsoft.graph.models.Entity
getAdditionalData, getBackingStore, getId, getOdataType, setAdditionalData, setBackingStore, setId, setOdataType
-
Constructor Details
-
VerifiedIdProfile
public VerifiedIdProfile()Instantiates a newVerifiedIdProfileand sets the default values.
-
-
Method Details
-
createFromDiscriminatorValue
@Nonnull public static VerifiedIdProfile 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
VerifiedIdProfile
-
getDescription
Gets the description property value. Description for the verified ID profile. Required.- Returns:
- a
String
-
getFaceCheckConfiguration
Gets the faceCheckConfiguration property value. The faceCheckConfiguration property- Returns:
- a
FaceCheckConfiguration
-
getFieldDeserializers
@Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()The deserialization information for the current model- Specified by:
getFieldDeserializersin interfacecom.microsoft.kiota.serialization.Parsable- Overrides:
getFieldDeserializersin classEntity- Returns:
- a
Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
-
getLastModifiedDateTime
Gets the lastModifiedDateTime property value. DateTime the profile was last modified. Optional.- Returns:
- a
OffsetDateTime
-
getName
Gets the name property value. Display name for the verified ID profile. Required.- Returns:
- a
String
-
getPriority
Gets the priority property value. Defines profile processing priority if multiple profiles are configured. Optional.- Returns:
- a
Integer
-
getState
Gets the state property value. The state property- Returns:
- a
VerifiedIdProfileState
-
getVerifiedIdProfileConfiguration
Gets the verifiedIdProfileConfiguration property value. The verifiedIdProfileConfiguration property- Returns:
- a
VerifiedIdProfileConfiguration
-
getVerifiedIdUsageConfigurations
Gets the verifiedIdUsageConfigurations property value. Collection defining the usage purpose for the profile. Required.- Returns:
- a
List<VerifiedIdUsageConfiguration>
-
getVerifierDid
Gets the verifierDid property value. Decentralized Identifier (DID) string that represents the verifier in the verifiable credential exchange. Required.- Returns:
- a
String
-
serialize
public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current object -
setDescription
Sets the description property value. Description for the verified ID profile. Required.- Parameters:
value- Value to set for the description property.
-
setFaceCheckConfiguration
Sets the faceCheckConfiguration property value. The faceCheckConfiguration property- Parameters:
value- Value to set for the faceCheckConfiguration property.
-
setLastModifiedDateTime
Sets the lastModifiedDateTime property value. DateTime the profile was last modified. Optional.- Parameters:
value- Value to set for the lastModifiedDateTime property.
-
setName
Sets the name property value. Display name for the verified ID profile. Required.- Parameters:
value- Value to set for the name property.
-
setPriority
Sets the priority property value. Defines profile processing priority if multiple profiles are configured. Optional.- Parameters:
value- Value to set for the priority property.
-
setState
Sets the state property value. The state property- Parameters:
value- Value to set for the state property.
-
setVerifiedIdProfileConfiguration
Sets the verifiedIdProfileConfiguration property value. The verifiedIdProfileConfiguration property- Parameters:
value- Value to set for the verifiedIdProfileConfiguration property.
-
setVerifiedIdUsageConfigurations
Sets the verifiedIdUsageConfigurations property value. Collection defining the usage purpose for the profile. Required.- Parameters:
value- Value to set for the verifiedIdUsageConfigurations property.
-
setVerifierDid
Sets the verifierDid property value. Decentralized Identifier (DID) string that represents the verifier in the verifiable credential exchange. Required.- Parameters:
value- Value to set for the verifierDid property.
-