public final enum

EntityGroupType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.netsuite.webservices.lists.relationships_2010_2.types.EntityGroupType

Class Overview

Java class for EntityGroupType.

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

 <simpleType name="EntityGroupType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="_contact"/>
     <enumeration value="_customer"/>
     <enumeration value="_employee"/>
     <enumeration value="_partner"/>
     <enumeration value="_vendor"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
EntityGroupType  CONTACT   
EntityGroupType  CUSTOMER   
EntityGroupType  EMPLOYEE   
EntityGroupType  PARTNER   
EntityGroupType  VENDOR   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static EntityGroupType fromValue(String v)
String value()
static EntityGroupType valueOf(String name)
final static EntityGroupType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final EntityGroupType CONTACT

public static final EntityGroupType CUSTOMER

public static final EntityGroupType EMPLOYEE

public static final EntityGroupType PARTNER

public static final EntityGroupType VENDOR

Fields

private final String value

Public Methods

public static EntityGroupType fromValue (String v)

Parameters
v

public String value ()

public static EntityGroupType valueOf (String name)

Parameters
name

public static final EntityGroupType[] values ()