FreebusyGroupInfo

Inheritance: java.lang.Object

public class FreebusyGroupInfo

Specifies list of calendars that are members of the groups.

Constructors

ConstructorDescription
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 errors, Iterable calendars)Initializes a new instance of the FreebusyGroupInfo class.

Methods

MethodDescription
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:

ParameterTypeDescription
groupIdjava.lang.StringGroup id
errorsErrorDetails[]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:

ParameterTypeDescription
groupIdjava.lang.StringGroup id
calendarsjava.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:

ParameterTypeDescription
groupIdjava.lang.StringGroup id
errorsjava.lang.Iterable<com.aspose.email.ErrorDetails>Optional error(s) (if computation for the group failed).
calendarsjava.lang.Iterable<java.lang.String>List of calendars’ identifiers within a group.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valuejava.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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int