Uses of Class
odata.msgraph.client.beta.complex.MatchLocation
-
Packages that use MatchLocation Package Description odata.msgraph.client.beta.complex -
-
Uses of MatchLocation in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type MatchLocation Modifier and Type Field Description protected List<MatchLocation>ContentClassification. matchesMethods in odata.msgraph.client.beta.complex that return MatchLocation Modifier and Type Method Description MatchLocationMatchLocation.Builder. build()MatchLocationMatchLocation. withLength(Integer length)MatchLocationMatchLocation. withOffset(Integer offset)MatchLocationMatchLocation. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type MatchLocation Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<MatchLocation>ContentClassification. getMatches()com.github.davidmoten.odata.client.CollectionPage<MatchLocation>ContentClassification. getMatches(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.complex with parameters of type MatchLocation Modifier and Type Method Description ContentClassification.BuilderContentClassification.Builder. matches(MatchLocation... matches)Method parameters in odata.msgraph.client.beta.complex with type arguments of type MatchLocation Modifier and Type Method Description ContentClassification.BuilderContentClassification.Builder. matches(List<MatchLocation> matches)
-