Enum Class TikTokPrivacy

java.lang.Object
java.lang.Enum<TikTokPrivacy>
dev.postproxy.sdk.model.TikTokPrivacy
All Implemented Interfaces:
Serializable, Comparable<TikTokPrivacy>, Constable

public enum TikTokPrivacy extends Enum<TikTokPrivacy>
  • Enum Constant Details

    • PUBLIC_TO_EVERYONE

      public static final TikTokPrivacy PUBLIC_TO_EVERYONE
    • MUTUAL_FOLLOW_FRIENDS

      public static final TikTokPrivacy MUTUAL_FOLLOW_FRIENDS
    • FOLLOWER_OF_CREATOR

      public static final TikTokPrivacy FOLLOWER_OF_CREATOR
    • SELF_ONLY

      public static final TikTokPrivacy SELF_ONLY
  • Method Details

    • values

      public static TikTokPrivacy[] 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 TikTokPrivacy 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
    • getValue

      public String getValue()