Uses of Class
com.microsoft.graph.models.NamedLocation
Packages that use NamedLocation
-
Uses of NamedLocation in com.microsoft.graph.models
Subclasses of NamedLocation in com.microsoft.graph.modelsMethods in com.microsoft.graph.models that return NamedLocationModifier and TypeMethodDescriptionstatic NamedLocationNamedLocation.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 NamedLocationModifier and TypeMethodDescriptionCaPoliciesDeletableRoot.getNamedLocations()Gets the namedLocations property value.ConditionalAccessRoot.getNamedLocations()Gets the namedLocations property value.NamedLocationCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type NamedLocationModifier and TypeMethodDescriptionvoidCaPoliciesDeletableRoot.setNamedLocations(List<NamedLocation> value) Sets the namedLocations property value.voidConditionalAccessRoot.setNamedLocations(List<NamedLocation> value) Sets the namedLocations property value.voidNamedLocationCollectionResponse.setValue(List<NamedLocation> value) Sets the value property value.