Uses of Enum
io.camunda.zeebe.protocol.record.value.UserType
Packages that use UserType
-
Uses of UserType in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return UserTypeModifier and TypeMethodDescriptionImmutableUserRecordValue.getUserType()UserRecordValue.getUserType()static UserTypeReturns the enum constant of this type with the specified name.static UserType[]UserType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.camunda.zeebe.protocol.record.value with parameters of type UserTypeModifier and TypeMethodDescriptionImmutableUserRecordValue.Builder.withUserType(UserType userType) Initializes the value for theuserTypeattribute.final ImmutableUserRecordValueImmutableUserRecordValue.withUserType(UserType value) Copy the current immutable object by setting a value for theuserTypeattribute.