Package com.docusign.admin.api
Class UsersApi.GetUserDSProfileOptions
- java.lang.Object
-
- com.docusign.admin.api.UsersApi.GetUserDSProfileOptions
-
-
Constructor Summary
Constructors Constructor Description GetUserDSProfileOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetIncludeLicense()getIncludeLicense method.BooleangetSort()getSort method.voidsetIncludeLicense(Boolean includeLicense)setIncludeLicense method.voidsetSort(Boolean sort)setSort method.
-
-
-
Method Detail
-
setSort
public void setSort(Boolean sort)
setSort method.
-
getSort
public Boolean getSort()
getSort method.- Returns:
- Boolean
-
setIncludeLicense
public void setIncludeLicense(Boolean includeLicense)
setIncludeLicense method.
-
getIncludeLicense
public Boolean getIncludeLicense()
getIncludeLicense method.- Returns:
- Boolean
-
-