officelocationGet method
Future<Response<FwStandardModelsFwQueryResponseWebApiModulesSettingsOfficeLocationSettingsOfficeLocationOfficeLocationLogic> >
officelocationGet({
- int? pageno,
- int? pagesize,
- String? sort,
- List<
FwStandardModelsFwQueryFilter> ? filter,
@param pageno @param pagesize @param sort @param filter
Implementation
Future<
chopper.Response<
FwStandardModelsFwQueryResponseWebApiModulesSettingsOfficeLocationSettingsOfficeLocationOfficeLocationLogic>>
officelocationGet({
int? pageno,
int? pagesize,
String? sort,
List<FwStandardModelsFwQueryFilter>? filter,
}) {
generatedMapping.putIfAbsent(
FwStandardModelsFwQueryResponseWebApiModulesSettingsOfficeLocationSettingsOfficeLocationOfficeLocationLogic,
() =>
FwStandardModelsFwQueryResponseWebApiModulesSettingsOfficeLocationSettingsOfficeLocationOfficeLocationLogic
.fromJsonFactory);
return _officelocationGet(
pageno: pageno, pagesize: pagesize, sort: sort, filter: filter);
}