Package com.inrupt.client.solid
Interface SolidResource
- All Superinterfaces:
AutoCloseable
,Resource
- All Known Implementing Classes:
SolidContainer
,SolidNonRDFSource
,SolidRDFSource
,SolidResourceReference
-
Method Summary
Modifier and TypeMethodDescriptionGet the associated metadata about this resource.Methods inherited from interface java.lang.AutoCloseable
close
Methods inherited from interface com.inrupt.client.Resource
getContentType, getEntity, getHeaders, getIdentifier
-
Method Details
-
getMetadata
Metadata getMetadata()Get the associated metadata about this resource.Typically, this metadata will be populated with information from response headers. For manually created
SolidResource
objects, this will generally be empty.- Returns:
- the metadata
-