Class DataStoreURLForDataSets
java.lang.Object
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.DataStoreURLForDataSets
- All Implemented Interfaces:
Serializable
@JsonObject("DataStoreURLForDataSets")
public class DataStoreURLForDataSets
extends Object
implements Serializable
The data store URL for a set of data sets.
- Since:
- 1.19
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA set of data sets that can be found in this data store.The base URL of the data store.
-
Constructor Details
-
DataStoreURLForDataSets
-
-
Method Details
-
getDataStoreURL
The base URL of the data store. -
getDataSetCodes
A set of data sets that can be found in this data store.
-