Class PersonalizePlacementsRequest

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.Map<java.lang.String,​java.lang.String> customParams
      Custom parameters for the request.
      java.util.List<java.lang.String> placements
      List of placements identifiers.
      boolean reset
      Boolean reset parameter for the request.
      java.lang.String userId
      User's identifier.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • userId

        @NonNull
        public final java.lang.String userId
        User's identifier. Required parameter of request.
      • placements

        @Nullable
        public final java.util.List<java.lang.String> placements
        List of placements identifiers.
      • customParams

        @Nullable
        public final java.util.Map<java.lang.String,​java.lang.String> customParams
        Custom parameters for the request.
      • reset

        public final boolean reset
        Boolean reset parameter for the request.