Class VenueConfRetrofitWebService
java.lang.Object
com.exxothermic.audioeverywheresdk.webservices.api.exxtractorapi.retrofit.VenueConfRetrofitWebService
- All Implemented Interfaces:
VenueConfWebService
,WebService
- Since:
- 8/5/23
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getVenueConf
(String token, WebServiceResponseHandler<VenueConf> handler) Method that will retrieve the venue config file of the current venuevoid
updateVenueConf
(String token, VenueConf venueConf, WebServiceResponseHandler<retrofit.client.Response> handler) Method that will update the venue config file for the current venue, represented by json structure
-
Constructor Details
-
VenueConfRetrofitWebService
-
-
Method Details
-
updateVenueConf
public void updateVenueConf(String token, VenueConf venueConf, WebServiceResponseHandler<retrofit.client.Response> handler) Method that will update the venue config file for the current venue, represented by json structure- Specified by:
updateVenueConf
in interfaceVenueConfWebService
- Parameters:
token
- the token to authenticate and post the Unit ConfigvenueConf
- the venue object to update or create the Venue Config in the serverhandler
- the handler to manage the request status
-
getVenueConf
Method that will retrieve the venue config file of the current venue- Specified by:
getVenueConf
in interfaceVenueConfWebService
- Parameters:
token
- the token to authenticate and get the Venue Confighandler
- the handler to manage the status of the request
-