Uses of Class
odata.msgraph.client.security.complex.SinglePropertySchema
-
Packages that use SinglePropertySchema Package Description odata.msgraph.client.security.complex -
-
Uses of SinglePropertySchema in odata.msgraph.client.security.complex
Fields in odata.msgraph.client.security.complex with type parameters of type SinglePropertySchema Modifier and Type Field Description protected List<SinglePropertySchema>HuntingQueryResults. schemaMethods in odata.msgraph.client.security.complex that return SinglePropertySchema Modifier and Type Method Description SinglePropertySchemaSinglePropertySchema.Builder. build()SinglePropertySchemaSinglePropertySchema. withName(String name)SinglePropertySchemaSinglePropertySchema. withType(String type)SinglePropertySchemaSinglePropertySchema. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.security.complex that return types with arguments of type SinglePropertySchema Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<SinglePropertySchema>HuntingQueryResults. getSchema()com.github.davidmoten.odata.client.CollectionPage<SinglePropertySchema>HuntingQueryResults. getSchema(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.security.complex with parameters of type SinglePropertySchema Modifier and Type Method Description HuntingQueryResults.BuilderHuntingQueryResults.Builder. schema(SinglePropertySchema... schema)Method parameters in odata.msgraph.client.security.complex with type arguments of type SinglePropertySchema Modifier and Type Method Description HuntingQueryResults.BuilderHuntingQueryResults.Builder. schema(List<SinglePropertySchema> schema)
-