Uses of Class
com.mypurecloud.sdk.v2.model.CustomEventAttribute
Packages that use CustomEventAttribute
-
Uses of CustomEventAttribute in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CustomEventAttributeModifier and TypeMethodDescriptionThe data type of the custom attribute.The value of the custom attribute.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type CustomEventAttributeModifier and TypeMethodDescriptionAppEvent.getAttributes()AppEventRequest.getAttributes()AppEventResponse.getAttributes()Session.getAttributes()WebEvent.getAttributes()WebEventRequest.getAttributes()WebEventResponse.getAttributes()AppEvent.getTraits()AppEventRequest.getTraits()AppEventResponse.getTraits()WebEvent.getTraits()WebEventRequest.getTraits()WebEventResponse.getTraits()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type CustomEventAttributeModifier and TypeMethodDescriptionAppEvent.attributes(Map<String, CustomEventAttribute> attributes) User-defined attributes associated with a particular event.AppEventRequest.attributes(Map<String, CustomEventAttribute> attributes) User-defined attributes associated with a particular event.AppEventResponse.attributes(Map<String, CustomEventAttribute> attributes) User-defined attributes associated with a particular event.Session.attributes(Map<String, CustomEventAttribute> attributes) Attributes projected from the session's event stream.WebEvent.attributes(Map<String, CustomEventAttribute> attributes) User-defined attributes associated with a particular event.WebEventRequest.attributes(Map<String, CustomEventAttribute> attributes) User-defined attributes associated with a particular event.WebEventResponse.attributes(Map<String, CustomEventAttribute> attributes) User-defined attributes associated with a particular event.voidAppEvent.setAttributes(Map<String, CustomEventAttribute> attributes) voidAppEventRequest.setAttributes(Map<String, CustomEventAttribute> attributes) voidAppEventResponse.setAttributes(Map<String, CustomEventAttribute> attributes) voidSession.setAttributes(Map<String, CustomEventAttribute> attributes) voidWebEvent.setAttributes(Map<String, CustomEventAttribute> attributes) voidWebEventRequest.setAttributes(Map<String, CustomEventAttribute> attributes) voidWebEventResponse.setAttributes(Map<String, CustomEventAttribute> attributes) voidAppEvent.setTraits(Map<String, CustomEventAttribute> traits) voidAppEventRequest.setTraits(Map<String, CustomEventAttribute> traits) voidAppEventResponse.setTraits(Map<String, CustomEventAttribute> traits) voidWebEvent.setTraits(Map<String, CustomEventAttribute> traits) voidWebEventRequest.setTraits(Map<String, CustomEventAttribute> traits) voidWebEventResponse.setTraits(Map<String, CustomEventAttribute> traits) AppEvent.traits(Map<String, CustomEventAttribute> traits) Traits are attributes intrinsic to the customer that may be sent in selected events.AppEventRequest.traits(Map<String, CustomEventAttribute> traits) Traits are attributes intrinsic to the customer that may be sent in selected events, (e.g. email, givenName, cellPhone).AppEventResponse.traits(Map<String, CustomEventAttribute> traits) Traits are attributes intrinsic to the customer that may be sent in selected events (e.g. email, givenName, cellPhone).WebEvent.traits(Map<String, CustomEventAttribute> traits) User-defined traits associated with a particular event.WebEventRequest.traits(Map<String, CustomEventAttribute> traits) Traits are attributes intrinsic to the customer that may be sent in selected events, e.g. email, givenName, cellPhone.WebEventResponse.traits(Map<String, CustomEventAttribute> traits) Traits are attributes intrinsic to the customer that may be sent in selected events, (e.g. email, givenName, cellPhone).