Class GeneratedSAPDigitalPaymentClient

    • Field Detail

      • CLIENTID

        public static final java.lang.String CLIENTID
        Qualifier of the SAPDigitalPaymentClient.clientId attribute
        See Also:
        Constant Field Values
      • CLIENTSECRET

        public static final java.lang.String CLIENTSECRET
        Qualifier of the SAPDigitalPaymentClient.clientSecret attribute
        See Also:
        Constant Field Values
      • TOKENURL

        public static final java.lang.String TOKENURL
        Qualifier of the SAPDigitalPaymentClient.tokenUrl attribute
        See Also:
        Constant Field Values
      • SCOPE

        public static final java.lang.String SCOPE
        Qualifier of the SAPDigitalPaymentClient.scope attribute
        See Also:
        Constant Field Values
      • AUTHORIZEDGRANTTYPES

        public static final java.lang.String AUTHORIZEDGRANTTYPES
        Qualifier of the SAPDigitalPaymentClient.authorizedGrantTypes attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedSAPDigitalPaymentClient

        public GeneratedSAPDigitalPaymentClient()
    • Method Detail

      • getAuthorizedGrantTypes

        public java.util.Set<java.lang.String> getAuthorizedGrantTypes​(SessionContext ctx)
        Generated method - Getter of the SAPDigitalPaymentClient.authorizedGrantTypes attribute.
        Returns:
        the authorizedGrantTypes - Set of grant types for client
      • getAuthorizedGrantTypes

        public java.util.Set<java.lang.String> getAuthorizedGrantTypes()
        Generated method - Getter of the SAPDigitalPaymentClient.authorizedGrantTypes attribute.
        Returns:
        the authorizedGrantTypes - Set of grant types for client
      • setAuthorizedGrantTypes

        public void setAuthorizedGrantTypes​(SessionContext ctx,
                                            java.util.Set<java.lang.String> value)
        Generated method - Setter of the SAPDigitalPaymentClient.authorizedGrantTypes attribute.
        Parameters:
        value - the authorizedGrantTypes - Set of grant types for client
      • setAuthorizedGrantTypes

        public void setAuthorizedGrantTypes​(java.util.Set<java.lang.String> value)
        Generated method - Setter of the SAPDigitalPaymentClient.authorizedGrantTypes attribute.
        Parameters:
        value - the authorizedGrantTypes - Set of grant types for client
      • getClientId

        public java.lang.String getClientId​(SessionContext ctx)
        Generated method - Getter of the SAPDigitalPaymentClient.clientId attribute.
        Returns:
        the clientId - Client Id
      • getClientId

        public java.lang.String getClientId()
        Generated method - Getter of the SAPDigitalPaymentClient.clientId attribute.
        Returns:
        the clientId - Client Id
      • setClientId

        public void setClientId​(SessionContext ctx,
                                java.lang.String value)
        Generated method - Setter of the SAPDigitalPaymentClient.clientId attribute.
        Parameters:
        value - the clientId - Client Id
      • setClientId

        public void setClientId​(java.lang.String value)
        Generated method - Setter of the SAPDigitalPaymentClient.clientId attribute.
        Parameters:
        value - the clientId - Client Id
      • getClientSecret

        public java.lang.String getClientSecret​(SessionContext ctx)
        Generated method - Getter of the SAPDigitalPaymentClient.clientSecret attribute.
        Returns:
        the clientSecret - Client Secret
      • getClientSecret

        public java.lang.String getClientSecret()
        Generated method - Getter of the SAPDigitalPaymentClient.clientSecret attribute.
        Returns:
        the clientSecret - Client Secret
      • setClientSecret

        public void setClientSecret​(SessionContext ctx,
                                    java.lang.String value)
        Generated method - Setter of the SAPDigitalPaymentClient.clientSecret attribute.
        Parameters:
        value - the clientSecret - Client Secret
      • setClientSecret

        public void setClientSecret​(java.lang.String value)
        Generated method - Setter of the SAPDigitalPaymentClient.clientSecret attribute.
        Parameters:
        value - the clientSecret - Client Secret
      • getScope

        public java.util.Set<java.lang.String> getScope​(SessionContext ctx)
        Generated method - Getter of the SAPDigitalPaymentClient.scope attribute.
        Returns:
        the scope - Set of client scopes
      • getScope

        public java.util.Set<java.lang.String> getScope()
        Generated method - Getter of the SAPDigitalPaymentClient.scope attribute.
        Returns:
        the scope - Set of client scopes
      • setScope

        public void setScope​(SessionContext ctx,
                             java.util.Set<java.lang.String> value)
        Generated method - Setter of the SAPDigitalPaymentClient.scope attribute.
        Parameters:
        value - the scope - Set of client scopes
      • setScope

        public void setScope​(java.util.Set<java.lang.String> value)
        Generated method - Setter of the SAPDigitalPaymentClient.scope attribute.
        Parameters:
        value - the scope - Set of client scopes
      • getTokenUrl

        public java.lang.String getTokenUrl​(SessionContext ctx)
        Generated method - Getter of the SAPDigitalPaymentClient.tokenUrl attribute.
        Returns:
        the tokenUrl - Token URL for client
      • getTokenUrl

        public java.lang.String getTokenUrl()
        Generated method - Getter of the SAPDigitalPaymentClient.tokenUrl attribute.
        Returns:
        the tokenUrl - Token URL for client
      • setTokenUrl

        public void setTokenUrl​(SessionContext ctx,
                                java.lang.String value)
        Generated method - Setter of the SAPDigitalPaymentClient.tokenUrl attribute.
        Parameters:
        value - the tokenUrl - Token URL for client
      • setTokenUrl

        public void setTokenUrl​(java.lang.String value)
        Generated method - Setter of the SAPDigitalPaymentClient.tokenUrl attribute.
        Parameters:
        value - the tokenUrl - Token URL for client