Uses of Interface
com.google.api.PageOrBuilder
-
Packages that use PageOrBuilder Package Description com.google.api -
-
Uses of PageOrBuilder in com.google.api
Classes in com.google.api that implement PageOrBuilder Modifier and Type Class Description classPageRepresents a documentation page.static classPage.BuilderRepresents a documentation page.Methods in com.google.api that return PageOrBuilder Modifier and Type Method Description PageOrBuilderDocumentation.Builder. getPagesOrBuilder(int index)The top level pages for the documentation set.PageOrBuilderDocumentation. getPagesOrBuilder(int index)The top level pages for the documentation set.PageOrBuilderDocumentationOrBuilder. getPagesOrBuilder(int index)The top level pages for the documentation set.PageOrBuilderPage.Builder. getSubpagesOrBuilder(int index)Subpages of this page.PageOrBuilderPage. getSubpagesOrBuilder(int index)Subpages of this page.PageOrBuilderPageOrBuilder. getSubpagesOrBuilder(int index)Subpages of this page.Methods in com.google.api that return types with arguments of type PageOrBuilder Modifier and Type Method Description List<? extends PageOrBuilder>Documentation.Builder. getPagesOrBuilderList()The top level pages for the documentation set.List<? extends PageOrBuilder>Documentation. getPagesOrBuilderList()The top level pages for the documentation set.List<? extends PageOrBuilder>DocumentationOrBuilder. getPagesOrBuilderList()The top level pages for the documentation set.List<? extends PageOrBuilder>Page.Builder. getSubpagesOrBuilderList()Subpages of this page.List<? extends PageOrBuilder>Page. getSubpagesOrBuilderList()Subpages of this page.List<? extends PageOrBuilder>PageOrBuilder. getSubpagesOrBuilderList()Subpages of this page.
-