public class GetConfiguration extends GetResource<Configuration>
Configuration
instance.
A Configuration
is either a Stream
or a Baseline
. When requesting a Configuration
using
GetConfiguration
, you will either get a Stream
or a Baseline
depending on the rdf:type
. You
will only get a Configuration
when it's the only rdf:type
available on the resource.
GetComponent
,
GetConfiguration
Constructor and Description |
---|
GetConfiguration(OslcClient client,
URI uri) |
call, createResponse, get
call, createErrorResponse, createResourceResponse, getClient, getUri
public GetConfiguration(OslcClient client, URI uri)