Package com.docusign.admin.api
Class OrgConnectApi.GetOrganizationConnectConfigsOptions
- java.lang.Object
-
- com.docusign.admin.api.OrgConnectApi.GetOrganizationConnectConfigsOptions
-
- Enclosing class:
- OrgConnectApi
public class OrgConnectApi.GetOrganizationConnectConfigsOptions extends Object
GetOrganizationConnectConfigsOptions Class.
-
-
Constructor Summary
Constructors Constructor Description GetOrganizationConnectConfigsOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UUIDgetAccountId()getAccountId method.BooleangetAllowEnvelopePublish()getAllowEnvelopePublish method.StringgetQ()getQ method.IntegergetSiteId()getSiteId method.StringgetSortBy()getSortBy method.voidsetAccountId(UUID accountId)setAccountId method.voidsetAllowEnvelopePublish(Boolean allowEnvelopePublish)setAllowEnvelopePublish method.voidsetQ(String q)setQ method.voidsetSiteId(Integer siteId)setSiteId method.voidsetSortBy(String sortBy)setSortBy method.
-
-
-
Method Detail
-
setSortBy
public void setSortBy(String sortBy)
setSortBy method.
-
getSortBy
public String getSortBy()
getSortBy method.- Returns:
- String
-
setSiteId
public void setSiteId(Integer siteId)
setSiteId method.
-
getSiteId
public Integer getSiteId()
getSiteId method.- Returns:
- Integer
-
setAccountId
public void setAccountId(UUID accountId)
setAccountId method.
-
getAccountId
public UUID getAccountId()
getAccountId method.- Returns:
- java.util.UUID
-
setAllowEnvelopePublish
public void setAllowEnvelopePublish(Boolean allowEnvelopePublish)
setAllowEnvelopePublish method.
-
getAllowEnvelopePublish
public Boolean getAllowEnvelopePublish()
getAllowEnvelopePublish method.- Returns:
- Boolean
-
setQ
public void setQ(String q)
setQ method.
-
getQ
public String getQ()
getQ method.- Returns:
- String
-
-