Class HpdDeleteFeed
java.lang.Object
org.projecthusky.communication.requests.hpd.HpdRequest
org.projecthusky.communication.requests.hpd.HpdDeleteFeed
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.DsmlMessage
build()
Method implemented by all child classes which returns an instance ofDsmlMessage
Methods inherited from class org.projecthusky.communication.requests.hpd.HpdRequest
isValid
-
Constructor Details
-
HpdDeleteFeed
public HpdDeleteFeed()
-
-
Method Details
-
build
public org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.DsmlMessage build()Description copied from class:HpdRequest
Method implemented by all child classes which returns an instance ofDsmlMessage
- Specified by:
build
in classHpdRequest
-