Uses of Class
odata.msgraph.client.beta.complex.ContentTypeOrder
-
Packages that use ContentTypeOrder Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of ContentTypeOrder in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return ContentTypeOrder Modifier and Type Method Description ContentTypeOrderContentTypeOrder.Builder. build()ContentTypeOrderContentTypeOrder. withDefault(Boolean default_)ContentTypeOrderContentTypeOrder. withPosition(Integer position)ContentTypeOrderContentTypeOrder. withUnmappedField(String name, String value) -
Uses of ContentTypeOrder in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as ContentTypeOrder Modifier and Type Field Description protected ContentTypeOrderContentType. orderMethods in odata.msgraph.client.beta.entity that return types with arguments of type ContentTypeOrder Modifier and Type Method Description Optional<ContentTypeOrder>ContentType. getOrder()Methods in odata.msgraph.client.beta.entity with parameters of type ContentTypeOrder Modifier and Type Method Description ContentType.BuilderContentType.Builder. order(ContentTypeOrder order)ContentTypeContentType. withOrder(ContentTypeOrder order)
-