Uses of Class
odata.msgraph.client.beta.entity.SensitiveType
-
Packages that use SensitiveType Package Description odata.msgraph.client.beta.entity -
-
Uses of SensitiveType in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return SensitiveType Modifier and Type Method Description SensitiveTypeSensitiveType.Builder. build()SensitiveTypeSensitiveType. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.SensitiveTypeSensitiveType. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).SensitiveTypeSensitiveType. withClassificationMethod(ClassificationMethod classificationMethod)SensitiveTypeSensitiveType. withDescription(String description)SensitiveTypeSensitiveType. withName(String name)SensitiveTypeSensitiveType. withPublisherName(String publisherName)SensitiveTypeSensitiveType. withRulePackageId(String rulePackageId)SensitiveTypeSensitiveType. withRulePackageType(String rulePackageType)SensitiveTypeSensitiveType. withScope(SensitiveTypeScope scope)SensitiveTypeSensitiveType. withSensitiveTypeSource(SensitiveTypeSource sensitiveTypeSource)SensitiveTypeSensitiveType. withState(String state)SensitiveTypeSensitiveType. withUnmappedField(String name, String value)
-