Package 

Enum AuthorizationType

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum AuthorizationType
    
                        

    Privacy authorization type.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String value
    • Method Summary

      Modifier and Type Method Description
      static AuthorizationType from(String value) Create AuthorizationType by original value from cloud.
      static Array<AuthorizationType> values()
      static AuthorizationType valueOf(String name)
      String getValue() Get authorization type value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait