Class PendingOperationErrorBuilder

java.lang.Object
com.commercetools.api.models.error.PendingOperationErrorBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<PendingOperationError>

public class PendingOperationErrorBuilder extends Object implements io.vrap.rmf.base.client.Builder<PendingOperationError>
PendingOperationErrorBuilder
Example to create an instance using the builder pattern

     PendingOperationError pendingOperationError = PendingOperationError.builder()
             .message("{message}")
             .build()