Class WorkflowTemplateServiceClient.ListWorkflowTemplatesFixedSizeCollection (4.39.0)

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
Name Description
pages List<ListWorkflowTemplatesPage>
collectionSize int
Returns
Type Description
WorkflowTemplateServiceClient.ListWorkflowTemplatesFixedSizeCollection
Overrides