Class ListTektonPipelineTriggerPropertiesOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.continuous_delivery.cd_tekton_pipeline.v2.model.ListTektonPipelineTriggerPropertiesOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ListTektonPipelineTriggerPropertiesOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe listTektonPipelineTriggerProperties options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListTektonPipelineTriggerPropertiesOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringname()Gets the name.ListTektonPipelineTriggerPropertiesOptions.BuildernewBuilder()New builder.java.lang.StringpipelineId()Gets the pipelineId.java.lang.Stringsort()Gets the sort.java.lang.StringtriggerId()Gets the triggerId.java.lang.Stringtype()Gets the type.
-
-
-
Method Detail
-
newBuilder
public ListTektonPipelineTriggerPropertiesOptions.Builder newBuilder()
New builder.- Returns:
- a ListTektonPipelineTriggerPropertiesOptions builder
-
pipelineId
public java.lang.String pipelineId()
Gets the pipelineId. The Tekton pipeline ID.- Returns:
- the pipelineId
-
triggerId
public java.lang.String triggerId()
Gets the triggerId. The trigger ID.- Returns:
- the triggerId
-
name
public java.lang.String name()
Gets the name. Filter properties by `name`.- Returns:
- the name
-
type
public java.lang.String type()
Gets the type. Filter properties by `type`. Valid types are `secure`, `text`, `integration`, `single_select`, `appconfig`.- Returns:
- the type
-
sort
public java.lang.String sort()
Gets the sort. Sort properties by name. They can be sorted in ascending order using `name` or in descending order using `-name`.- Returns:
- the sort
-
-