다음을 통해 공유


NotificationInfo 클래스

  • java.lang.Object
    • com.microsoft.bot.schema.teams.NotificationInfo

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

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

생성자 세부 정보

NotificationInfo

public NotificationInfo()

NotificationInfo의 새 인스턴스입니다.

NotificationInfo

public NotificationInfo(boolean withAlertInMeeting, String withExternalResourceUrl)

모임 경고의 새 인스턴스입니다.

매개 변수:

withAlertInMeeting - True이면 모임 경고입니다.
withExternalResourceUrl - 외부 리소스 URL입니다.

NotificationInfo

public NotificationInfo(Boolean withAlert)

NotificationInfo의 새 인스턴스입니다.

매개 변수:

withAlert - 설정할 경고 값입니다.

메서드 세부 정보

getAlert

public Boolean getAlert()

경고에 대한 Getter입니다.

반환:

변경 값을 반환합니다.

getAlertInMeeting

public Boolean getAlertInMeeting()

모임 경고인지를 나타냅니다.

반환:

True이면 모임 경고입니다.

getExternalResourceUrl

public String getExternalResourceUrl()

모임 경고의 리소스 URL을 가져옵니다.

반환:

외부 리소스 URL입니다.

setAlert

public void setAlert(Boolean withAlert)

경고에 대한 Setter입니다.

매개 변수:

withAlert - 설정할 값입니다.

setAlertInMeeting

public void setAlertInMeeting(Boolean withAlertInMeeting)

모임 경고인지를 나타냅니다.

매개 변수:

withAlertInMeeting - True이면 모임 경고입니다.

setExternalResourceUrl

public void setExternalResourceUrl(String withExternalResourceUrl)

모임 경고의 리소스 URL입니다.

매개 변수:

withExternalResourceUrl - 외부 리소스 URL입니다.

적용 대상