LegalBusinessProfile Class
- java.
lang. Object - com.
microsoft. store. partnercenter. models. ResourceBase - com.
microsoft. store. partnercenter. models. ResourceBaseWithLinks<TLinks> - com.
microsoft. store. partnercenter. models. partners. LegalBusinessProfile
- com.
- com.
- com.
public class LegalBusinessProfile extends ResourceBaseWithLinks<StandardResourceLinks>
The legal business profile.
Constructor Summary
| Constructor | Description |
|---|---|
| LegalBusinessProfile() |
Initializes a new instance of the Legal |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Address | getAddress() |
| Address | getCompanyApproverAddress() |
| java.lang.String | getCompanyApproverEmail() |
| java.lang.String | getCompanyName() |
| Contact | getPrimaryContact() |
|
Vetting |
getVettingStatus() |
|
Vetting |
getVettingSubStatus() |
| void | setAddress(Address value) |
| void | setCompanyApproverAddress(Address value) |
| void | setCompanyApproverEmail(String value) |
| void | setCompanyName(String value) |
| void | setPrimaryContact(Contact value) |
| void | setVettingStatus(VettingStatus value) |
| void | setVettingSubStatus(VettingSubStatus value) |
Inherited Members
Constructor Details
LegalBusinessProfile
public LegalBusinessProfile()
Initializes a new instance of the LegalBusinessProfile class.
Method Details
getAddress
public Address getAddress()
getCompanyApproverAddress
public Address getCompanyApproverAddress()
getCompanyApproverEmail
public String getCompanyApproverEmail()
getCompanyName
public String getCompanyName()
getPrimaryContact
public Contact getPrimaryContact()
getVettingStatus
public VettingStatus getVettingStatus()
getVettingSubStatus
public VettingSubStatus getVettingSubStatus()
setAddress
public void setAddress(Address value)
Parameters:
setCompanyApproverAddress
public void setCompanyApproverAddress(Address value)
Parameters:
setCompanyApproverEmail
public void setCompanyApproverEmail(String value)
Parameters:
setCompanyName
public void setCompanyName(String value)
Parameters:
setPrimaryContact
public void setPrimaryContact(Contact value)
Parameters:
setVettingStatus
public void setVettingStatus(VettingStatus value)
Parameters:
setVettingSubStatus
public void setVettingSubStatus(VettingSubStatus value)
Parameters: