Uses of Class
odata.msgraph.client.complex.WorkbookSessionInfo
-
Packages that use WorkbookSessionInfo Package Description odata.msgraph.client.complex odata.msgraph.client.entity odata.msgraph.client.entity.request -
-
Uses of WorkbookSessionInfo in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return WorkbookSessionInfo Modifier and Type Method Description WorkbookSessionInfoWorkbookSessionInfo.Builder. build()WorkbookSessionInfoWorkbookSessionInfo. withId(String id)WorkbookSessionInfoWorkbookSessionInfo. withPersistChanges(Boolean persistChanges)WorkbookSessionInfoWorkbookSessionInfo. withUnmappedField(String name, Object value) -
Uses of WorkbookSessionInfo in odata.msgraph.client.entity
Methods in odata.msgraph.client.entity that return types with arguments of type WorkbookSessionInfo Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookSessionInfo>Workbook. createSession(Boolean persistChanges)com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookSessionInfo>Workbook. sessionInfoResource(String key) -
Uses of WorkbookSessionInfo in odata.msgraph.client.entity.request
Methods in odata.msgraph.client.entity.request that return types with arguments of type WorkbookSessionInfo Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookSessionInfo>WorkbookRequest. createSession(Boolean persistChanges)com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookSessionInfo>WorkbookRequest. sessionInfoResource(String key)
-