com.silanis.esl.sdk
Class Visibility

java.lang.Object
  extended by com.silanis.esl.sdk.internal.converter.EslEnumeration
      extended by com.silanis.esl.sdk.Visibility

public class Visibility
extends EslEnumeration

Created by schoi on 2/20/15.


Field Summary
static Visibility ACCOUNT
           
static Visibility SENDER
           
 
Fields inherited from class com.silanis.esl.sdk.internal.converter.EslEnumeration
log
 
Method Summary
static Visibility UNRECOGNIZED(String unknownValue)
          Deprecated. Please upgrade your SDK version to support new types in this enumeration.
static Visibility valueOf(String name)
           
static Visibility[] values()
           
 
Methods inherited from class com.silanis.esl.sdk.internal.converter.EslEnumeration
getApiValue, name, ordinal, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ACCOUNT

public static final Visibility ACCOUNT

SENDER

public static final Visibility SENDER
Method Detail

UNRECOGNIZED

@Deprecated
public static final Visibility UNRECOGNIZED(String unknownValue)
Deprecated. Please upgrade your SDK version to support new types in this enumeration.

DO NOT USE! This is an internal implementation concern. It is there to avoid crashes in existing code when new values are added to the enumerations by new versions of eSignLive. If you need access to those new values, you should upgrade your SDK version.


values

public static Visibility[] values()

valueOf

public static Visibility valueOf(String name)


Copyright 2014, Silanis Technology, Inc. All rights reserved.