Builder

public class Builder

A builder for ActorRequestFactory.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
public UserId actor
Link copied to clipboard
public TenantId tenantId
Link copied to clipboard
public ZoneId zoneId
Link copied to clipboard
public ZoneOffset zoneOffset

Functions

Link copied to clipboard
Ensures that all the Builder parameters are set properly.
Link copied to clipboard
public UserId getActor()
Link copied to clipboard
public TenantId getTenantId()
Obtains the ID of the tenant in a multi-tenant application to which the actor belongs.
Link copied to clipboard
public ZoneId getZoneId()
Obtains the zone ID set in the builder.
Link copied to clipboard
public ZoneOffset getZoneOffset()
Obtains the zone offset set in the builder.
Link copied to clipboard
public ActorRequestFactory.Builder setActor(UserId actor)
Sets the ID for the user generating commands.
Link copied to clipboard
public ActorRequestFactory.Builder setTenantId(TenantId tenantId)
Sets the ID of a tenant in a multi-tenant application to which the actor belongs.
Link copied to clipboard
public ActorRequestFactory.Builder setZoneId(ZoneId zoneId)
Sets the ID of the time zone in which the user works.
Link copied to clipboard
public ActorRequestFactory.Builder setZoneOffset(ZoneOffset zoneOffset)
Sets the offset of the time zone in which the user works.