Class WorkflowTemplateServiceClient.ListWorkflowTemplatesFixedSizeCollection (3.1.1)

public static class WorkflowTemplateServiceClient.ListWorkflowTemplatesFixedSizeCollection extends AbstractFixedSizeCollection<ListWorkflowTemplatesRequest,ListWorkflowTemplatesResponse,WorkflowTemplate,WorkflowTemplateServiceClient.ListWorkflowTemplatesPage,WorkflowTemplateServiceClient.ListWorkflowTemplatesFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > WorkflowTemplateServiceClient.ListWorkflowTemplatesFixedSizeCollection

Methods

createCollection(List<WorkflowTemplateServiceClient.ListWorkflowTemplatesPage> pages, int collectionSize)

protected WorkflowTemplateServiceClient.ListWorkflowTemplatesFixedSizeCollection createCollection(List<WorkflowTemplateServiceClient.ListWorkflowTemplatesPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListWorkflowTemplatesPage>
collectionSizeint
Returns
TypeDescription
WorkflowTemplateServiceClient.ListWorkflowTemplatesFixedSizeCollection
Overrides