public final enum

PrivilegeDepth

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

Class Overview

Java class for PrivilegeDepth.

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

 <simpleType name="PrivilegeDepth">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="Basic"/>
     <enumeration value="Local"/>
     <enumeration value="Deep"/>
     <enumeration value="Global"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
PrivilegeDepth  BASIC   
PrivilegeDepth  DEEP   
PrivilegeDepth  GLOBAL   
PrivilegeDepth  LOCAL   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static PrivilegeDepth fromValue(String v)
String value()
static PrivilegeDepth valueOf(String name)
final static PrivilegeDepth[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final PrivilegeDepth BASIC

public static final PrivilegeDepth DEEP

public static final PrivilegeDepth GLOBAL

public static final PrivilegeDepth LOCAL

Fields

private final String value

Public Methods

public static PrivilegeDepth fromValue (String v)

Parameters
v

public String value ()

public static PrivilegeDepth valueOf (String name)

Parameters
name

public static final PrivilegeDepth[] values ()