Trait graph_http::traits::ODataDownloadLink
source · pub trait ODataDownloadLink<RHS = Self> {
// Required method
fn odata_download_link(&self) -> Option<String>;
}
Required Methods§
sourcefn odata_download_link(&self) -> Option<String>
fn odata_download_link(&self) -> Option<String>
Get the OData next link URL.