Uses of Class
org.apache.camel.component.google.drive.internal.GoogleDriveApiName
-
Packages that use GoogleDriveApiName Package Description org.apache.camel.component.google.drive org.apache.camel.component.google.drive.internal -
-
Uses of GoogleDriveApiName in org.apache.camel.component.google.drive
Methods in org.apache.camel.component.google.drive that return GoogleDriveApiName Modifier and Type Method Description protected GoogleDriveApiNameGoogleDriveComponent. getApiName(String apiNameStr)GoogleDriveApiNameGoogleDriveConfiguration. getApiName()Methods in org.apache.camel.component.google.drive with parameters of type GoogleDriveApiName Modifier and Type Method Description protected org.apache.camel.EndpointGoogleDriveComponent. createEndpoint(String uri, String methodName, GoogleDriveApiName apiName, GoogleDriveConfiguration endpointConfiguration)voidGoogleDriveConfiguration. setApiName(GoogleDriveApiName apiName)What kind of operation to performConstructors in org.apache.camel.component.google.drive with parameters of type GoogleDriveApiName Constructor Description GoogleDriveEndpoint(String uri, GoogleDriveComponent component, GoogleDriveApiName apiName, String methodName, GoogleDriveConfiguration endpointConfiguration) -
Uses of GoogleDriveApiName in org.apache.camel.component.google.drive.internal
Methods in org.apache.camel.component.google.drive.internal that return GoogleDriveApiName Modifier and Type Method Description static GoogleDriveApiNameGoogleDriveApiName. fromValue(String value)static GoogleDriveApiNameGoogleDriveApiName. valueOf(String name)Returns the enum constant of this type with the specified name.static GoogleDriveApiName[]GoogleDriveApiName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.google.drive.internal with parameters of type GoogleDriveApiName Modifier and Type Method Description GoogleDriveConfigurationGoogleDriveApiCollection. getEndpointConfiguration(GoogleDriveApiName apiName)
-