Package org.gcube.common.calls.jaxrs
Interface GcubeServiceBuilderDSL.NameClause
- All Known Implementing Classes:
GcubeServiceBuilder
- Enclosing interface:
- GcubeServiceBuilderDSL
public static interface GcubeServiceBuilderDSL.NameClause
The clause that sets the name of the target service.
- Author:
- Fabio Simeoni
-
Method Summary
Modifier and TypeMethodDescriptionSets the qualified name of the target service.
-
Method Details
-
withName
Sets the qualified name of the target service.- Parameters:
name- the qualified name of the target service- Returns:
- the next clause
-