FreebusyGroupInfo
Contents
[
Hide
]Inheritance: java.lang.Object
public class FreebusyGroupInfo
Specifies list of calendars that are members of the groups.
Constructors
| Constructor | Description |
|---|---|
| FreebusyGroupInfo() | Initializes a new instance of the FreebusyGroupInfo class. |
| FreebusyGroupInfo(String groupId, ErrorDetails[] errors) | Initializes a new instance of the FreebusyGroupInfo class. |
| FreebusyGroupInfo(String groupId, String[] calendars) | Initializes a new instance of the FreebusyGroupInfo class. |
| FreebusyGroupInfo(String groupId, Iterable | Initializes a new instance of the FreebusyGroupInfo class. |
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getCalendars() | List of calendars’ identifiers within a group. |
| getClass() | |
| getErrors() | Optional error(s) (if computation for the group failed). |
| getGroupId() | Group id |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setGroupId(String value) | Group id |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
FreebusyGroupInfo()
public FreebusyGroupInfo()
Initializes a new instance of the FreebusyGroupInfo class.
FreebusyGroupInfo(String groupId, ErrorDetails[] errors)
public FreebusyGroupInfo(String groupId, ErrorDetails[] errors)
Initializes a new instance of the FreebusyGroupInfo class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| groupId | java.lang.String | Group id |
| errors | ErrorDetails[] | Optional error(s) (if computation for the group failed). |
FreebusyGroupInfo(String groupId, String[] calendars)
public FreebusyGroupInfo(String groupId, String[] calendars)
Initializes a new instance of the FreebusyGroupInfo class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| groupId | java.lang.String | Group id |
| calendars | java.lang.String[] | List of calendars’ identifiers within a group. |
FreebusyGroupInfo(String groupId, Iterable errors, Iterable calendars)
public FreebusyGroupInfo(String groupId, Iterable<ErrorDetails> errors, Iterable<String> calendars)
Initializes a new instance of the FreebusyGroupInfo class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| groupId | java.lang.String | Group id |
| errors | java.lang.Iterable<com.aspose.email.ErrorDetails> | Optional error(s) (if computation for the group failed). |
| calendars | java.lang.Iterable<java.lang.String> | List of calendars’ identifiers within a group. |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getCalendars()
public final List<String> getCalendars()
List of calendars’ identifiers within a group.
Returns: java.util.List<java.lang.String>
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getErrors()
public final List<ErrorDetails> getErrors()
Optional error(s) (if computation for the group failed).
Returns: java.util.List<com.aspose.email.ErrorDetails>
getGroupId()
public final String getGroupId()
Group id
Returns: java.lang.String
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setGroupId(String value)
public final void setGroupId(String value)
Group id
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |