Interface RiksdagenCommitteeProposalApi
public interface RiksdagenCommitteeProposalApi
The Interface RiksdagenCommitteeProposalApi.
-
Method Summary
Modifier and TypeMethodDescriptioncom.hack23.cia.model.external.riksdagen.utskottsforslag.impl.CommitteeProposalComponentDataGets the committee proposal.
-
Method Details
-
getCommitteeProposal
com.hack23.cia.model.external.riksdagen.utskottsforslag.impl.CommitteeProposalComponentData getCommitteeProposal(String id) throws DataFailureException Gets the committee proposal.- Parameters:
id- the id- Returns:
- the committee proposal
- Throws:
DataFailureException- the data failure exception
-