Enum Class Friend.State

java.lang.Object
java.lang.Enum<Friend.State>
com.heroiclabs.nakama.api.Friend.State
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<Friend.State>, Constable
Enclosing class:
Friend

public static enum Friend.State extends Enum<Friend.State> implements com.google.protobuf.ProtocolMessageEnum
 The friendship status.
 
Protobuf enum nakama.api.Friend.State
  • Enum Constant Details

    • FRIEND

      public static final Friend.State FRIEND
       The user is a friend of the current user.
       
      FRIEND = 0;
    • INVITE_SENT

      public static final Friend.State INVITE_SENT
       The current user has sent an invite to the user.
       
      INVITE_SENT = 1;
    • INVITE_RECEIVED

      public static final Friend.State INVITE_RECEIVED
       The current user has received an invite from this user.
       
      INVITE_RECEIVED = 2;
    • BLOCKED

      public static final Friend.State BLOCKED
       The current user has blocked this user.
       
      BLOCKED = 3;
    • UNRECOGNIZED

      public static final Friend.State UNRECOGNIZED
  • Field Details

    • FRIEND_VALUE

      public static final int FRIEND_VALUE
       The user is a friend of the current user.
       
      FRIEND = 0;
      See Also:
    • INVITE_SENT_VALUE

      public static final int INVITE_SENT_VALUE
       The current user has sent an invite to the user.
       
      INVITE_SENT = 1;
      See Also:
    • INVITE_RECEIVED_VALUE

      public static final int INVITE_RECEIVED_VALUE
       The current user has received an invite from this user.
       
      INVITE_RECEIVED = 2;
      See Also:
    • BLOCKED_VALUE

      public static final int BLOCKED_VALUE
       The current user has blocked this user.
       
      BLOCKED = 3;
      See Also:
  • Method Details

    • values

      public static Friend.State[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Friend.State valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static Friend.State valueOf(int value)
      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      value - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • forNumber

      public static Friend.State forNumber(int value)
      Parameters:
      value - The numeric wire value of the corresponding enum entry.
      Returns:
      The enum associated with the given numeric wire value.
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<Friend.State> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static Friend.State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      desc - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null