public static class InstallationError.Builder extends Object
Modifier and Type | Method and Description |
---|---|
InstallationError |
build() |
InstallationError.Builder |
withError(PackageError error) |
InstallationError.Builder |
withLocale(String locale) |
InstallationError.Builder |
withPackageId(String packageId) |
InstallationError.Builder |
withRequestId(String requestId) |
InstallationError.Builder |
withTimestamp(OffsetDateTime timestamp) |
InstallationError.Builder |
withVersion(String version) |
public InstallationError.Builder withRequestId(String requestId)
public InstallationError.Builder withTimestamp(OffsetDateTime timestamp)
public InstallationError.Builder withLocale(String locale)
public InstallationError.Builder withPackageId(String packageId)
public InstallationError.Builder withVersion(String version)
public InstallationError.Builder withError(PackageError error)
public InstallationError build()
Copyright © 2023. All rights reserved.