Uses of Class
odata.msgraph.client.security.entity.LabelsRoot
-
Packages that use LabelsRoot Package Description odata.msgraph.client.entity odata.msgraph.client.security.entity -
-
Uses of LabelsRoot in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as LabelsRoot Modifier and Type Field Description protected LabelsRootSecurity. labelsMethods in odata.msgraph.client.entity with parameters of type LabelsRoot Modifier and Type Method Description Security.BuilderSecurity.Builder. labels(LabelsRoot labels)SecuritySecurity. withLabels(LabelsRoot labels) -
Uses of LabelsRoot in odata.msgraph.client.security.entity
Methods in odata.msgraph.client.security.entity that return LabelsRoot Modifier and Type Method Description LabelsRootLabelsRoot.Builder. build()LabelsRootLabelsRoot. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.LabelsRootLabelsRoot. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).LabelsRootLabelsRoot. withAuthorities(List<AuthorityTemplate> authorities)LabelsRootLabelsRoot. withCategories(List<CategoryTemplate> categories)LabelsRootLabelsRoot. withCitations(List<CitationTemplate> citations)LabelsRootLabelsRoot. withDepartments(List<DepartmentTemplate> departments)LabelsRootLabelsRoot. withFilePlanReferences(List<FilePlanReferenceTemplate> filePlanReferences)LabelsRootLabelsRoot. withRetentionLabels(List<RetentionLabel> retentionLabels)LabelsRootLabelsRoot. withUnmappedField(String name, Object value)
-