Uses of Class
odata.msgraph.client.beta.complex.ListInfo
-
Packages that use ListInfo Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of ListInfo in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return ListInfo Modifier and Type Method Description ListInfoListInfo.Builder. build()ListInfoListInfo. withContentTypesEnabled(Boolean contentTypesEnabled)ListInfoListInfo. withHidden(Boolean hidden)ListInfoListInfo. withTemplate(String template)ListInfoListInfo. withUnmappedField(String name, String value) -
Uses of ListInfo in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as ListInfo Modifier and Type Field Description protected ListInfoList. listMethods in odata.msgraph.client.beta.entity that return types with arguments of type ListInfo Modifier and Type Method Description Optional<ListInfo>List. getList()Methods in odata.msgraph.client.beta.entity with parameters of type ListInfo Modifier and Type Method Description List.BuilderList.Builder. list(ListInfo list)ListList. withList(ListInfo list)
-