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

com.cloudconvert.client.setttings.PropertySettingsProvider Maven / Gradle / Ivy

Go to download

CloudConvert is an online file converter API - more than 200 different audio, video, document, ebook, archive, image, spreadsheet and presentation formats supported.

There is a newer version: 1.2.1
Show newest version
package com.cloudconvert.client.setttings;

import org.jetbrains.annotations.NotNull;

import java.util.Properties;

public class PropertySettingsProvider extends AbstractSettingsProvider {

    public PropertySettingsProvider(
        @NotNull final Properties properties
    ) {
        super(properties.getProperty(API_KEY), properties.getProperty(WEBHOOK_SIGNING_SECRET), properties.getProperty(USE_SANDBOX));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy