ICustomerUserCollection Interface
Implements
public interface ICustomerUserCollection extends IPartnerComponentString, IEntityCreateOperations<CustomerUser,CustomerUser>, IEntireEntityCollectionRetrievalOperations<CustomerUser,SeekBasedResourceCollection<CustomerUser>>
Represents the behavior of the customers users
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
ICustomer |
byId(String userId)
Gets a single customer user operations. |
|
abstract
Customer |
create(CustomerUser newEntity)
Create a new user for the customer. |
|
abstract
Seek |
get()
Retrieves all the customer users. |
|
abstract
Seek |
query(IQuery customerUsersQuery)
Queries users associated to the customer. |
Method Details
byId
public abstract ICustomerUser byId(String userId)
Gets a single customer user operations.
Parameters:
Returns:
create
public abstract CustomerUser create(CustomerUser newEntity)
Create a new user for the customer.
Parameters:
Returns:
get
public abstract SeekBasedResourceCollection
Retrieves all the customer users.
Returns:
query
public abstract SeekBasedResourceCollection
Queries users associated to the customer. - Count queries are not supported by this operation. - You can set page size, filter and sort option. - You can navigate to other pages by specifying a seek query with the seek operation and the continuation token sent by the previous operation.
Parameters:
Returns: