Uses of Class
odata.msgraph.client.beta.entity.WorkbookRangeBorder
-
Packages that use WorkbookRangeBorder Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.collection.request -
-
Uses of WorkbookRangeBorder in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return WorkbookRangeBorder Modifier and Type Method Description WorkbookRangeBorderWorkbookRangeBorder.Builder. build()WorkbookRangeBorderWorkbookRangeBorder. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.WorkbookRangeBorderWorkbookRangeBorder. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).WorkbookRangeBorderWorkbookRangeBorder. withColor(String color)WorkbookRangeBorderWorkbookRangeBorder. withSideIndex(String sideIndex)WorkbookRangeBorderWorkbookRangeBorder. withStyle(String style)WorkbookRangeBorderWorkbookRangeBorder. withUnmappedField(String name, String value)WorkbookRangeBorderWorkbookRangeBorder. withWeight(String weight) -
Uses of WorkbookRangeBorder in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type WorkbookRangeBorder Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRangeBorder>WorkbookRangeBorderCollectionRequest. itemAt(Integer index)
-