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

Part No. B28209-01


oracle.workspaces.ws.beans
Class InboxResourceDefinition

java.lang.Object
  extended byoracle.workspaces.ws.beans.ResourceDefinition
      extended byoracle.workspaces.ws.beans.InboxResourceDefinition


public class InboxResourceDefinition
extends ResourceDefinition

This class represents the definition object used to create an inbox resource.


Constructor Summary
InboxResourceDefinition()
           

 

Method Summary
 void setEmailAddress(java.lang.String emailAddress)
          Sets the emailAddress value for this InboxResourceDefinition.
 void setEmailAliasRoute(java.lang.String emailAliasRoute)
          Sets the email alias route value.
 void setEmailInboundPolicy(java.lang.String emailInboundPolicy)
          Sets the emailInboundPolicy value for this InboxResourceDefinition.
 void setEmailSubscriptionFormat(java.lang.String emailSubscriptionFormat)
          Sets the emailSubscriptionFormat value for this InboxResourceDefinition.
 void setEmailSubscriptionPolicy(java.lang.String emailSubscriptionPolicy)
          Sets the emailSubscriptionPolicy value for this InboxResourceDefinition.
 void setForwardingEmailAddress(java.lang.String forwardingEmailAddress)
          Sets the forwardingEmailAddress value for this InboxResourceDefinition.

 

Methods inherited from class oracle.workspaces.ws.beans.ResourceDefinition
setDescription, setName

 

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

 

Constructor Detail

InboxResourceDefinition

public InboxResourceDefinition()

Method Detail

setEmailAddress

public void setEmailAddress(java.lang.String emailAddress)
Sets the emailAddress value for this InboxResourceDefinition.
Parameters:
emailAddress -

setEmailInboundPolicy

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

setEmailSubscriptionFormat

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

setEmailSubscriptionPolicy

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

setForwardingEmailAddress

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

setEmailAliasRoute

public void setEmailAliasRoute(java.lang.String emailAliasRoute)
Sets the email alias route value. Values could be DISABLED,ENABLED. Default value is ENABLED. ENABLED indicates an alias should be created with the provided inbox email address. DISABLED indicates that the provided inbox email address is an existing alias and the creation of an alias should be skipped.
Parameters:
emailAliasRoute -

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