Uses of Class
odata.msgraph.client.beta.enums.SensitiveTypeSource
-
Packages that use SensitiveTypeSource Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of SensitiveTypeSource in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as SensitiveTypeSource Modifier and Type Field Description protected SensitiveTypeSourceDetectedSensitiveContent. sensitiveTypeSourceMethods in odata.msgraph.client.beta.complex that return types with arguments of type SensitiveTypeSource Modifier and Type Method Description Optional<SensitiveTypeSource>DetectedSensitiveContent. getSensitiveTypeSource()Methods in odata.msgraph.client.beta.complex with parameters of type SensitiveTypeSource Modifier and Type Method Description DetectedSensitiveContent.BuilderDetectedSensitiveContent.Builder. sensitiveTypeSource(SensitiveTypeSource sensitiveTypeSource)MachineLearningDetectedSensitiveContent.BuilderMachineLearningDetectedSensitiveContent.Builder. sensitiveTypeSource(SensitiveTypeSource sensitiveTypeSource)DetectedSensitiveContentDetectedSensitiveContent. withSensitiveTypeSource(SensitiveTypeSource sensitiveTypeSource) -
Uses of SensitiveTypeSource in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as SensitiveTypeSource Modifier and Type Field Description protected SensitiveTypeSourceSensitiveType. sensitiveTypeSourceMethods in odata.msgraph.client.beta.entity that return types with arguments of type SensitiveTypeSource Modifier and Type Method Description Optional<SensitiveTypeSource>SensitiveType. getSensitiveTypeSource()Methods in odata.msgraph.client.beta.entity with parameters of type SensitiveTypeSource Modifier and Type Method Description SensitiveType.BuilderSensitiveType.Builder. sensitiveTypeSource(SensitiveTypeSource sensitiveTypeSource)SensitiveTypeSensitiveType. withSensitiveTypeSource(SensitiveTypeSource sensitiveTypeSource) -
Uses of SensitiveTypeSource in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return SensitiveTypeSource Modifier and Type Method Description static SensitiveTypeSourceSensitiveTypeSource. valueOf(String name)Returns the enum constant of this type with the specified name.static SensitiveTypeSource[]SensitiveTypeSource. values()Returns an array containing the constants of this enum type, in the order they are declared.
-