Uses of Class
com.azure.search.documents.knowledgebases.models.SharePointSensitivityLabelInfo
Packages that use SharePointSensitivityLabelInfo
Package
Description
Package containing the data models for KnowledgeBaseRetrievalClient.
-
Uses of SharePointSensitivityLabelInfo in com.azure.search.documents.knowledgebases.models
Classes in com.azure.search.documents.knowledgebases.models that implement interfaces with type arguments of type SharePointSensitivityLabelInfoModifier and TypeClassDescriptionfinal classInformation about the sensitivity label applied to a SharePoint document.Methods in com.azure.search.documents.knowledgebases.models that return SharePointSensitivityLabelInfoModifier and TypeMethodDescriptionSharePointSensitivityLabelInfo.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SharePointSensitivityLabelInfo from the JsonReader.KnowledgeBaseRemoteSharePointReference.getSearchSensitivityLabelInfo()Get the searchSensitivityLabelInfo property: Information about the sensitivity label applied to a SharePoint document.Set the color property: The color that the UI should display for the label, if configured.SharePointSensitivityLabelInfo.setDisplayName(String displayName) Set the displayName property: The display name for the sensitivity label.SharePointSensitivityLabelInfo.setIsEncrypted(Boolean isEncrypted) Set the isEncrypted property: Indicates whether the sensitivity label enforces encryption.SharePointSensitivityLabelInfo.setPriority(Integer priority) Set the priority property: The priority in which the sensitivity label is applied.SharePointSensitivityLabelInfo.setSensitivityLabelId(String sensitivityLabelId) Set the sensitivityLabelId property: The ID of the sensitivity label.SharePointSensitivityLabelInfo.setTooltip(String tooltip) Set the tooltip property: The tooltip that should be displayed for the label in a UI.Methods in com.azure.search.documents.knowledgebases.models with parameters of type SharePointSensitivityLabelInfoModifier and TypeMethodDescriptionKnowledgeBaseRemoteSharePointReference.setSearchSensitivityLabelInfo(SharePointSensitivityLabelInfo searchSensitivityLabelInfo) Set the searchSensitivityLabelInfo property: Information about the sensitivity label applied to a SharePoint document.