SoPubClient class

Inheritance

Constructors

SoPubClient(SoSessionManager sessionManager)

Properties

baseUrl String
getter/setter pairinherited
clientId String?
no setterinherited
clientSecret String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
host String
getter/setter pairinherited
path String
getter/setter pairinherited
port int
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheme String
getter/setter pairinherited
sessionManager ↔ SoSessionManager
getter/setter pairinherited

Methods

checkAndGetBody(Response response) Map<String, dynamic>?
inherited
delete(String path, {Map<String, dynamic>? parameters, Dto? body, bool? exemptClient, bool? requireAuthorization}) Future<Map<String, dynamic>?>
inherited
get(String path, {Map<String, dynamic>? parameters, bool? exemptClient, bool? requireAuthorization}) Future<Map<String, dynamic>?>
inherited
getConsumptionTax(DateTime? date) Future<ConsumptionTaxDto?>
getHoliday(DateTime? date) Future<HolidayDto?>
getLocalGovernment(String? localGovernmentCd) Future<LocalGovernmentDto?>
headers({String? contentType, bool? exemptClient, bool? requireAuthorization}) Map<String, String>
inherited
listBank() Future<BankListDto?>
listBankBranch(String? bankCd) Future<BankBranchListDto?>
listConsumptionTax() Future<ConsumptionTaxListDto?>
listEra() Future<EraListDto?>
listHoliday(DateTime? from, DateTime? to) Future<HolidayListDto?>
listLocalGovernment(int? prefectureCd) Future<LocalGovernmentListDto?>
listPrefecture() Future<PrefectureListDto?>
listTownByZipCode(String? zipCd) Future<TownListDto?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onResponse(Response response) bool
inherited
patch(String path, {Map<String, dynamic>? parameters, Dto? body, bool? exemptClient, bool? requireAuthorization}) Future<Map<String, dynamic>?>
inherited
post(String path, {Map<String, dynamic>? parameters, Dto? body, bool? exemptClient, bool? requireAuthorization}) Future<Map<String, dynamic>?>
inherited
put(String path, {Map<String, dynamic>? parameters, Dto? body, bool? exemptClient, bool? requireAuthorization}) Future<Map<String, dynamic>?>
inherited
toString() String
A string representation of this object.
inherited
uri(String path, {Map<String, dynamic>? parameters}) Uri
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited