public static class ReplicatedIndexOperationDTO.Builder extends Object
Constructor and Description |
---|
Builder() |
Builder(ReplicatedIndexOperationDTO replicatedIndexOperationDTO) |
Modifier and Type | Method and Description |
---|---|
ReplicatedIndexOperationDTO.Builder |
affectedIds(String affectedIds) |
ReplicatedIndexOperationDTO.Builder |
affectedIndex(String affectedIndex) |
ReplicatedIndexOperationDTO |
build() |
ReplicatedIndexOperationDTO.Builder |
entityType(String entityType) |
ReplicatedIndexOperationDTO.Builder |
filename(String filename) |
ReplicatedIndexOperationDTO.Builder |
id(Long id) |
ReplicatedIndexOperationDTO.Builder |
indexTime(Timestamp indexTime) |
ReplicatedIndexOperationDTO.Builder |
nodeId(String nodeId) |
ReplicatedIndexOperationDTO.Builder |
operation(String operation) |
ReplicatedIndexOperationDTO.Builder |
versions(String versions) |
public Builder()
public Builder(ReplicatedIndexOperationDTO replicatedIndexOperationDTO)
public ReplicatedIndexOperationDTO build()
public ReplicatedIndexOperationDTO.Builder id(Long id)
public ReplicatedIndexOperationDTO.Builder indexTime(Timestamp indexTime)
public ReplicatedIndexOperationDTO.Builder nodeId(String nodeId)
public ReplicatedIndexOperationDTO.Builder affectedIndex(String affectedIndex)
public ReplicatedIndexOperationDTO.Builder entityType(String entityType)
public ReplicatedIndexOperationDTO.Builder affectedIds(String affectedIds)
public ReplicatedIndexOperationDTO.Builder operation(String operation)
public ReplicatedIndexOperationDTO.Builder filename(String filename)
public ReplicatedIndexOperationDTO.Builder versions(String versions)
Copyright © 2002-2022 Atlassian. All Rights Reserved.