Uses of Class
odata.msgraph.client.beta.enums.SensitiveTypeScope
-
Packages that use SensitiveTypeScope Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request odata.msgraph.client.beta.enums -
-
Uses of SensitiveTypeScope in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as SensitiveTypeScope Modifier and Type Field Description protected SensitiveTypeScopeDetectedSensitiveContent. scopeMethods in odata.msgraph.client.beta.complex that return types with arguments of type SensitiveTypeScope Modifier and Type Method Description Optional<SensitiveTypeScope>DetectedSensitiveContent. getScope()Methods in odata.msgraph.client.beta.complex with parameters of type SensitiveTypeScope Modifier and Type Method Description DetectedSensitiveContent.BuilderDetectedSensitiveContent.Builder. scope(SensitiveTypeScope scope)MachineLearningDetectedSensitiveContent.BuilderMachineLearningDetectedSensitiveContent.Builder. scope(SensitiveTypeScope scope)DetectedSensitiveContentDetectedSensitiveContent. withScope(SensitiveTypeScope scope) -
Uses of SensitiveTypeScope in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as SensitiveTypeScope Modifier and Type Field Description protected SensitiveTypeScopeSensitiveType. scopeprotected SensitiveTypeScopeTextClassificationRequest. scopesToRunMethods in odata.msgraph.client.beta.entity that return types with arguments of type SensitiveTypeScope Modifier and Type Method Description Optional<SensitiveTypeScope>SensitiveType. getScope()Optional<SensitiveTypeScope>TextClassificationRequest. getScopesToRun()Methods in odata.msgraph.client.beta.entity with parameters of type SensitiveTypeScope Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ClassificationJobResponse>DataClassificationService. classifyText(String text, String fileExtension, List<String> sensitiveTypeIds, SensitiveTypeScope scopesToRun, MlClassificationMatchTolerance matchTolerancesToInclude)SensitiveType.BuilderSensitiveType.Builder. scope(SensitiveTypeScope scope)TextClassificationRequest.BuilderTextClassificationRequest.Builder. scopesToRun(SensitiveTypeScope scopesToRun)SensitiveTypeSensitiveType. withScope(SensitiveTypeScope scope)TextClassificationRequestTextClassificationRequest. withScopesToRun(SensitiveTypeScope scopesToRun) -
Uses of SensitiveTypeScope in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request with parameters of type SensitiveTypeScope Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ClassificationJobResponse>DataClassificationServiceRequest. classifyText(String text, String fileExtension, List<String> sensitiveTypeIds, SensitiveTypeScope scopesToRun, MlClassificationMatchTolerance matchTolerancesToInclude) -
Uses of SensitiveTypeScope in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return SensitiveTypeScope Modifier and Type Method Description static SensitiveTypeScopeSensitiveTypeScope. valueOf(String name)Returns the enum constant of this type with the specified name.static SensitiveTypeScope[]SensitiveTypeScope. values()Returns an array containing the constants of this enum type, in the order they are declared.
-