Uses of Class
microsoft.graph.security.complex.ContentLabel
-
Packages that use ContentLabel Package Description microsoft.graph.security.collection.request microsoft.graph.security.complex -
-
Uses of ContentLabel in microsoft.graph.security.collection.request
Methods in microsoft.graph.security.collection.request that return types with arguments of type ContentLabel Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ContentLabel>SensitivityLabelCollectionRequest. extractContentLabel(ContentInfo contentInfo) -
Uses of ContentLabel in microsoft.graph.security.complex
Methods in microsoft.graph.security.complex that return ContentLabel Modifier and Type Method Description ContentLabelContentLabel.Builder. build()ContentLabelContentLabel. withAssignmentMethod(AssignmentMethod assignmentMethod)ContentLabelContentLabel. withCreatedDateTime(OffsetDateTime createdDateTime)ContentLabelContentLabel. withSensitivityLabelId(String sensitivityLabelId)ContentLabelContentLabel. withUnmappedField(String name, String value)
-