AgendaApi class
Properties
Methods
-
createAgenda(
AgendaDto agendaDto) → Future< AgendaDto?> - Creates a agenda
-
createAgendaWithHttpInfo(
AgendaDto agendaDto) → Future< Response> - Creates a agenda
-
deleteAgendas(
ListOfIdsDto listOfIdsDto) → Future< List< DocIdentifier> ?> - Deletes agendas
-
deleteAgendasWithHttpInfo(
ListOfIdsDto listOfIdsDto) → Future< Response> - Deletes agendas
-
getAgenda(
String agendaId) → Future< AgendaDto?> - Gets an agenda
-
getAgendas(
) → Future< List< AgendaDto> ?> - Gets all agendas
-
getAgendasForUser(
String userId) → Future< AgendaDto?> - Gets all agendas for user
-
getAgendasForUserWithHttpInfo(
String userId) → Future< Response> - Gets all agendas for user
-
getAgendasWithHttpInfo(
) → Future< Response> - Gets all agendas
-
getAgendaWithHttpInfo(
String agendaId) → Future< Response> - Gets an agenda
-
getReadableAgendasForUser(
String userId) → Future< List< AgendaDto> ?> - Gets readable agendas for user
-
getReadableAgendasForUserWithHttpInfo(
String userId) → Future< Response> - Gets readable agendas for user
-
modifyAgenda(
AgendaDto agendaDto) → Future< AgendaDto?> - Modifies an agenda
-
modifyAgendaWithHttpInfo(
AgendaDto agendaDto) → Future< Response> - Modifies an agenda
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited