Class GoogleSheetsStreamEndpointBuilderFactory.GoogleSheetsStreamHeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.GoogleSheetsStreamEndpointBuilderFactory.GoogleSheetsStreamHeaderNameBuilder
-
- Enclosing interface:
- GoogleSheetsStreamEndpointBuilderFactory
public static class GoogleSheetsStreamEndpointBuilderFactory.GoogleSheetsStreamHeaderNameBuilder extends Object
The builder of headers' name for the Google Sheets Stream component.
-
-
Constructor Summary
Constructors Constructor Description GoogleSheetsStreamHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgoogleSheetsMajorDimension()The major dimension of the values.StringgoogleSheetsRange()The range the values cover, in A1 notation.StringgoogleSheetsRangeIndex()The index of the range.StringgoogleSheetsSpreadsheetId()Specifies the spreadsheet identifier that is used to identify the target to obtain.StringgoogleSheetsSpreadsheetUrl()The URL of the spreadsheet.StringgoogleSheetsValueIndex()The index of the value.
-
-
-
Method Detail
-
googleSheetsSpreadsheetId
public String googleSheetsSpreadsheetId()
Specifies the spreadsheet identifier that is used to identify the target to obtain. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
GoogleSheetsSpreadsheetId.
-
googleSheetsSpreadsheetUrl
public String googleSheetsSpreadsheetUrl()
The URL of the spreadsheet. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
GoogleSheetsSpreadsheetUrl.
-
googleSheetsMajorDimension
public String googleSheetsMajorDimension()
The major dimension of the values. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
GoogleSheetsMajorDimension.
-
googleSheetsRange
public String googleSheetsRange()
The range the values cover, in A1 notation. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
GoogleSheetsRange.
-
googleSheetsRangeIndex
public String googleSheetsRangeIndex()
The index of the range. The option is a:inttype. Group: consumer- Returns:
- the name of the header
GoogleSheetsRangeIndex.
-
googleSheetsValueIndex
public String googleSheetsValueIndex()
The index of the value. The option is a:inttype. Group: consumer- Returns:
- the name of the header
GoogleSheetsValueIndex.
-
-