PlaceApi class

Constructors

PlaceApi([ApiClient? apiClient])

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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