Package MarcSync
Klasse Client
java.lang.Object
MarcSync.Client
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungcreateCollection(String collectionName) fetchCollection(String collectionName) getCollection(String collectionName)
-
Konstruktordetails
-
Client
Creates a new MarcSync client.- Parameter:
accessToken- The access token to use for communication with MarcSync
-
-
Methodendetails
-
getCollection
- Parameter:
collectionName- The name of the collection to use- Gibt zurück:
- A new instance of the MarcSync collection
- Siehe auch:
-
fetchCollection
- Parameter:
collectionName- The name of the collection to use- Gibt zurück:
- A new instance of the MarcSync collection
- Löst aus:
IOExceptionURISyntaxException- Siehe auch:
-
createCollection
- Parameter:
collectionName- The name of the collection to create- Gibt zurück:
- A new instance of the MarcSync collection
- Löst aus:
IOExceptionURISyntaxException
-