de.starface.integration.uci.java.v30.types
Class VoicemailList
java.lang.Object
de.starface.integration.uci.java.v30.types.VoicemailList
- All Implemented Interfaces:
- Serializable
@RpcValueObject
public class VoicemailList
- extends Object
- implements Serializable
This object holds the properties of the voicemail list as returned by
UciVoicemailListRequests.getVoicemailList(Date, Date, String, VoicemailListEntryFolder, VoicemailListEntryProperties, OrderDirection, int, int)
- See Also:
- Serialized Form
VoicemailList
public VoicemailList()
toString
public String toString()
- Overrides:
toString in class Object
getStartBefore
public Date getStartBefore()
setStartBefore
public void setStartBefore(Date startBefore)
getStartAfter
public Date getStartAfter()
setStartAfter
public void setStartAfter(Date startAfter)
getMailboxRestriction
public String getMailboxRestriction()
setMailboxRestriction
public void setMailboxRestriction(String mailboxRestriction)
getFolderRestriction
public VoicemailListEntryFolder getFolderRestriction()
setFolderRestriction
public void setFolderRestriction(VoicemailListEntryFolder folderRestriction)
getOrderProperty
public VoicemailListEntryProperties getOrderProperty()
setOrderProperty
public void setOrderProperty(VoicemailListEntryProperties orderProperty)
getOrderDirection
public OrderDirection getOrderDirection()
setOrderDirection
public void setOrderDirection(OrderDirection orderDirection)
getCountOffset
public int getCountOffset()
setCountOffset
public void setCountOffset(int countOffset)
getCountLimit
public int getCountLimit()
setCountLimit
public void setCountLimit(int countLimit)
getTotalCount
public int getTotalCount()
setTotalCount
public void setTotalCount(int totalCount)
getEntries
public List<VoicemailListEntry> getEntries()
setEntries
public void setEntries(List<VoicemailListEntry> entries)
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2012 STARFACE GmbH. All rights reserved.