Show / Hide Table of Contents

Class OnboardingResource

The "onboarding" collection of methods.

Inheritance
object
OnboardingResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Books.v1
Assembly: Google.Apis.Books.v1.dll
Syntax
public class OnboardingResource

Constructors

OnboardingResource(IClientService)

Constructs a new resource.

Declaration
public OnboardingResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

ListCategories()

List categories for onboarding experience.

Declaration
public virtual OnboardingResource.ListCategoriesRequest ListCategories()
Returns
Type Description
OnboardingResource.ListCategoriesRequest

ListCategoryVolumes()

List available volumes under categories for onboarding experience.

Declaration
public virtual OnboardingResource.ListCategoryVolumesRequest ListCategoryVolumes()
Returns
Type Description
OnboardingResource.ListCategoryVolumesRequest
In this article
Back to top Generated by DocFX