Uses of Class
com.microsoft.graph.models.LongRunningOperation
Packages that use LongRunningOperation
-
Uses of LongRunningOperation in com.microsoft.graph.models
Subclasses of LongRunningOperation in com.microsoft.graph.modelsModifier and TypeClassDescriptionclassThe status of a long-running operation.classRepresents the status of a Viva Engage async operation that is an operation that transcends thelifetime of a single API request.classThe status of a long-running operation.Methods in com.microsoft.graph.models that return LongRunningOperationModifier and TypeMethodDescriptionstatic LongRunningOperationLongRunningOperation.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 LongRunningOperationModifier and TypeMethodDescriptionAuthentication.getOperations()Gets the operations property value.LongRunningOperationCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type LongRunningOperationModifier and TypeMethodDescriptionvoidAuthentication.setOperations(List<LongRunningOperation> value) Sets the operations property value.voidLongRunningOperationCollectionResponse.setValue(List<LongRunningOperation> value) Sets the value property value.