docs(webcal): Added javadocs.

This commit is contained in:
Zihlu Wang
2023-09-22 09:37:24 +08:00
parent 5f0922387b
commit a0a7bfa718
@@ -90,6 +90,11 @@ public abstract sealed class WebCalendarNode
return this;
}
/**
* Get the domain name.
*
* @return the domain name of this event
*/
public String getDomainName() {
return this.domainName;
}