Oracle© Collaboration Suite Workspaces Web Services API Reference
10g Release 1 (10.1.2.2)

Part No. B28209-01


oracle.workspaces.ws.beans
Class InboxResource

java.lang.Object
  extended byoracle.workspaces.ws.beans.Resource
      extended byoracle.workspaces.ws.beans.InboxResource


public class InboxResource
extends Resource

This class represents the Inbox resource.


Method Summary
 java.lang.String getEmailAddress()
          Gets the emailAddress value for this InboxResource.
 java.lang.String getEmailInboundPolicy()
          Gets the emailInboundPolicy value for this InboxResource.
 java.lang.String getEmailSubscriptionFormat()
          Gets the emailSubscriptionFormat value for this InboxResource.
 java.lang.String getEmailSubscriptionPolicy()
          Gets the emailSubscriptionPolicy value for this InboxResource.
 java.lang.String getForwardingEmailAddress()
          Gets the forwardingEmailAddress value for this InboxResource.
 void setEmailInboundPolicy(java.lang.String emailInboundPolicy)
          Sets the emailInboundPolicy value for this InboxResource.
 void setEmailSubscriptionFormat(java.lang.String emailSubscriptionFormat)
          Sets the emailSubscriptionFormat value for this InboxResource.
 void setEmailSubscriptionPolicy(java.lang.String emailSubscriptionPolicy)
          Sets the emailSubscriptionPolicy value for this InboxResource.
 void setForwardingEmailAddress(java.lang.String forwardingEmailAddress)
          Sets the forwardingEmailAddress value for this InboxResource.

 

Methods inherited from class oracle.workspaces.ws.beans.Resource
getCreationTime, getCreator, getDescription, getId, getLastModifiedTime, getName, getWebUIUrl, setDescription, setName

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getEmailAddress

public java.lang.String getEmailAddress()
Gets the emailAddress value for this InboxResource.
Returns:
emailAddress

getEmailInboundPolicy

public java.lang.String getEmailInboundPolicy()
Gets the emailInboundPolicy value for this InboxResource. Values could be NONE,RESTRICTED,OPEN NONE represents no inbound RESTRICTED represents restricted inbound OPEN represents open inbound
Returns:
emailInboundPolicy

setEmailInboundPolicy

public void setEmailInboundPolicy(java.lang.String emailInboundPolicy)
Sets the emailInboundPolicy value for this InboxResource. Values could be NONE,RESTRICTED,OPEN NONE represents no inbound RESTRICTED represents restricted inbound OPEN represents open inbound
Parameters:
emailInboundPolicy -

getEmailSubscriptionFormat

public java.lang.String getEmailSubscriptionFormat()
Gets the emailSubscriptionFormat value for this InboxResource.
Returns:
emailSubscriptionFormat

setEmailSubscriptionFormat

public void setEmailSubscriptionFormat(java.lang.String emailSubscriptionFormat)
Sets the emailSubscriptionFormat value for this InboxResource.
Parameters:
emailSubscriptionFormat -

getEmailSubscriptionPolicy

public java.lang.String getEmailSubscriptionPolicy()
Gets the emailSubscriptionPolicy value for this InboxResource. Values could be among the following: disabled, enabled.
Returns:
emailSubscriptionPolicy

setEmailSubscriptionPolicy

public void setEmailSubscriptionPolicy(java.lang.String emailSubscriptionPolicy)
Sets the emailSubscriptionPolicy value for this InboxResource. Values could be among the following: disabled, enabled.
Parameters:
emailSubscriptionPolicy -

getForwardingEmailAddress

public java.lang.String getForwardingEmailAddress()
Gets the forwardingEmailAddress value for this InboxResource.
Returns:
forwardingEmailAddress

setForwardingEmailAddress

public void setForwardingEmailAddress(java.lang.String forwardingEmailAddress)
Sets the forwardingEmailAddress value for this InboxResource.
Parameters:
forwardingEmailAddress -

Copyright © 2001, 2006, Oracle. All rights reserved.