Class MetricImpl.Builder
java.lang.Object
org.wikirate4j.entitities.CardImpl.Builder<MetricImpl.Builder>
org.wikirate4j.entitities.MetricImpl.Builder
- Enclosing class:
MetricImpl
- Author:
- Vasiliki Gkatziaki
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionanswers_url(String answersURL) assessment_type(String assessmentType) build()Creates a new instance ofCardImplcalculations(List<String> calculations) methodology(String methodology) metric_designer(String metricDesigner) metric_name(String metricName) metric_type(String metricType) number_of_answers(Integer numberOfAnswers) number_of_bookmarkers(Integer numberOfBookmarkers) number_of_companies(Integer numberOfCompanies) number_of_datasets(Integer numberOfDatasets) report_type(String reportType) topic_frameworks(List<String> topicFrameworks) topics(List<WikirateTopic> topics) value_options(List<String> valueOptions) value_type(String valueType) Methods inherited from class CardImpl.Builder
codename, content, created_at, html_url, id, name, rawJson, requested_at, updated_at, url
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
metric_name
-
metric_designer
-
question
-
metric_type
-
about
-
methodology
-
value_type
-
value_options
-
report_type
-
assessment_type
-
unit
-
range
-
topics
-
topic_frameworks
-
variables
-
formula
-
number_of_answers
-
number_of_companies
-
number_of_datasets
-
number_of_bookmarkers
-
calculations
-
answers_url
-
build
Description copied from class:CardImpl.BuilderCreates a new instance ofCardImpl- Overrides:
buildin classCardImpl.Builder<MetricImpl.Builder>- Returns:
- the new instance
-