de.starface.integration.uci.java.v30.types
Class VoicemailList

java.lang.Object
  extended by 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

Constructor Summary
VoicemailList()
           
 
Method Summary
 boolean equals(Object obj)
           
 int getCountLimit()
           
 int getCountOffset()
           
 List<VoicemailListEntry> getEntries()
           
 VoicemailListEntryFolder getFolderRestriction()
           
 String getMailboxRestriction()
           
 OrderDirection getOrderDirection()
           
 VoicemailListEntryProperties getOrderProperty()
           
 Date getStartAfter()
           
 Date getStartBefore()
           
 int getTotalCount()
           
 int hashCode()
           
 void setCountLimit(int countLimit)
           
 void setCountOffset(int countOffset)
           
 void setEntries(List<VoicemailListEntry> entries)
           
 void setFolderRestriction(VoicemailListEntryFolder folderRestriction)
           
 void setMailboxRestriction(String mailboxRestriction)
           
 void setOrderDirection(OrderDirection orderDirection)
           
 void setOrderProperty(VoicemailListEntryProperties orderProperty)
           
 void setStartAfter(Date startAfter)
           
 void setStartBefore(Date startBefore)
           
 void setTotalCount(int totalCount)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VoicemailList

public VoicemailList()
Method Detail

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.