SupportProfile Class

public class SupportProfile extends ResourceBaseWithLinks<StandardResourceLinks>

Partner Support Profile

Constructor Summary

Constructor Description
SupportProfile()

Method Summary

Modifier and Type Method and Description
java.lang.String getEmail()
java.lang.String getTelephone()
java.lang.String getWebsite()
void setEmail(String value)
void setTelephone(String value)
void setWebsite(String value)

Inherited Members

ResourceBase.getAttributes() ResourceBaseWithLinks<TLinks>.getLinks() ResourceBaseWithLinks<TLinks>.setLinks(TLinks value) java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructor Details

SupportProfile

public SupportProfile()

Method Details

getEmail

public String getEmail()

getTelephone

public String getTelephone()

getWebsite

public String getWebsite()

setEmail

public void setEmail(String value)

Parameters:

value

setTelephone

public void setTelephone(String value)

Parameters:

value

setWebsite

public void setWebsite(String value)

Parameters:

value

Applies to