withGuestId

public Client.Builder withGuestId(UserId guestUser)

Assigns the ID of the user for performing requests on behalf of non-logged in user.

If the not set directly, the value "guest" will be used.

Parameters

guestUser

non-null and non-default value


public Client.Builder withGuestId(String guestUser)

Assigns the ID of the user for performing requests on behalf of non-logged in user.

If the not set directly, the value "guest" will be used.

Parameters

guestUser

non-null and not empty or a blank value