Uses of Class
odata.msgraph.client.complex.OnenotePatchContentCommand
-
Packages that use OnenotePatchContentCommand Package Description odata.msgraph.client.complex odata.msgraph.client.entity odata.msgraph.client.entity.request -
-
Uses of OnenotePatchContentCommand in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return OnenotePatchContentCommand Modifier and Type Method Description OnenotePatchContentCommandOnenotePatchContentCommand.Builder. build()OnenotePatchContentCommandOnenotePatchContentCommand. withAction(OnenotePatchActionType action)OnenotePatchContentCommandOnenotePatchContentCommand. withContent(String content)OnenotePatchContentCommandOnenotePatchContentCommand. withPosition(OnenotePatchInsertPosition position)OnenotePatchContentCommandOnenotePatchContentCommand. withTarget(String target)OnenotePatchContentCommandOnenotePatchContentCommand. withUnmappedField(String name, Object value) -
Uses of OnenotePatchContentCommand in odata.msgraph.client.entity
Method parameters in odata.msgraph.client.entity with type arguments of type OnenotePatchContentCommand Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnOnenotePage. onenotePatchContent(List<OnenotePatchContentCommand> commands) -
Uses of OnenotePatchContentCommand in odata.msgraph.client.entity.request
Method parameters in odata.msgraph.client.entity.request with type arguments of type OnenotePatchContentCommand Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnOnenotePageRequest. onenotePatchContent(List<OnenotePatchContentCommand> commands)
-