Package ca.cdr.api.model.json
Class AvailableAuthorityJson
java.lang.Object
ca.cdr.api.model.json.AvailableAuthorityJson
- All Implemented Interfaces:
IModelJson
Represents an available authority (role or permission) that can be assigned to users
-
Field Summary
Fields inherited from interface ca.uhn.fhir.model.api.IModelJson
SENSITIVE_DATA_FILTER_NAME
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorAvailableAuthorityJson
(String theId, String theName, String theDescription, String theType) Constructor -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getName()
getType()
boolean
setArgumentDescription
(String theArgumentDescription) setArgumentFormat
(String theArgumentFormat) setArgumentOptional
(Boolean theArgumentOptional) setDescription
(String theDescription) setRequiresArgument
(boolean theRequiresArgument)
-
Constructor Details
-
AvailableAuthorityJson
public AvailableAuthorityJson()Constructor -
AvailableAuthorityJson
public AvailableAuthorityJson(@Nonnull String theId, @Nonnull String theName, @Nonnull String theDescription, @Nonnull String theType) Constructor
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getDescription
-
setDescription
-
getType
-
setType
-
isRequiresArgument
-
setRequiresArgument
-
getArgumentOptional
-
setArgumentOptional
-
getArgumentFormat
-
setArgumentFormat
-
getArgumentDescription
-
setArgumentDescription
-