Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.forum.abuse
Class AbuseType

java.lang.Object
  extended by com.jivesoftware.forum.abuse.AbuseType

public class AbuseType
extends java.lang.Object


Field Summary
static AbuseType[] ABUSE_TYPES
          An array containing all possible types of abuse
static AbuseType EXPLICIT_CONTENT
          Type representing an explicit content abuse report.
static AbuseType GENERAL
          Type representing a general abuse report.
static AbuseType HARASSMENT
          Type representing a harassment abuse report.
static AbuseType IMPERSONATION
          Type representing an impersonation abuse report.
static AbuseType PRIVATE_INFORMATION
          Type representing a private information abuse report.
static AbuseType PROFANITY
          Type representing a profanity abuse report.
static AbuseType RACIAL
          Type representing a racial abuse report.
static AbuseType RELIGIOUS
          Type representing a religious abuse report.
static AbuseType SLANDER
          Type representing a slander abuse report.
static AbuseType SPAM
          Type representing a spam abuse report.
 
Method Summary
static AbuseType getAbuseType(int key)
          A helper method to get a specific AbuseType object from its key
 int getKey()
           
 java.lang.String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GENERAL

public static final AbuseType GENERAL
Type representing a general abuse report.


PROFANITY

public static final AbuseType PROFANITY
Type representing a profanity abuse report.


EXPLICIT_CONTENT

public static final AbuseType EXPLICIT_CONTENT
Type representing an explicit content abuse report.


IMPERSONATION

public static final AbuseType IMPERSONATION
Type representing an impersonation abuse report.


HARASSMENT

public static final AbuseType HARASSMENT
Type representing a harassment abuse report.


SLANDER

public static final AbuseType SLANDER
Type representing a slander abuse report.


RACIAL

public static final AbuseType RACIAL
Type representing a racial abuse report.


RELIGIOUS

public static final AbuseType RELIGIOUS
Type representing a religious abuse report.


SPAM

public static final AbuseType SPAM
Type representing a spam abuse report.


PRIVATE_INFORMATION

public static final AbuseType PRIVATE_INFORMATION
Type representing a private information abuse report.


ABUSE_TYPES

public static final AbuseType[] ABUSE_TYPES
An array containing all possible types of abuse

Method Detail

getKey

public int getKey()

getValue

public java.lang.String getValue()

getAbuseType

public static AbuseType getAbuseType(int key)
A helper method to get a specific AbuseType object from its key

Parameters:
key - the key value of the AbuseType object
Returns:
the AbuseType object corresponding to the key value. NULL if the key is invalid.

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.