Interface UserAccountResource
- All Known Implementing Classes:
UserAccountResource.UserAccountResourceImpl
@Generated("")
public interface UserAccountResource
- Generated:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptionstatic UserAccountResource.Builderbuilder()voiddeleteRoomUserAccount(Long roomId, Long userAccountId) deleteRoomUserAccountHttpResponse(Long roomId, Long userAccountId) getRoomUserAccountsPage(Long roomId, Pagination pagination) getRoomUserAccountsPageHttpResponse(Long roomId, Pagination pagination) patchRoomUserAccount(Long roomId, Long userAccountId, UserAccount userAccount) patchRoomUserAccountHttpResponse(Long roomId, Long userAccountId, UserAccount userAccount) postRoomUserAccount(Long roomId, UserAccount userAccount) postRoomUserAccountHttpResponse(Long roomId, UserAccount userAccount)
-
Method Details
-
builder
-
deleteRoomUserAccount
- Throws:
Exception
-
deleteRoomUserAccountHttpResponse
HttpInvoker.HttpResponse deleteRoomUserAccountHttpResponse(Long roomId, Long userAccountId) throws Exception - Throws:
Exception
-
getRoomUserAccountsPage
- Throws:
Exception
-
getRoomUserAccountsPageHttpResponse
HttpInvoker.HttpResponse getRoomUserAccountsPageHttpResponse(Long roomId, Pagination pagination) throws Exception - Throws:
Exception
-
patchRoomUserAccount
UserAccount patchRoomUserAccount(Long roomId, Long userAccountId, UserAccount userAccount) throws Exception - Throws:
Exception
-
patchRoomUserAccountHttpResponse
HttpInvoker.HttpResponse patchRoomUserAccountHttpResponse(Long roomId, Long userAccountId, UserAccount userAccount) throws Exception - Throws:
Exception
-
postRoomUserAccount
- Throws:
Exception
-
postRoomUserAccountHttpResponse
HttpInvoker.HttpResponse postRoomUserAccountHttpResponse(Long roomId, UserAccount userAccount) throws Exception - Throws:
Exception
-