[][src]Trait j_api::resource::ResourceTrait

pub trait ResourceTrait {
    fn get_id(&self) -> String;
fn to_identifier(&self) -> ResourceIdentifierObject;
fn to_resource_object(&self) -> ResourceObject; fn get_attributes(&self) -> Option<HashMap<String, Value>> { ... } }

Required methods

Loading content...

Provided methods

Loading content...

Implementors

Loading content...