public final enum

PrivilegeType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.microsoft.schemas.xrm._2011.metadata.PrivilegeType

Class Overview

Java class for PrivilegeType.

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

 <simpleType name="PrivilegeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="None"/>
     <enumeration value="Create"/>
     <enumeration value="Read"/>
     <enumeration value="Write"/>
     <enumeration value="Delete"/>
     <enumeration value="Assign"/>
     <enumeration value="Share"/>
     <enumeration value="Append"/>
     <enumeration value="AppendTo"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
PrivilegeType  APPEND   
PrivilegeType  APPEND_TO   
PrivilegeType  ASSIGN   
PrivilegeType  CREATE   
PrivilegeType  DELETE   
PrivilegeType  NONE   
PrivilegeType  READ   
PrivilegeType  SHARE   
PrivilegeType  WRITE   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static PrivilegeType fromValue(String v)
String value()
static PrivilegeType valueOf(String name)
final static PrivilegeType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final PrivilegeType APPEND

public static final PrivilegeType APPEND_TO

public static final PrivilegeType ASSIGN

public static final PrivilegeType CREATE

public static final PrivilegeType DELETE

public static final PrivilegeType NONE

public static final PrivilegeType READ

public static final PrivilegeType SHARE

public static final PrivilegeType WRITE

Fields

private final String value

Public Methods

public static PrivilegeType fromValue (String v)

Parameters
v

public String value ()

public static PrivilegeType valueOf (String name)

Parameters
name

public static final PrivilegeType[] values ()