Class CardImpl<K>
java.lang.Object
org.wikirate4j.entitities.CardImpl<K>
- All Implemented Interfaces:
Card<K>
- Direct Known Subclasses:
AnswerImpl, CheckedByImpl, CompanyGroupImpl, CompanyImpl, DatasetImpl, MetricImpl, RegionImpl, RelationshipImpl, ResearchGroupImpl, SourceImpl, TopicImpl
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classCardImpl.Builder<T extends CardImpl.Builder>Builder of newCardImplinstances -
Method Summary
-
Method Details
-
getId
-
getName
-
getContent
- Specified by:
getContentin interfaceCard<K>- Parameters:
classType-- Returns:
- the card's content given the type as input
-
getContent
- Specified by:
getContentin interfaceCard<K>- Returns:
- the card's content
-
getURL
-
getHtmlURL
- Specified by:
getHtmlURLin interfaceCard<K>- Returns:
- the card's html url
-
getCodename
- Specified by:
getCodenamein interfaceCard<K>- Returns:
- the card's codename
-
getCreatedAt
- Specified by:
getCreatedAtin interfaceCard<K>- Returns:
- the creation date of the card
-
getUpdatedAt
- Specified by:
getUpdatedAtin interfaceCard<K>- Returns:
- the date the card was last updated
-
getRequestedAt
- Specified by:
getRequestedAtin interfaceCard<K>- Returns:
- the request date
-
raw_json
-
toJson
-