Class GetConfiguration

All Implemented Interfaces:
ResourceRequest<ResourceResponse<Configuration>>, Callable<ResourceResponse<Configuration>>

public class GetConfiguration extends GetResource<Configuration>
Executes a GET request to read a 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.

Since:
1.1.0
See Also:
  • Constructor Details

    • GetConfiguration

      public GetConfiguration(OslcClient client, URI uri)