O365ConnectorCardInputBase Classe
- java.
lang. Object - com.
microsoft. bot. schema. teams. O365ConnectorCardInputBase
- com.
public class O365ConnectorCardInputBase
Input scheda connettore O365 per azione ActionCard.
Riepilogo dei costruttori
| Costruttore | Descrizione | |
|---|---|---|
| O365ConnectorCardInputBase() | ||
Riepilogo dei metodi
| Modificatore e tipo | Metodo e descrizione |
|---|---|
| java.lang.String |
getId()
Ottiene l'ID di input. |
| java.lang.Boolean |
getRequired()
Ottiene un valore che indica se questo input è un campo obbligatorio. |
| java.lang.String |
getTitle()
Ottiene il titolo di input che verrà visualizzato come segnaposto. |
| java.lang.String |
getType()
Ottiene il nome del tipo di input. |
| java.lang.String |
getValue()
Ottiene il valore predefinito per questo campo di input. |
| void |
setId(String withId)
Imposta l'ID di input. |
| void |
setRequired(Boolean withRequired)
Imposta un valore che indica se questo input è un campo obbligatorio. |
| void |
setTitle(String withTitle)
Imposta il titolo di input che verrà visualizzato come segnaposto. |
| void |
setType(String withType)
Imposta il nome del tipo di input. |
| void |
setValue(String withValue)
Imposta il valore predefinito per questo campo di input. |
Metodi ereditati da java.lang.Object
Dettagli costruttore
O365ConnectorCardInputBase
public O365ConnectorCardInputBase()
Dettagli metodo
getId
public String getId()
Ottiene l'ID di input. Deve essere univoco per l'intera scheda connettore O365.
Restituisce:
getRequired
public Boolean getRequired()
Ottiene un valore che indica se questo input è un campo obbligatorio. Il valore predefinito è false.
Restituisce:
getTitle
public String getTitle()
Ottiene il titolo di input che verrà visualizzato come segnaposto.
Restituisce:
getType
public String getType()
Ottiene il nome del tipo di input. I valori possibili includono: 'textInput', 'dateInput', 'multichoiceInput'
Restituisce:
getValue
public String getValue()
Ottiene il valore predefinito per questo campo di input.
Restituisce:
setId
public void setId(String withId)
Imposta l'ID di input. Deve essere univoco per l'intera scheda connettore O365.
Parametri:
setRequired
public void setRequired(Boolean withRequired)
Imposta un valore che indica se questo input è un campo obbligatorio.
Parametri:
setTitle
public void setTitle(String withTitle)
Imposta il titolo di input che verrà visualizzato come segnaposto.
Parametri:
setType
public void setType(String withType)
Imposta il nome del tipo di input. I valori possibili includono: 'textInput', 'dateInput', 'multichoiceInput'
Parametri:
setValue
public void setValue(String withValue)
Imposta il valore predefinito per questo campo di input.
Parametri: