Package com.docusign.admin.api
Class UsersApi.GetUserProfilesOptions
- java.lang.Object
-
- com.docusign.admin.api.UsersApi.GetUserProfilesOptions
-
-
Constructor Summary
Constructors Constructor Description GetUserProfilesOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEmail()getEmail method.BooleangetIncludeLicense()getIncludeLicense method.voidsetEmail(String email)setEmail method.voidsetIncludeLicense(Boolean includeLicense)setIncludeLicense method.
-
-
-
Method Detail
-
setEmail
public void setEmail(String email)
setEmail method.
-
getEmail
public String getEmail()
getEmail method.- Returns:
- String
-
setIncludeLicense
public void setIncludeLicense(Boolean includeLicense)
setIncludeLicense method.
-
getIncludeLicense
public Boolean getIncludeLicense()
getIncludeLicense method.- Returns:
- Boolean
-
-