Class ActivitiesResource.ListRequest
Shut down. See https://developers.google.com/+/api-shutdown for more details.
Inheritance
System.Object
ActivitiesResource.ListRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Plus.v1
Assembly: Google.Apis.Plus.v1.dll
Syntax
public class ListRequest : PlusBaseServiceRequest<ActivityFeed>, IClientServiceRequest<ActivityFeed>, IClientServiceRequest
Constructors
ListRequest(IClientService, String, ActivitiesResource.ListRequest.CollectionEnum)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string userId, ActivitiesResource.ListRequest.CollectionEnum collection)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| System.String | userId | |
| ActivitiesResource.ListRequest.CollectionEnum | collection |
Properties
Collection
The collection of activities to list.
Declaration
[RequestParameter("collection", RequestParameterType.Path)]
public virtual ActivitiesResource.ListRequest.CollectionEnum Collection { get; }
Property Value
| Type | Description |
|---|---|
| ActivitiesResource.ListRequest.CollectionEnum |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Plus.v1.Data.ActivityFeed>.HttpMethod
MaxResults
The maximum number of activities to include in the response, which is used for paging. For any response, the actual number returned might be less than the specified maxResults.
Declaration
[RequestParameter("maxResults", RequestParameterType.Query)]
public virtual long? MaxResults { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Plus.v1.Data.ActivityFeed>.MethodName
PageToken
The continuation token, which is used to page through large result sets. To get the next page of results, set this parameter to the value of "nextPageToken" from the previous response.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Plus.v1.Data.ActivityFeed>.RestPath
UserId
The ID of the user to get activities for. The special value "me" can be used to indicate the authenticated user.
Declaration
[RequestParameter("userId", RequestParameterType.Path)]
public virtual string UserId { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.Plus.v1.PlusBaseServiceRequest<Google.Apis.Plus.v1.Data.ActivityFeed>.InitParameters()