Package MarcSync
Klasse Entry
java.lang.Object
MarcSync.Entry
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoiddelete()Deletes the entryupdateValue(String key, Object value) updateValues(EntryData entryData)
-
Konstruktordetails
-
Entry
-
-
Methodendetails
-
getValues
- Gibt zurück:
- The EntryData object of the entry
Note: This method is useful if you want to get the values of the entry.
- Siehe auch:
-
getValue
- Parameter:
key- The key of the value to get- Gibt zurück:
- The value of the specified key
Note: This method is useful if you want to get the value of a specific key without specifying the type.
- Siehe auch:
-
getCollectionName
- Gibt zurück:
- The name of the collection of the entry
-
updateValue
- Parameter:
key- he key of the value to updatevalue- The value to update- Gibt zurück:
- The values of the entry after update
Note: This method is useful if you want to update the value of a specific key.
- Löst aus:
URISyntaxExceptionIOException
-
updateValues
- Parameter:
entryData- The values to update- Gibt zurück:
- The values of the entry after update
Note: This method is useful if you want to update multiple values of the entry.
- Löst aus:
URISyntaxExceptionIOException- Siehe auch:
-
delete
Deletes the entryNote: Will delete the entry from the collection. This action cannot be undone.
- Löst aus:
IOExceptionURISyntaxException
-