Uses of Enum
com.microsoft.graph.models.EntityType
Packages that use EntityType
-
Uses of EntityType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return EntityTypeModifier and TypeMethodDescriptionstatic EntityTypestatic EntityTypeReturns 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.Methods in com.microsoft.graph.models that return types with arguments of type EntityTypeModifier and TypeMethodDescriptionSearchRequest.getEntityTypes()Gets the entityTypes property value.Method parameters in com.microsoft.graph.models with type arguments of type EntityTypeModifier and TypeMethodDescriptionvoidSearchRequest.setEntityTypes(List<EntityType> value) Sets the entityTypes property value.