public class

Sender

extends CredentialType
java.lang.Object
   ↳ com.coupa.transaction.CredentialType
     ↳ com.coupa.transaction.Sender

Class Overview

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <extension base="{}CredentialType">
       <sequence>
         <element ref="{}UserAgent"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String userAgent
[Expand]
Inherited Fields
From class com.coupa.transaction.CredentialType
Public Constructors
Sender()
Public Methods
String getUserAgent()
Gets the value of the userAgent property.
void setUserAgent(String value)
Sets the value of the userAgent property.
[Expand]
Inherited Methods
From class com.coupa.transaction.CredentialType
From class java.lang.Object

Fields

protected String userAgent

Public Constructors

public Sender ()

Public Methods

public String getUserAgent ()

Gets the value of the userAgent property.

Returns
  • possible object is String

public void setUserAgent (String value)

Sets the value of the userAgent property.

Parameters
value Allowed object is String