Class BulkCountryUpdate

    • Method Detail

      • fromJson

        public static BulkCountryUpdate fromJson​(String json,
                                                 com.fasterxml.jackson.databind.ObjectMapper objectMapper)
        Converts a JSON String into a BulkCountryUpdate object using the provided ObjectMapper.
        Parameters:
        json - Raw JSON String
        objectMapper - Jackson ObjectMapper
        Returns:
        BulkCountryUpdate object represented by the provided JSON
      • fromJson

        public static BulkCountryUpdate fromJson​(InputStream json,
                                                 com.fasterxml.jackson.databind.ObjectMapper objectMapper)
        Converts a JSON InputStream into a BulkCountryUpdate object using the provided ObjectMapper.
        Parameters:
        json - Raw JSON InputStream
        objectMapper - Jackson ObjectMapper
        Returns:
        BulkCountryUpdate object represented by the provided JSON
      • getUpdateCount

        public final Integer getUpdateCount()
      • getUpdateRequest

        public final String getUpdateRequest()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object