@Generated(value="")
@ProviderType
public interface PostalAddressResource
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PostalAddressResource.Builder |
static interface |
PostalAddressResource.Factory |
static class |
PostalAddressResource.FactoryHolder |
| Modifier and Type | Method and Description |
|---|---|
static PostalAddressResource.Builder |
builder() |
Page<PostalAddress> |
getOrganizationPostalAddressesPage(java.lang.String organizationId) |
PostalAddress |
getPostalAddress(java.lang.Long postalAddressId) |
Page<PostalAddress> |
getUserAccountPostalAddressesPage(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 PostalAddressResource.Builder builder()
Page<PostalAddress> getOrganizationPostalAddressesPage(java.lang.String organizationId) throws java.lang.Exception
java.lang.ExceptionPostalAddress getPostalAddress(java.lang.Long postalAddressId) throws java.lang.Exception
java.lang.ExceptionPage<PostalAddress> getUserAccountPostalAddressesPage(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)