Uses of Class
odata.msgraph.client.security.complex.FilePlanAppliedCategory
-
Packages that use FilePlanAppliedCategory Package Description odata.msgraph.client.security.complex odata.msgraph.client.security.entity -
-
Uses of FilePlanAppliedCategory in odata.msgraph.client.security.complex
Methods in odata.msgraph.client.security.complex that return FilePlanAppliedCategory Modifier and Type Method Description FilePlanAppliedCategoryFilePlanAppliedCategory.Builder. build()FilePlanAppliedCategoryFilePlanAppliedCategory. withSubcategory(FilePlanSubcategory subcategory)FilePlanAppliedCategoryFilePlanAppliedCategory. withUnmappedField(String name, Object value) -
Uses of FilePlanAppliedCategory in odata.msgraph.client.security.entity
Fields in odata.msgraph.client.security.entity declared as FilePlanAppliedCategory Modifier and Type Field Description protected FilePlanAppliedCategoryFilePlanDescriptor. categoryMethods in odata.msgraph.client.security.entity that return types with arguments of type FilePlanAppliedCategory Modifier and Type Method Description Optional<FilePlanAppliedCategory>FilePlanDescriptor. getCategory()Methods in odata.msgraph.client.security.entity with parameters of type FilePlanAppliedCategory Modifier and Type Method Description FilePlanDescriptor.BuilderFilePlanDescriptor.Builder. category(FilePlanAppliedCategory category)FilePlanDescriptorFilePlanDescriptor. withCategory(FilePlanAppliedCategory category)
-