Package com.configcat

Class User


  • public class User
    extends java.lang.Object
    An object containing attributes to properly identify a given user for variation evaluation. Its only mandatory attribute is the identifier.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  User.Builder
      A builder that helps construct a User instance.
    • Method Detail

      • newBuilder

        public static User.Builder newBuilder()
        Creates a new builder instance.
        Returns:
        the new builder.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object