public static class ProtectionManagementResponse.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Modifier and Type | Method and Description |
---|---|
ProtectionManagementResponse.Builder |
addTokenEntries(ProtectionManagementResponseTokenEntry tokenEntries)
Adds a new element to tokenEntries.
|
ProtectionManagementResponse |
build()
Builds a ProtectionManagementResponse.
|
ProtectionManagementResponse.Builder |
tokenAppliedCounter(java.lang.String tokenAppliedCounter)
Set the tokenAppliedCounter.
|
ProtectionManagementResponse.Builder |
tokenEntries(java.util.List<ProtectionManagementResponseTokenEntry> tokenEntries)
Set the tokenEntries.
|
public ProtectionManagementResponse build()
public ProtectionManagementResponse.Builder addTokenEntries(ProtectionManagementResponseTokenEntry tokenEntries)
tokenEntries
- the new element to be addedpublic ProtectionManagementResponse.Builder tokenAppliedCounter(java.lang.String tokenAppliedCounter)
tokenAppliedCounter
- the tokenAppliedCounterpublic ProtectionManagementResponse.Builder tokenEntries(java.util.List<ProtectionManagementResponseTokenEntry> tokenEntries)
tokenEntries
- the tokenEntriesCopyright © 2025. All rights reserved.