public final enum

PropagationOwnershipOptions

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.microsoft.schemas.crm._2011.contracts.PropagationOwnershipOptions

Class Overview

Java class for PropagationOwnershipOptions.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="PropagationOwnershipOptions">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="None"/>
     <enumeration value="Caller"/>
     <enumeration value="ListMemberOwner"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
PropagationOwnershipOptions  CALLER   
PropagationOwnershipOptions  LIST_MEMBER_OWNER   
PropagationOwnershipOptions  NONE   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static PropagationOwnershipOptions fromValue(String v)
String value()
static PropagationOwnershipOptions valueOf(String name)
final static PropagationOwnershipOptions[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final PropagationOwnershipOptions CALLER

public static final PropagationOwnershipOptions LIST_MEMBER_OWNER

public static final PropagationOwnershipOptions NONE

Fields

private final String value

Public Methods

public static PropagationOwnershipOptions fromValue (String v)

Parameters
v

public String value ()

public static PropagationOwnershipOptions valueOf (String name)

Parameters
name

public static final PropagationOwnershipOptions[] values ()