Uses of Class
com.microsoft.graph.models.InvitationParticipantInfo
Packages that use InvitationParticipantInfo
-
Uses of InvitationParticipantInfo in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return InvitationParticipantInfoModifier and TypeMethodDescriptionstatic InvitationParticipantInfoInvitationParticipantInfo.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 InvitationParticipantInfoModifier and TypeMethodDescriptionInviteParticipantsOperation.getParticipants()Gets the participants property value.Call.getTargets()Gets the targets property value.Method parameters in com.microsoft.graph.models with type arguments of type InvitationParticipantInfoModifier and TypeMethodDescriptionvoidInviteParticipantsOperation.setParticipants(List<InvitationParticipantInfo> value) Sets the participants property value.voidCall.setTargets(List<InvitationParticipantInfo> value) Sets the targets property value.