Uses of Class
com.microsoft.graph.models.RichLongRunningOperation
Packages that use RichLongRunningOperation
-
Uses of RichLongRunningOperation in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return RichLongRunningOperationModifier and TypeMethodDescriptionstatic RichLongRunningOperationRichLongRunningOperation.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 RichLongRunningOperationModifier and TypeMethodDescriptionList.getOperations()Gets the operations property value.Site.getOperations()Gets the operations property value.RichLongRunningOperationCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type RichLongRunningOperationModifier and TypeMethodDescriptionvoidList.setOperations(List<RichLongRunningOperation> value) Sets the operations property value.voidSite.setOperations(List<RichLongRunningOperation> value) Sets the operations property value.voidRichLongRunningOperationCollectionResponse.setValue(List<RichLongRunningOperation> value) Sets the value property value.