-
public class Composer.Endpoint.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final Composer.EndpointSANDBOXpublic final Composer.EndpointPRODUCTIONpublic final Composer.EndpointPRODUCTION_AUSTRALIApublic final Composer.EndpointPRODUCTION_ASIA_PACIFICpublic final Composer.EndpointPRODUCTION_EUROPEpublic final static Composer.Endpoint.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final Composer.EndpointgetSANDBOX()Sandbox endpoint final Composer.EndpointgetPRODUCTION()Default production endpoint final Composer.EndpointgetPRODUCTION_AUSTRALIA()Australia production endpoint final Composer.EndpointgetPRODUCTION_ASIA_PACIFIC()Asia/Pacific production endpoint final Composer.EndpointgetPRODUCTION_EUROPE()Europe production endpoint -
-
Method Detail
-
getSANDBOX
final Composer.Endpoint getSANDBOX()
Sandbox endpoint
-
getPRODUCTION
final Composer.Endpoint getPRODUCTION()
Default production endpoint
-
getPRODUCTION_AUSTRALIA
final Composer.Endpoint getPRODUCTION_AUSTRALIA()
Australia production endpoint
-
getPRODUCTION_ASIA_PACIFIC
final Composer.Endpoint getPRODUCTION_ASIA_PACIFIC()
Asia/Pacific production endpoint
-
getPRODUCTION_EUROPE
final Composer.Endpoint getPRODUCTION_EUROPE()
Europe production endpoint
-
-
-
-