Class GetFolderPlainArgs.Builder

  • Enclosing class:
    GetFolderPlainArgs

    public static final class GetFolderPlainArgs.Builder
    extends java.lang.Object
    • Method Detail

      • folder

        public GetFolderPlainArgs.Builder folder​(java.lang.String folder)
        Parameters:
        folder - The name of the Folder in the form `{folder_id}` or `folders/{folder_id}`.
        Returns:
        builder
      • lookupOrganization

        public GetFolderPlainArgs.Builder lookupOrganization​(@Nullable
                                                             java.lang.Boolean lookupOrganization)
        Parameters:
        lookupOrganization - `true` to find the organization that the folder belongs, `false` to avoid the lookup. It searches up the tree. (defaults to `false`)
        Returns:
        builder