PlaceApi class
Properties
Methods
-
createPlace(
PlaceDto placeDto) → Future< PlaceDto?> - Creates a place
-
createPlaceWithHttpInfo(
PlaceDto placeDto) → Future< Response> - Creates a place
-
deletePlaces(
ListOfIdsDto listOfIdsDto) → Future< List< DocIdentifier> ?> - Deletes places
-
deletePlacesWithHttpInfo(
ListOfIdsDto listOfIdsDto) → Future< Response> - Deletes places
-
getPlace(
String placeId) → Future< PlaceDto?> - Gets an place
-
getPlaces(
) → Future< List< PlaceDto> ?> - Gets all places
-
getPlacesWithHttpInfo(
) → Future< Response> - Gets all places
-
getPlaceWithHttpInfo(
String placeId) → Future< Response> - Gets an place
-
modifyPlace(
PlaceDto placeDto) → Future< PlaceDto?> - Modifies an place
-
modifyPlaceWithHttpInfo(
PlaceDto placeDto) → Future< Response> - Modifies an place
-
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