Class FreebusyResource.QueryRequest
Returns free/busy information for a set of calendars.
public class FreebusyResource.QueryRequest : CalendarBaseServiceRequest<FreeBusyResponse>
- Inheritance
-
FreebusyResource.QueryRequest
- Inherited Members
Constructors
QueryRequest(IClientService, FreeBusyRequest)
Constructs a new Query request.
public QueryRequest(IClientService service, FreeBusyRequest body)
Parameters
service
IClientServicebody
FreeBusyRequest
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
Methods
GetBody()
Returns the body of the request.
protected override object GetBody()
Returns
InitParameters()
Initializes Query parameter list.
protected override void InitParameters()