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
  • Constructor Details

    • VerifiedIdProfile

      public VerifiedIdProfile()
      Instantiates a new VerifiedIdProfile and 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

      @Nullable public String getDescription()
      Gets the description property value. Description for the verified ID profile. Required.
      Returns:
      a String
    • getFaceCheckConfiguration

      @Nullable public FaceCheckConfiguration 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:
      getFieldDeserializers in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      getFieldDeserializers in class Entity
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getLastModifiedDateTime

      @Nullable public OffsetDateTime getLastModifiedDateTime()
      Gets the lastModifiedDateTime property value. DateTime the profile was last modified. Optional.
      Returns:
      a OffsetDateTime
    • getName

      @Nullable public String getName()
      Gets the name property value. Display name for the verified ID profile. Required.
      Returns:
      a String
    • getPriority

      @Nullable public Integer getPriority()
      Gets the priority property value. Defines profile processing priority if multiple profiles are configured. Optional.
      Returns:
      a Integer
    • getState

      @Nullable public VerifiedIdProfileState getState()
      Gets the state property value. The state property
      Returns:
      a VerifiedIdProfileState
    • getVerifiedIdProfileConfiguration

      @Nullable public VerifiedIdProfileConfiguration getVerifiedIdProfileConfiguration()
      Gets the verifiedIdProfileConfiguration property value. The verifiedIdProfileConfiguration property
      Returns:
      a VerifiedIdProfileConfiguration
    • getVerifiedIdUsageConfigurations

      @Nullable public List<VerifiedIdUsageConfiguration> getVerifiedIdUsageConfigurations()
      Gets the verifiedIdUsageConfigurations property value. Collection defining the usage purpose for the profile. Required.
      Returns:
      a List<VerifiedIdUsageConfiguration>
    • getVerifierDid

      @Nullable public String 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
      Specified by:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      serialize in class Entity
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setDescription

      public void setDescription(@Nullable String value)
      Sets the description property value. Description for the verified ID profile. Required.
      Parameters:
      value - Value to set for the description property.
    • setFaceCheckConfiguration

      public void setFaceCheckConfiguration(@Nullable FaceCheckConfiguration value)
      Sets the faceCheckConfiguration property value. The faceCheckConfiguration property
      Parameters:
      value - Value to set for the faceCheckConfiguration property.
    • setLastModifiedDateTime

      public void setLastModifiedDateTime(@Nullable OffsetDateTime value)
      Sets the lastModifiedDateTime property value. DateTime the profile was last modified. Optional.
      Parameters:
      value - Value to set for the lastModifiedDateTime property.
    • setName

      public void setName(@Nullable String value)
      Sets the name property value. Display name for the verified ID profile. Required.
      Parameters:
      value - Value to set for the name property.
    • setPriority

      public void setPriority(@Nullable Integer value)
      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

      public void setState(@Nullable VerifiedIdProfileState value)
      Sets the state property value. The state property
      Parameters:
      value - Value to set for the state property.
    • setVerifiedIdProfileConfiguration

      public void setVerifiedIdProfileConfiguration(@Nullable VerifiedIdProfileConfiguration value)
      Sets the verifiedIdProfileConfiguration property value. The verifiedIdProfileConfiguration property
      Parameters:
      value - Value to set for the verifiedIdProfileConfiguration property.
    • setVerifiedIdUsageConfigurations

      public void setVerifiedIdUsageConfigurations(@Nullable List<VerifiedIdUsageConfiguration> value)
      Sets the verifiedIdUsageConfigurations property value. Collection defining the usage purpose for the profile. Required.
      Parameters:
      value - Value to set for the verifiedIdUsageConfigurations property.
    • setVerifierDid

      public void setVerifierDid(@Nullable String value)
      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.