Uses of Class
odata.msgraph.client.beta.complex.SensitiveContentLocation
-
Packages that use SensitiveContentLocation Package Description odata.msgraph.client.beta.complex -
-
Uses of SensitiveContentLocation in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type SensitiveContentLocation Modifier and Type Field Description protected List<SensitiveContentLocation>DetectedSensitiveContent. matchesprotected List<SensitiveContentLocation>ExactMatchDetectedSensitiveContent. matchesMethods in odata.msgraph.client.beta.complex that return SensitiveContentLocation Modifier and Type Method Description SensitiveContentLocationSensitiveContentLocation.Builder. build()SensitiveContentLocationSensitiveContentLocation. withConfidence(Integer confidence)SensitiveContentLocationSensitiveContentLocation. withIdMatch(String idMatch)SensitiveContentLocationSensitiveContentLocation. withLength(Integer length)SensitiveContentLocationSensitiveContentLocation. withOffset(Integer offset)SensitiveContentLocationSensitiveContentLocation. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type SensitiveContentLocation Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<SensitiveContentLocation>DetectedSensitiveContent. getMatches()com.github.davidmoten.odata.client.CollectionPage<SensitiveContentLocation>DetectedSensitiveContent. getMatches(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<SensitiveContentLocation>ExactMatchDetectedSensitiveContent. getMatches()com.github.davidmoten.odata.client.CollectionPage<SensitiveContentLocation>ExactMatchDetectedSensitiveContent. getMatches(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.complex with parameters of type SensitiveContentLocation Modifier and Type Method Description DetectedSensitiveContent.BuilderDetectedSensitiveContent.Builder. matches(SensitiveContentLocation... matches)ExactMatchDetectedSensitiveContent.BuilderExactMatchDetectedSensitiveContent.Builder. matches(SensitiveContentLocation... matches)MachineLearningDetectedSensitiveContent.BuilderMachineLearningDetectedSensitiveContent.Builder. matches(SensitiveContentLocation... matches)Method parameters in odata.msgraph.client.beta.complex with type arguments of type SensitiveContentLocation Modifier and Type Method Description DetectedSensitiveContent.BuilderDetectedSensitiveContent.Builder. matches(List<SensitiveContentLocation> matches)ExactMatchDetectedSensitiveContent.BuilderExactMatchDetectedSensitiveContent.Builder. matches(List<SensitiveContentLocation> matches)MachineLearningDetectedSensitiveContent.BuilderMachineLearningDetectedSensitiveContent.Builder. matches(List<SensitiveContentLocation> matches)
-