Class ListTektonPipelinePropertiesOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.continuous_delivery.cd_tekton_pipeline.v2.model.ListTektonPipelinePropertiesOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ListTektonPipelinePropertiesOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe listTektonPipelineProperties options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListTektonPipelinePropertiesOptions.BuilderBuilder.static interfaceListTektonPipelinePropertiesOptions.TypeType of property.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringname()Gets the name.ListTektonPipelinePropertiesOptions.BuildernewBuilder()New builder.java.lang.StringpipelineId()Gets the pipelineId.java.lang.Stringsort()Gets the sort.java.util.List<java.lang.String>type()Gets the type.
-
-
-
Method Detail
-
newBuilder
public ListTektonPipelinePropertiesOptions.Builder newBuilder()
New builder.- Returns:
- a ListTektonPipelinePropertiesOptions builder
-
pipelineId
public java.lang.String pipelineId()
Gets the pipelineId. The Tekton pipeline ID.- Returns:
- the pipelineId
-
name
public java.lang.String name()
Gets the name. Filters the collection to resources with the specified property name.- Returns:
- the name
-
type
public java.util.List<java.lang.String> type()
Gets the type. Filters the collection to resources with the specified property type.- Returns:
- the type
-
sort
public java.lang.String sort()
Gets the sort. Sorts the returned properties by name, in ascending order using `name` or in descending order using `-name`.- Returns:
- the sort
-
-