Uses of Class
org.apache.camel.component.google.sheets.internal.GoogleSheetsApiName
-
Packages that use GoogleSheetsApiName Package Description org.apache.camel.component.google.sheets org.apache.camel.component.google.sheets.internal -
-
Uses of GoogleSheetsApiName in org.apache.camel.component.google.sheets
Methods in org.apache.camel.component.google.sheets that return GoogleSheetsApiName Modifier and Type Method Description protected GoogleSheetsApiName
GoogleSheetsComponent. getApiName(String apiNameStr)
GoogleSheetsApiName
GoogleSheetsConfiguration. getApiName()
Methods in org.apache.camel.component.google.sheets with parameters of type GoogleSheetsApiName Modifier and Type Method Description protected org.apache.camel.Endpoint
GoogleSheetsComponent. createEndpoint(String uri, String methodName, GoogleSheetsApiName apiName, GoogleSheetsConfiguration endpointConfiguration)
void
GoogleSheetsConfiguration. setApiName(GoogleSheetsApiName apiName)
What kind of operation to performConstructors in org.apache.camel.component.google.sheets with parameters of type GoogleSheetsApiName Constructor Description GoogleSheetsEndpoint(String uri, GoogleSheetsComponent component, GoogleSheetsApiName apiName, String methodName, GoogleSheetsConfiguration endpointConfiguration)
-
Uses of GoogleSheetsApiName in org.apache.camel.component.google.sheets.internal
Methods in org.apache.camel.component.google.sheets.internal that return GoogleSheetsApiName Modifier and Type Method Description static GoogleSheetsApiName
GoogleSheetsApiName. valueOf(String name)
Returns the enum constant of this type with the specified name.static GoogleSheetsApiName[]
GoogleSheetsApiName. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.google.sheets.internal with parameters of type GoogleSheetsApiName Modifier and Type Method Description GoogleSheetsConfiguration
GoogleSheetsApiCollection. getEndpointConfiguration(GoogleSheetsApiName apiName)
-