Uses of Class
odata.msgraph.client.complex.WebPartPosition
-
Packages that use WebPartPosition Package Description odata.msgraph.client.complex odata.msgraph.client.entity odata.msgraph.client.entity.request -
-
Uses of WebPartPosition in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return WebPartPosition Modifier and Type Method Description WebPartPositionWebPartPosition.Builder. build()WebPartPositionWebPartPosition. withColumnId(Double columnId)WebPartPositionWebPartPosition. withHorizontalSectionId(Double horizontalSectionId)WebPartPositionWebPartPosition. withIsInVerticalSection(Boolean isInVerticalSection)WebPartPositionWebPartPosition. withUnmappedField(String name, Object value)WebPartPositionWebPartPosition. withWebPartIndex(Double webPartIndex) -
Uses of WebPartPosition in odata.msgraph.client.entity
Methods in odata.msgraph.client.entity that return types with arguments of type WebPartPosition Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WebPartPosition>WebPart. getPositionOfWebPart() -
Uses of WebPartPosition in odata.msgraph.client.entity.request
Methods in odata.msgraph.client.entity.request that return types with arguments of type WebPartPosition Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WebPartPosition>WebPartRequest. getPositionOfWebPart()
-