Uses of Class
com.microsoft.graph.models.VerifiedIdProfile
Packages that use VerifiedIdProfile
-
Uses of VerifiedIdProfile in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return VerifiedIdProfileModifier and TypeMethodDescriptionstatic VerifiedIdProfileVerifiedIdProfile.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type VerifiedIdProfileModifier and TypeMethodDescriptionIdentityVerifiedIdRoot.getProfiles()Gets the profiles property value.VerifiedIdProfileCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type VerifiedIdProfileModifier and TypeMethodDescriptionvoidIdentityVerifiedIdRoot.setProfiles(List<VerifiedIdProfile> value) Sets the profiles property value.voidVerifiedIdProfileCollectionResponse.setValue(List<VerifiedIdProfile> value) Sets the value property value.