Class CommonFactory


  • public class CommonFactory
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CommonFactory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static games.mythical.saga.sdk.proto.common.QueryOptionsProto toProto​(int pageSize, games.mythical.saga.sdk.proto.common.SortOrder sortOrder, java.time.Instant createdAtCursor)  
      • Methods inherited from class java.lang.Object

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

      • CommonFactory

        public CommonFactory()
    • Method Detail

      • toProto

        public static games.mythical.saga.sdk.proto.common.QueryOptionsProto toProto​(int pageSize,
                                                                                     games.mythical.saga.sdk.proto.common.SortOrder sortOrder,
                                                                                     java.time.Instant createdAtCursor)