Uses of Class
odata.msgraph.client.complex.PendingContentUpdate
-
Packages that use PendingContentUpdate Package Description odata.msgraph.client.complex -
-
Uses of PendingContentUpdate in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as PendingContentUpdate Modifier and Type Field Description protected PendingContentUpdatePendingOperations. pendingContentUpdateMethods in odata.msgraph.client.complex that return PendingContentUpdate Modifier and Type Method Description PendingContentUpdatePendingContentUpdate.Builder. build()PendingContentUpdatePendingContentUpdate. withQueuedDateTime(OffsetDateTime queuedDateTime)PendingContentUpdatePendingContentUpdate. withUnmappedField(String name, String value)Methods in odata.msgraph.client.complex that return types with arguments of type PendingContentUpdate Modifier and Type Method Description Optional<PendingContentUpdate>PendingOperations. getPendingContentUpdate()Methods in odata.msgraph.client.complex with parameters of type PendingContentUpdate Modifier and Type Method Description PendingOperations.BuilderPendingOperations.Builder. pendingContentUpdate(PendingContentUpdate pendingContentUpdate)PendingOperationsPendingOperations. withPendingContentUpdate(PendingContentUpdate pendingContentUpdate)
-