Interface GetUsersCountResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetUsersCountResponse.Builder,,GetUsersCountResponse> SdkBuilder<GetUsersCountResponse.Builder,,GetUsersCountResponse> SdkPojo,SdkResponse.Builder,WickrResponse.Builder
- Enclosing class:
GetUsersCountResponse
@Mutable
@NotThreadSafe
public static interface GetUsersCountResponse.Builder
extends WickrResponse.Builder, SdkPojo, CopyableBuilder<GetUsersCountResponse.Builder,GetUsersCountResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe number of users with active status in the network.The number of users with pending status (invited but not yet accepted).The number of users who have rejected network invitations.The number of additional users that can be added to the network while maintaining premium free trial eligibility.The total number of users in the network (active and pending combined).Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.wickr.model.WickrResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
pending
The number of users with pending status (invited but not yet accepted).
- Parameters:
pending- The number of users with pending status (invited but not yet accepted).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
active
The number of users with active status in the network.
- Parameters:
active- The number of users with active status in the network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rejected
The number of users who have rejected network invitations.
- Parameters:
rejected- The number of users who have rejected network invitations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
remaining
The number of additional users that can be added to the network while maintaining premium free trial eligibility.
- Parameters:
remaining- The number of additional users that can be added to the network while maintaining premium free trial eligibility.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
total
The total number of users in the network (active and pending combined).
- Parameters:
total- The total number of users in the network (active and pending combined).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-