Uses of Class
odata.msgraph.client.beta.complex.OnenotePagePreview
-
Packages that use OnenotePagePreview Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of OnenotePagePreview in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return OnenotePagePreview Modifier and Type Method Description OnenotePagePreviewOnenotePagePreview.Builder. build()OnenotePagePreviewOnenotePagePreview. withLinks(OnenotePagePreviewLinks links)OnenotePagePreviewOnenotePagePreview. withPreviewText(String previewText)OnenotePagePreviewOnenotePagePreview. withUnmappedField(String name, String value) -
Uses of OnenotePagePreview in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return types with arguments of type OnenotePagePreview Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<OnenotePagePreview>OnenotePage. preview() -
Uses of OnenotePagePreview in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type OnenotePagePreview Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<OnenotePagePreview>OnenotePageRequest. preview()
-