Uses of Class
com.microsoft.graph.models.AdhocCall
Packages that use AdhocCall
-
Uses of AdhocCall in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AdhocCallModifier and TypeMethodDescriptionstatic AdhocCallAdhocCall.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 AdhocCallModifier and TypeMethodDescriptionCloudCommunications.getAdhocCalls()Gets the adhocCalls property value.User.getAdhocCalls()Gets the adhocCalls property value.AdhocCallCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type AdhocCallModifier and TypeMethodDescriptionvoidCloudCommunications.setAdhocCalls(List<AdhocCall> value) Sets the adhocCalls property value.voidUser.setAdhocCalls(List<AdhocCall> value) Sets the adhocCalls property value.voidSets the value property value.