All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.beimin.eveapi.parser.character.CharContactListParser Maven / Gradle / Ivy

There is a newer version: 7.0.4
Show newest version
package com.beimin.eveapi.parser.character;

import com.beimin.eveapi.parser.ApiPath;
import com.beimin.eveapi.parser.shared.AbstractContactListParser;
import com.beimin.eveapi.response.character.ContactListResponse;

public class CharContactListParser extends AbstractContactListParser {
    public CharContactListParser() {
        super(ContactListResponse.class, ApiPath.CHARACTER);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy