Class GetResourceDescriptor
- java.lang.Object
-
- com.sodius.oslc.core.process.requests.GetResourceDescriptor
-
- All Implemented Interfaces:
ResourceRequest<ResourceDescriptor>
,Callable<ResourceDescriptor>
public class GetResourceDescriptor extends Object implements ResourceRequest<ResourceDescriptor>
Executes a GET request to read aResourceDescriptor
.- Since:
- 3.8.0
-
-
Constructor Summary
Constructors Constructor Description GetResourceDescriptor(OslcClient client, URI uri)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceDescriptor
call()
Executes the request and parse the response content in the specified format.
-
-
-
Constructor Detail
-
GetResourceDescriptor
public GetResourceDescriptor(OslcClient client, URI uri)
-
-
Method Detail
-
call
public ResourceDescriptor call()
Description copied from interface:ResourceRequest
Executes the request and parse the response content in the specified format. Throws aClientWebException
in case the HTTP response status is not20x
.- Specified by:
call
in interfaceCallable<ResourceDescriptor>
- Specified by:
call
in interfaceResourceRequest<ResourceDescriptor>
-
-