Classe /GOOG/CL_TASKS_V1

Classe

/GOOG/CL_TASKS_V1
  • Héritage de : /GOOG/CL_HTTP_CLIENT
  • Description : Google Tasks API v1
Pour obtenir des informations générales sur une classe du SDK ABAP pour Google Cloud, consultez la page Bouchon de client API.

Types

Type Description Visibilité
TY_001 Task PUBLIC
TY_002 TaskList PUBLIC
TY_003 TaskLists PUBLIC
TY_004 Tasks PUBLIC
TY_006 Links PUBLIC
TY_T_001 Task PUBLIC
TY_T_002 TaskList PUBLIC
TY_T_006 Links PUBLIC

Constantes

Nom Type Description Valeur Visibilité
C_CLOUD_VERSION /GOOG/SDK_VERSION Version Cloud la plus basse PUBLIC
C_ON_PREM_VERSION /GOOG/SDK_VERSION Version sur site la plus basse 1,7 PUBLIC
C_PATH_PREFIX STRING Préfixe de chemin d'API PUBLIC
C_REVISION_DATE DATUM Date de révision du document de découverte 20240507 PUBLIC
C_ROOT_URL STRING URL racine de l'API https://tasks.googleapis.com PUBLIC
C_SERVICE_NAME /GOOG/SERVICE_NAME Nom du service Google tasks:v1 PUBLIC
C_SUPPORTED_AUTH /GOOG/SUPP_AUTH Types d'authentification pris en charge IJIJWW PUBLIC

Méthodes

Pour obtenir des informations générales sur une méthode du SDK ABAP pour Google Cloud, consultez la page Méthode API.

CONSTRUCTOR

  • Description : Constructor
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_KEY_NAME IMPORTING /GOOG/KEYNAME Nom de la clé Google Cloud
IV_LOG_OBJ IMPORTING BALOBJ_D Journal d'application : nom de l'objet (code d'application)
IV_LOG_SUBOBJ IMPORTING BALSUBOBJ Journal d'application : sous-objet

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

CLEAR_TASKS

  • Description: tasks.tasks.clear
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_TASKLIST IMPORTING STRING tasklist
ES_RAW Exportation… DATA Données brutes de sortie
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

DELETE_TASKLISTS

  • Description: tasks.tasklists.delete
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_TASKLIST IMPORTING STRING tasklist
ES_RAW Exportation… DATA Données brutes de sortie
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

DELETE_TASKS

  • Description: tasks.tasks.delete
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_TASK IMPORTING STRING opération
IV_P_TASKLIST IMPORTING STRING tasklist
ES_RAW Exportation… DATA Données brutes de sortie
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_TASKLISTS

  • Description : tasks.tasklists.get
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_TASKLIST IMPORTING STRING tasklist
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_002 Liste de tâches
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_TASKS

  • Description: tasks.tasks.get
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_TASK IMPORTING STRING opération
IV_P_TASKLIST IMPORTING STRING tasklist
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_001 Tâche
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

INSERT_TASKLISTS

  • Description : tasks.tasklists.insert
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IS_INPUT IMPORTING TY_002 Liste de tâches
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_002 Liste de tâches
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

INSERT_TASKS

  • Description : tasks.tasks.insert
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_PARENT IMPORTING STRING parent
IV_Q_PREVIOUS IMPORTING STRING précédent
IV_P_TASKLIST IMPORTING STRING tasklist
IS_INPUT IMPORTING TY_001 Tâche
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_001 Tâche
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

LIST_TASKLISTS

  • Description: tasks.tasklists.list
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_MAXRESULTS IMPORTING STRING maxResults
IV_Q_PAGETOKEN IMPORTING STRING pageToken
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_003 Listes de tâches
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

LIST_TASKS

  • Description: tasks.tasks.list
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_COMPLETEDMAX IMPORTING STRING completedMax
IV_Q_COMPLETEDMIN IMPORTING STRING completedMin
IV_Q_DUEMAX IMPORTING STRING dueMax
IV_Q_DUEMIN IMPORTING STRING dueMin
IV_Q_MAXRESULTS IMPORTING STRING maxResults
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_Q_SHOWCOMPLETED IMPORTING STRING Afficher les tâches terminées
IV_Q_SHOWDELETED IMPORTING STRING showDeleted
IV_Q_SHOWHIDDEN IMPORTING STRING Afficher les cartes masquées
IV_Q_UPDATEDMIN IMPORTING STRING Mis à jour il y a
IV_P_TASKLIST IMPORTING STRING tasklist
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_004 Tâches
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

de déplacer des tâches

  • Description: tasks.tasks.move
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_PARENT IMPORTING STRING parent
IV_Q_PREVIOUS IMPORTING STRING précédent
IV_P_TASK IMPORTING STRING opération
IV_P_TASKLIST IMPORTING STRING tasklist
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_001 Tâche
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

PATCH_TASKLISTS

  • Description: tasks.tasklists.patch
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_TASKLIST IMPORTING STRING tasklist
IS_INPUT IMPORTING TY_002 Liste de tâches
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_002 Liste de tâches
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

PATCH_TASKS

  • Description: tasks.tasks.patch
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_TASK IMPORTING STRING opération
IV_P_TASKLIST IMPORTING STRING tasklist
IS_INPUT IMPORTING TY_001 Tâche
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_001 Tâche
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

UPDATE_TASKLISTS

  • Description: tasks.tasklists.update
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_TASKLIST IMPORTING STRING tasklist
IS_INPUT IMPORTING TY_002 Liste de tâches
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_002 Liste de tâches
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

UPDATE_TASKS

  • Description: tasks.tasks.update
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_TASK IMPORTING STRING opération
IV_P_TASKLIST IMPORTING STRING tasklist
IS_INPUT IMPORTING TY_001 Tâche
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_001 Tâche
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

FERMER

  • Description : Fermer la connexion
  • Visibilité : PUBLIQUE