Class ScoreConfigsClient
java.lang.Object
com.ants.platform.client.resources.scoreconfigs.ScoreConfigsClient
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(CreateScoreConfigRequest request) Create a score configuration (config).create(CreateScoreConfigRequest request, RequestOptions requestOptions) Create a score configuration (config).get()Get all score configsget(GetScoreConfigsRequest request) Get all score configsget(GetScoreConfigsRequest request, RequestOptions requestOptions) Get all score configsGet a score configgetById(String configId, RequestOptions requestOptions) Get a score config
-
Field Details
-
clientOptions
-
-
Constructor Details
-
ScoreConfigsClient
-
-
Method Details
-
create
Create a score configuration (config). Score configs are used to define the structure of scores -
create
Create a score configuration (config). Score configs are used to define the structure of scores -
get
Get all score configs -
get
Get all score configs -
get
Get all score configs -
getById
Get a score config -
getById
Get a score config
-