com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Class Metered



  • public class Metered
    extends Object

    Provides methods to set metered key.


      In this example, an attempt will be made to set metered public and private key
      the component jar file:
      
     Metered metered = new Metered();
     metered.setMeteredKey("PublicKey", "PrivateKey");
     
      
    • Constructor Detail

      • Metered

        public Metered()
    • Method Detail

      • resetMeteredKey

        public final void resetMeteredKey()

        Removes previously setup license.

      • setMeteredKey

        public final void setMeteredKey(String publicKey,
                                        String privateKey)
                                 throws Exception

        Sets the metered public and private keys.

        Parameters:
        publicKey - The public key.
        privateKey - The private key.
        Throws:
        Exception