Class StartUpdate
- java.lang.Object
-
- com.databricks.sdk.service.pipelines.StartUpdate
-
@Generated public class StartUpdate extends Object
-
-
Constructor Summary
Constructors Constructor Description StartUpdate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
StartUpdateCause
getCause()
Boolean
getFullRefresh()
Collection<String>
getFullRefreshSelection()
String
getPipelineId()
Collection<String>
getRefreshSelection()
int
hashCode()
StartUpdate
setCause(StartUpdateCause cause)
StartUpdate
setFullRefresh(Boolean fullRefresh)
StartUpdate
setFullRefreshSelection(Collection<String> fullRefreshSelection)
StartUpdate
setPipelineId(String pipelineId)
StartUpdate
setRefreshSelection(Collection<String> refreshSelection)
String
toString()
-
-
-
Method Detail
-
setCause
public StartUpdate setCause(StartUpdateCause cause)
-
getCause
public StartUpdateCause getCause()
-
setFullRefresh
public StartUpdate setFullRefresh(Boolean fullRefresh)
-
getFullRefresh
public Boolean getFullRefresh()
-
setFullRefreshSelection
public StartUpdate setFullRefreshSelection(Collection<String> fullRefreshSelection)
-
getFullRefreshSelection
public Collection<String> getFullRefreshSelection()
-
setPipelineId
public StartUpdate setPipelineId(String pipelineId)
-
getPipelineId
public String getPipelineId()
-
setRefreshSelection
public StartUpdate setRefreshSelection(Collection<String> refreshSelection)
-
getRefreshSelection
public Collection<String> getRefreshSelection()
-
-