Uses of Class
odata.msgraph.client.beta.enums.EntityType
-
Packages that use EntityType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of EntityType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type EntityType Modifier and Type Field Description protected List<EntityType>SearchRequest. entityTypesMethods in odata.msgraph.client.beta.complex that return types with arguments of type EntityType Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<EntityType>SearchRequest. getEntityTypes()com.github.davidmoten.odata.client.CollectionPage<EntityType>SearchRequest. getEntityTypes(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.complex with parameters of type EntityType Modifier and Type Method Description SearchRequest.BuilderSearchRequest.Builder. entityTypes(EntityType... entityTypes)Method parameters in odata.msgraph.client.beta.complex with type arguments of type EntityType Modifier and Type Method Description SearchRequest.BuilderSearchRequest.Builder. entityTypes(List<EntityType> entityTypes) -
Uses of EntityType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return EntityType Modifier and Type Method Description static EntityTypeEntityType. valueOf(String name)Returns the enum constant of this type with the specified name.static EntityType[]EntityType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-