Uses of Class
odata.msgraph.client.beta.complex.ItemPreviewInfo
-
Packages that use ItemPreviewInfo Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of ItemPreviewInfo in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return ItemPreviewInfo Modifier and Type Method Description ItemPreviewInfoItemPreviewInfo.Builder. build()ItemPreviewInfoItemPreviewInfo. withGetUrl(String getUrl)ItemPreviewInfoItemPreviewInfo. withPostParameters(String postParameters)ItemPreviewInfoItemPreviewInfo. withPostUrl(String postUrl)ItemPreviewInfoItemPreviewInfo. withUnmappedField(String name, String value) -
Uses of ItemPreviewInfo in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return types with arguments of type ItemPreviewInfo Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ItemPreviewInfo>DriveItem. preview(String viewer, Boolean chromeless, Boolean allowEdit, String page, Double zoom) -
Uses of ItemPreviewInfo in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type ItemPreviewInfo Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ItemPreviewInfo>DriveItemRequest. preview(String viewer, Boolean chromeless, Boolean allowEdit, String page, Double zoom)
-