Class DriveParentsEndpointConfiguration

java.lang.Object
org.apache.camel.component.google.drive.GoogleDriveConfiguration
org.apache.camel.component.google.drive.DriveParentsEndpointConfiguration

@ApiParams(apiName="drive-parents",description="The parents collection of methods",apiMethods={@ApiMethod(methodName="delete",description="Removes a parent from a file",signatures="com.google.api.services.drive.Drive$Parents$Delete delete(String fileId, String parentId)"),@ApiMethod(methodName="get",description="Gets a specific parent reference",signatures="com.google.api.services.drive.Drive$Parents$Get get(String fileId, String parentId)"),@ApiMethod(methodName="insert",description="Adds a parent folder for a file",signatures="com.google.api.services.drive.Drive$Parents$Insert insert(String fileId, com.google.api.services.drive.model.ParentReference content)"),@ApiMethod(methodName="list",description="Lists a file\'s parents",signatures="com.google.api.services.drive.Drive$Parents$List list(String fileId)")},aliases={}) @UriParams @Configurer(extended=true) public final class DriveParentsEndpointConfiguration extends GoogleDriveConfiguration
Camel endpoint configuration for Drive.Parents.
  • Constructor Details

    • DriveParentsEndpointConfiguration

      public DriveParentsEndpointConfiguration()
  • Method Details

    • getContent

      public com.google.api.services.drive.model.ParentReference getContent()
    • setContent

      public void setContent(com.google.api.services.drive.model.ParentReference content)
    • getFileId

      public String getFileId()
    • setFileId

      public void setFileId(String fileId)
    • getParentId

      public String getParentId()
    • setParentId

      public void setParentId(String parentId)