MediaCard Classe
- java.
lang. Object - com.
microsoft. bot. schema. MediaCard
- com.
public class MediaCard
Scheda multimediale.
Riepilogo dei costruttori
| Costruttore | Descrizione | |
|---|---|---|
| MediaCard() | ||
Riepilogo dei metodi
| Modificatore e tipo | Metodo e descrizione |
|---|---|
| java.lang.String |
getAspect()
Ottenere il valore dell'aspetto. |
| boolean |
getAutoloop()
Ottiene il valore autoloop. |
| boolean |
getAutostart()
Ottenere il valore di avvio automatico. |
|
java.util.List<Card |
getButtons()
Ottenere il valore dei pulsanti. |
| java.lang.String |
getDuration()
Ottiene il valore di durata. |
|
Thumbnail |
getImage()
Ottenere il valore dell'immagine. |
|
java.util.List<Media |
getMedia()
Ottiene il valore multimediale. |
| boolean |
getShareable()
Ottenere il valore condivisibile. |
| java.lang.String |
getSubtitle()
Ottenere il valore del sottotitolo. |
| java.lang.String |
getText()
Ottenere il valore di testo. |
| java.lang.String |
getTitle()
Ottenere il valore del titolo. |
| java.lang.Object |
getValue()
Ottenere il valore. |
| void |
setAspect(String withAspect)
Impostare il valore dell'aspetto. |
| void |
setAutoloop(boolean withAutoloop)
Impostare il valore autoloop. |
| void |
setAutostart(boolean withAutostart)
Impostare il valore di avvio automatico. |
| void |
setButtons(List<CardAction> withButtons)
Impostare il valore dei pulsanti. |
| void |
setDuration(String withDuration)
Imposta il valore della durata. |
| void |
setImage(ThumbnailUrl withImage)
Impostare il valore dell'immagine. |
| void |
setMedia(List<MediaUrl> withMedia)
Impostare il valore del supporto. |
| void |
setShareable(boolean withShareable)
Impostare il valore condivisibile. |
| void |
setSubtitle(String withSubtitle)
Impostare il valore del sottotitolo. |
| void |
setText(String withText)
Impostare il valore di testo. |
| void |
setTitle(String withTitle)
Impostare il valore del titolo. |
| void |
setValue(Object withValue)
Impostare il valore. |
Metodi ereditati da java.lang.Object
Dettagli costruttore
MediaCard
public MediaCard()
Dettagli metodo
getAspect
public String getAspect()
Ottenere il valore dell'aspetto.
Restituisce:
getAutoloop
public boolean getAutoloop()
Ottiene il valore autoloop.
Restituisce:
getAutostart
public boolean getAutostart()
Ottenere il valore di avvio automatico.
Restituisce:
getButtons
public List
Ottenere il valore dei pulsanti.
Restituisce:
getDuration
public String getDuration()
Ottiene il valore di durata.
Restituisce:
getImage
public ThumbnailUrl getImage()
Ottenere il valore dell'immagine.
Restituisce:
getMedia
public List
Ottiene il valore multimediale.
Restituisce:
getShareable
public boolean getShareable()
Ottenere il valore condivisibile.
Restituisce:
getSubtitle
public String getSubtitle()
Ottenere il valore del sottotitolo.
Restituisce:
getText
public String getText()
Ottenere il valore di testo.
Restituisce:
getTitle
public String getTitle()
Ottenere il valore del titolo.
Restituisce:
getValue
public Object getValue()
Ottenere il valore.
Restituisce:
setAspect
public void setAspect(String withAspect)
Impostare il valore dell'aspetto.
Parametri:
setAutoloop
public void setAutoloop(boolean withAutoloop)
Impostare il valore autoloop.
Parametri:
setAutostart
public void setAutostart(boolean withAutostart)
Impostare il valore di avvio automatico.
Parametri:
setButtons
public void setButtons(List
Impostare il valore dei pulsanti.
Parametri:
setDuration
public void setDuration(String withDuration)
Imposta il valore della durata.
Parametri:
setImage
public void setImage(ThumbnailUrl withImage)
Impostare il valore dell'immagine.
Parametri:
setMedia
public void setMedia(List
Impostare il valore del supporto.
Parametri:
setShareable
public void setShareable(boolean withShareable)
Impostare il valore condivisibile.
Parametri:
setSubtitle
public void setSubtitle(String withSubtitle)
Impostare il valore del sottotitolo.
Parametri:
setText
public void setText(String withText)
Impostare il valore di testo.
Parametri:
setTitle
public void setTitle(String withTitle)
Impostare il valore del titolo.
Parametri:
setValue
public void setValue(Object withValue)
Impostare il valore.
Parametri: