Class DrivePropertiesEndpointConfiguration
java.lang.Object
org.apache.camel.component.google.drive.GoogleDriveConfiguration
org.apache.camel.component.google.drive.DrivePropertiesEndpointConfiguration
@ApiParams(apiName="drive-properties",description="The properties collection of methods",apiMethods={@ApiMethod(methodName="delete",description="Deletes a property",signatures="com.google.api.services.drive.Drive$Properties$Delete delete(String fileId, String propertyKey)"),@ApiMethod(methodName="get",description="Gets a property by its key",signatures="com.google.api.services.drive.Drive$Properties$Get get(String fileId, String propertyKey)"),@ApiMethod(methodName="insert",description="Adds a property to a file, or updates it if it already exists",signatures="com.google.api.services.drive.Drive$Properties$Insert insert(String fileId, com.google.api.services.drive.model.Property content)"),@ApiMethod(methodName="list",description="Lists a file\'s properties",signatures="com.google.api.services.drive.Drive$Properties$List list(String fileId)"),@ApiMethod(methodName="patch",description="Updates a property",signatures="com.google.api.services.drive.Drive$Properties$Patch patch(String fileId, String propertyKey, com.google.api.services.drive.model.Property content)"),@ApiMethod(methodName="update",description="Updates a property",signatures="com.google.api.services.drive.Drive$Properties$Update update(String fileId, String propertyKey, com.google.api.services.drive.model.Property content)")},aliases={})
@UriParams
@Configurer(extended=true)
public final class DrivePropertiesEndpointConfiguration
extends GoogleDriveConfiguration
Camel endpoint configuration for
Drive.Properties.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.api.services.drive.model.PropertyvoidsetContent(com.google.api.services.drive.model.Property content) voidvoidsetPropertyKey(String propertyKey) Methods inherited from class org.apache.camel.component.google.drive.GoogleDriveConfiguration
getAccessToken, getApiName, getApplicationName, getClientId, getClientSecret, getDelegate, getMethodName, getRefreshToken, getScopes, getServiceAccountKey, setAccessToken, setApiName, setApplicationName, setClientId, setClientSecret, setDelegate, setMethodName, setRefreshToken, setScopes, setServiceAccountKey
-
Constructor Details
-
DrivePropertiesEndpointConfiguration
public DrivePropertiesEndpointConfiguration()
-
-
Method Details
-
getContent
public com.google.api.services.drive.model.Property getContent() -
setContent
public void setContent(com.google.api.services.drive.model.Property content) -
getFileId
-
setFileId
-
getPropertyKey
-
setPropertyKey
-