@Path(value="/businesscard/{ServiceGroupId}")
public final class BusinessCardInterface
extends Object
| Constructor and Description |
|---|
BusinessCardInterface() |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<com.helger.pd.businesscard.PDBusinessCardType> |
getBusinessCard(String sServiceGroupID) |
@GET @Produces(value="text/xml") public JAXBElement<com.helger.pd.businesscard.PDBusinessCardType> getBusinessCard(@PathParam(value="ServiceGroupId") String sServiceGroupID) throws Throwable
ThrowableCopyright © 2015–2016 Philip Helger. All rights reserved.