NotificationInfo 클래스
- java.
lang. Object - com.
microsoft. bot. schema. teams. NotificationInfo
- com.
public class NotificationInfo
멘션에 대한 알림을 보낼지 지정합니다.
생성자 요약
생성자 | Description |
---|---|
NotificationInfo() |
알림 |
NotificationInfo(boolean withAlertInMeeting, String withExternalResourceUrl) |
모임 경고의 새 인스턴스입니다. |
NotificationInfo(Boolean withAlert) |
알림 |
메서드 요약
한정자 및 형식 | 메서드 및 설명 |
---|---|
java.lang.Boolean |
getAlert()
경고에 대한 Getter입니다. |
java.lang.Boolean |
getAlertInMeeting()
모임 경고인지를 나타냅니다. |
java.lang.String |
getExternalResourceUrl()
모임 경고의 리소스 URL을 가져옵니다. |
void |
setAlert(Boolean withAlert)
경고에 대한 Setter입니다. |
void |
setAlertInMeeting(Boolean withAlertInMeeting)
모임 경고인지를 나타냅니다. |
void |
setExternalResourceUrl(String withExternalResourceUrl)
모임 경고의 리소스 URL입니다. |
다음에서 상속된 메서드 java.lang.Object
생성자 세부 정보
NotificationInfo
public NotificationInfo()
NotificationInfo의 새 인스턴스입니다.
NotificationInfo
public NotificationInfo(boolean withAlertInMeeting, String withExternalResourceUrl)
모임 경고의 새 인스턴스입니다.
매개 변수:
NotificationInfo
public NotificationInfo(Boolean withAlert)
NotificationInfo의 새 인스턴스입니다.
매개 변수:
메서드 세부 정보
getAlert
public Boolean getAlert()
경고에 대한 Getter입니다.
반환:
getAlertInMeeting
public Boolean getAlertInMeeting()
모임 경고인지를 나타냅니다.
반환:
getExternalResourceUrl
public String getExternalResourceUrl()
모임 경고의 리소스 URL을 가져옵니다.
반환:
setAlert
public void setAlert(Boolean withAlert)
경고에 대한 Setter입니다.
매개 변수:
setAlertInMeeting
public void setAlertInMeeting(Boolean withAlertInMeeting)
모임 경고인지를 나타냅니다.
매개 변수:
setExternalResourceUrl
public void setExternalResourceUrl(String withExternalResourceUrl)
모임 경고의 리소스 URL입니다.
매개 변수: