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

travel.wink.wise.partner.client.params.ProfileId Maven / Gradle / Ivy

The newest version!
package travel.wink.wise.partner.client.params;

/**
 * The type Profile id.
 */
public final class ProfileId extends Parameter {

    /**
     * Instantiates a new Profile id.
     *
     * @param profile the profile
     */
    public ProfileId(final Long profile) {
        super(profile.toString());
    }

    @Override
    public String key() {
        return "profile";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy