Uses of Class
com.microsoft.graph.models.FixtureMap
Packages that use FixtureMap
-
Uses of FixtureMap in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return FixtureMapModifier and TypeMethodDescriptionstatic FixtureMapFixtureMap.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type FixtureMapModifier and TypeMethodDescriptionLevelMap.getFixtures()Gets the fixtures property value.FixtureMapCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type FixtureMapModifier and TypeMethodDescriptionvoidLevelMap.setFixtures(List<FixtureMap> value) Sets the fixtures property value.voidFixtureMapCollectionResponse.setValue(List<FixtureMap> value) Sets the value property value.