11 #import <Foundation/Foundation.h> 31 +(BOOL) setHostName:(NSString * _Nonnull)hostName withError:(NSError * _Nullable * _Nullable)error;
38 +(NSString * _Nullable) hostNameWithError:(NSError * _Nullable * _Nullable)error;
49 +(BOOL) setApiVersion:(NSString * _Nonnull)apiVersion withError:(NSError * _Nullable * _Nullable)error;
56 +(NSString * _Nullable) apiVersionWithError:(NSError * _Nullable * _Nullable)error;
65 +(BOOL) setAccountId:(NSString * _Nonnull)accountId withError:(NSError * _Nullable * _Nullable)error;
72 +(NSString * _Nullable) accountIdWithError:(NSError * _Nullable * _Nullable)error;
81 +(BOOL) setProjectId:(NSString * _Nonnull)projectId withError:(NSError * _Nullable * _Nullable)error;
88 +(NSString * _Nullable) projectIdWithError:(NSError * _Nullable * _Nullable)error;
97 +(BOOL) setAuthenticationKey:(NSString * _Nonnull)authenticationKey withError:(NSError * _Nullable * _Nullable)error;
104 +(NSString * _Nullable) authenticationKeyWithError:(NSError * _Nullable * _Nullable)error;
113 +(BOOL) setApplicationId:(NSString * _Nonnull)applicationId withError:(NSError * _Nullable * _Nullable)error;
120 +(NSString * _Nullable) applicationIdWithError:(NSError * _Nullable * _Nullable)error;
130 - (NSString * _Nullable) destinationFileWithError:(NSError * _Nullable * _Nullable)error;
138 - (BOOL) setDestinationFile:(NSString * _Nonnull)destinationFile withError:(NSError * _Nullable * _Nullable)error;
146 - (NSString * _Nullable) urlStringWithError:(NSError * _Nullable * _Nullable)error;
157 - (BOOL) retrieveToFileWithError:(NSError * _Nullable * _Nullable)error;
167 - (NSString * _Nullable) retrieveToStringWithError:(NSError * _Nullable * _Nullable)error NS_SWIFT_NAME(retrieve());
Definition: HttpRetriever.h:18