Uses of Class
dev.cdevents.constants.CDEventConstants.SubjectType
-
Packages that use CDEventConstants.SubjectType Package Description dev.cdevents.constants Copyright 2022-Present https://cdevents.dev/ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.dev.cdevents.models Copyright 2022-Present https://cdevents.dev/ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. -
-
Uses of CDEventConstants.SubjectType in dev.cdevents.constants
Methods in dev.cdevents.constants that return CDEventConstants.SubjectType Modifier and Type Method Description static CDEventConstants.SubjectTypeCDEventConstants.SubjectType. valueOf(String name)Returns the enum constant of this type with the specified name.static CDEventConstants.SubjectType[]CDEventConstants.SubjectType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CDEventConstants.SubjectType in dev.cdevents.models
Methods in dev.cdevents.models that return CDEventConstants.SubjectType Modifier and Type Method Description CDEventConstants.SubjectTypeSubject. getType()Methods in dev.cdevents.models with parameters of type CDEventConstants.SubjectType Modifier and Type Method Description voidSubject. setType(CDEventConstants.SubjectType type)
-