Class SettingsResource.GetRequest
Returns a single user setting.
public class SettingsResource.GetRequest : CalendarBaseServiceRequest<Setting>
- Inheritance
-
SettingsResource.GetRequest
- Inherited Members
Constructors
GetRequest(IClientService, string)
Constructs a new Get request.
public GetRequest(IClientService service, string setting)
Parameters
service
IClientServicesetting
string
Properties
HttpMethod
Gets the HTTP method.
public override string HttpMethod { get; }
Property Value
MethodName
Gets the method name.
public override string MethodName { get; }
Property Value
RestPath
Gets the REST path.
public override string RestPath { get; }
Property Value
Setting
The id of the user setting.
public virtual string Setting { get; }
Property Value
Methods
InitParameters()
Initializes Get parameter list.
protected override void InitParameters()