Class ClientLoggingImpl

java.lang.Object
com.commercetools.api.models.common.ClientLoggingImpl
All Implemented Interfaces:
ClientLogging, io.vrap.rmf.base.client.ModelBase

public class ClientLoggingImpl extends Object implements ClientLogging, io.vrap.rmf.base.client.ModelBase

These objects represent information about which API Client created or modified a resource. For more information, see Client Logging.

  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.vrap.rmf.base.client.ModelBase

    io.vrap.rmf.base.client.ModelBase.FilteredRecursiveToStringStyle
  • Constructor Summary

    Constructors
    Constructor
    Description
    create empty instance
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    Indicates that the resource was modified during an anonymous session with the logged ID.
    Indicates the Customer who created or modified the resource in the context of a Business Unit.
    id of the API Client which created the resource.
    Indicates the Customer who modified the resource using a token from the password flow.
    External user ID provided by X-External-User-ID HTTP Header.
    int
     
    void
    setAnonymousId(String anonymousId)
    Indicates that the resource was modified during an anonymous session with the logged ID.
    void
    Indicates the Customer who created or modified the resource in the context of a Business Unit.
    void
    setClientId(String clientId)
    id of the API Client which created the resource.
    void
    Indicates the Customer who modified the resource using a token from the password flow.
    void
    setExternalUserId(String externalUserId)
    External user ID provided by X-External-User-ID HTTP Header.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.commercetools.api.models.common.ClientLogging

    withClientLogging

    Methods inherited from interface io.vrap.rmf.base.client.ModelBase

    reflectionString, reflectionString