Class EntityListingSuccessResponse

    • Constructor Detail

      • EntityListingSuccessResponse

        public EntityListingSuccessResponse​(List<EntityID> entityIDS)
        Creates a new entity listing success response.
        Parameters:
        entityIDS - The entity IDs. Must not be null.
    • Method Detail

      • indicatesSuccess

        public boolean indicatesSuccess()
        Description copied from interface: Response
        Checks if the response indicates success.
        Returns:
        true if the response indicates success, else false.
      • parse

        public static EntityListingSuccessResponse parse​(net.minidev.json.JSONArray jsonArray)
        Parses an entity listing success response from the specified JSON array.
        Parameters:
        jsonArray - The JSON array. Must not be null.
        Returns:
        The entity listing success response.