Uses of Enum Class
com.mypurecloud.sdk.v2.model.Note.EntityTypeEnum
Packages that use Note.EntityTypeEnum
-
Uses of Note.EntityTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return Note.EntityTypeEnumModifier and TypeMethodDescriptionstatic Note.EntityTypeEnumNote.EntityTypeEnum.fromString(String key) Note.getEntityType()static Note.EntityTypeEnumReturns the enum constant of this class with the specified name.static Note.EntityTypeEnum[]Note.EntityTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type Note.EntityTypeEnumModifier and TypeMethodDescriptionNote.entityType(Note.EntityTypeEnum entityType) This is only need to be set when using Bulk API.voidNote.setEntityType(Note.EntityTypeEnum entityType)