Class PartnerManagement


  • public class PartnerManagement
    extends com.ibm.cloud.sdk.core.service.BaseService
    The Partner Management APIs enable you to manage the IBM Cloud partner entities and fetch multiple reports in different formats. API Version: 1.0.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DEFAULT_SERVICE_NAME
      Default service name used when configuring the `PartnerManagement` client.
      static java.lang.String DEFAULT_SERVICE_URL
      Default service endpoint URL.
      • Fields inherited from class com.ibm.cloud.sdk.core.service.BaseService

        PROPNAME_DISABLE_SSL, PROPNAME_ENABLE_GZIP, PROPNAME_ENABLE_RETRIES, PROPNAME_MAX_RETRIES, PROPNAME_RETRY_INTERVAL, PROPNAME_URL
    • Constructor Summary

      Constructors 
      Constructor Description
      PartnerManagement​(java.lang.String serviceName, com.ibm.cloud.sdk.core.security.Authenticator authenticator)
      Constructs an instance of the `PartnerManagement` client.
    • Field Detail

      • DEFAULT_SERVICE_NAME

        public static final java.lang.String DEFAULT_SERVICE_NAME
        Default service name used when configuring the `PartnerManagement` client.
        See Also:
        Constant Field Values
      • DEFAULT_SERVICE_URL

        public static final java.lang.String DEFAULT_SERVICE_URL
        Default service endpoint URL.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PartnerManagement

        public PartnerManagement​(java.lang.String serviceName,
                                 com.ibm.cloud.sdk.core.security.Authenticator authenticator)
        Constructs an instance of the `PartnerManagement` client. The specified service name and authenticator are used to configure the client instance.
        Parameters:
        serviceName - the service name to be used when configuring the client instance
        authenticator - the Authenticator instance to be configured for this client
    • Method Detail

      • newInstance

        public static PartnerManagement newInstance()
        Class method which constructs an instance of the `PartnerManagement` client. The default service name is used to configure the client instance.
        Returns:
        an instance of the `PartnerManagement` client using external configuration
      • newInstance

        public static PartnerManagement newInstance​(java.lang.String serviceName)
        Class method which constructs an instance of the `PartnerManagement` client. The specified service name is used to configure the client instance.
        Parameters:
        serviceName - the service name to be used when configuring the client instance
        Returns:
        an instance of the `PartnerManagement` client using external configuration