MeetingDetails 클래스
- java.
lang. Object - com.
microsoft. bot. schema. teams. MeetingDetailsBase - com.
microsoft. bot. schema. teams. MeetingDetails
- com.
- com.
public class MeetingDetails
extends MeetingDetailsBase
Teams 모임의 구체적인 세부 정보입니다.
생성자 요약
생성자 | Description | |
---|---|---|
MeetingDetails() |
메서드 요약
한정자 및 형식 | 메서드 및 설명 |
---|---|
java.lang.String |
getMsGraphResourceId()
MS Graph API 호출에 특별히 사용되는 Ms |
java.time.OffsetDateTime |
getScheduledEndTime()
모임의 예약된 종료 시간을 UTC로 가져옵니다. |
java.time.OffsetDateTime |
getScheduledStartTime()
모임의 예약된 시작 시간을 UTC로 가져옵니다. |
java.lang.String |
getType()
모임의 유형을 가져옵니다. |
void |
setMsGraphResourceId(String withMsGraphResourceId)
MS Graph API 호출에 특별히 사용되는 Ms |
void |
setScheduledEndTime(OffsetDateTime withScheduledEndTime)
모임의 예약된 종료 시간을 UTC로 설정합니다. |
void |
setScheduledStartTime(OffsetDateTime withScheduledStartTime)
모임의 예약된 시작 시간을 UTC로 설정합니다. |
void |
setType(String withType)
모임 유형을 설정합니다. |
다음에서 상속된 메서드 MeetingDetailsBase
다음에서 상속된 메서드 java.lang.Object
생성자 세부 정보
MeetingDetails
public MeetingDetails()
메서드 세부 정보
getMsGraphResourceId
public String getMsGraphResourceId()
MS Graph API 호출에 특별히 사용되는 MsGraphResourceId를 가져옵니다.
반환:
getScheduledEndTime
public OffsetDateTime getScheduledEndTime()
모임의 예약된 종료 시간을 UTC로 가져옵니다.
반환:
getScheduledStartTime
public OffsetDateTime getScheduledStartTime()
모임의 예약된 시작 시간을 UTC로 가져옵니다.
반환:
getType
public String getType()
모임의 유형을 가져옵니다.
반환:
setMsGraphResourceId
public void setMsGraphResourceId(String withMsGraphResourceId)
MS Graph API 호출에 특별히 사용되는 MsGraphResourceId를 설정합니다.
매개 변수:
setScheduledEndTime
public void setScheduledEndTime(OffsetDateTime withScheduledEndTime)
모임의 예약된 종료 시간을 UTC로 설정합니다.
매개 변수:
setScheduledStartTime
public void setScheduledStartTime(OffsetDateTime withScheduledStartTime)
모임의 예약된 시작 시간을 UTC로 설정합니다.
매개 변수:
setType
public void setType(String withType)
모임 유형을 설정합니다.
매개 변수: