@Generated(value="")
@ProviderType
public interface EmailAddressResource
| Modifier and Type | Interface and Description |
|---|---|
static interface |
EmailAddressResource.Builder |
static interface |
EmailAddressResource.Factory |
static class |
EmailAddressResource.FactoryHolder |
| Modifier and Type | Method and Description |
|---|---|
static EmailAddressResource.Builder |
builder() |
EmailAddress |
getEmailAddress(java.lang.Long emailAddressId) |
Page<EmailAddress> |
getOrganizationEmailAddressesPage(java.lang.String organizationId) |
Page<EmailAddress> |
getUserAccountEmailAddressesPage(java.lang.Long userAccountId) |
default void |
setContextAcceptLanguage(AcceptLanguage contextAcceptLanguage) |
void |
setContextCompany(Company contextCompany) |
default void |
setContextHttpServletRequest(javax.servlet.http.HttpServletRequest contextHttpServletRequest) |
default void |
setContextHttpServletResponse(javax.servlet.http.HttpServletResponse contextHttpServletResponse) |
default void |
setContextUriInfo(javax.ws.rs.core.UriInfo contextUriInfo) |
void |
setContextUser(User contextUser) |
static EmailAddressResource.Builder builder()
EmailAddress getEmailAddress(java.lang.Long emailAddressId) throws java.lang.Exception
java.lang.ExceptionPage<EmailAddress> getOrganizationEmailAddressesPage(java.lang.String organizationId) throws java.lang.Exception
java.lang.ExceptionPage<EmailAddress> getUserAccountEmailAddressesPage(java.lang.Long userAccountId) throws java.lang.Exception
java.lang.Exceptiondefault void setContextAcceptLanguage(AcceptLanguage contextAcceptLanguage)
void setContextCompany(Company contextCompany)
default void setContextHttpServletRequest(javax.servlet.http.HttpServletRequest contextHttpServletRequest)
default void setContextHttpServletResponse(javax.servlet.http.HttpServletResponse contextHttpServletResponse)
default void setContextUriInfo(javax.ws.rs.core.UriInfo contextUriInfo)
void setContextUser(User contextUser)