public class Providerpropertytype extends Reference
providerpropertytype asset type in IGC, displayed as 'ProviderPropertyType' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected ItemList<Directoryproviderproperty> |
hasDirectoryProviderProperty |
protected String |
name |
protected String |
propertyType
Valid values are:
USER (displayed in the UI as 'USER')
USER_GROUP (displayed in the UI as 'USER_GROUP')
ROLE (displayed in the UI as 'ROLE')
CONNECTION (displayed in the UI as 'CONNECTION')
|
| Constructor and Description |
|---|
Providerpropertytype() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Retrieve the
description property (displayed as 'Description') of the object. |
ItemList<Directoryproviderproperty> |
getHasDirectoryProviderProperty()
Retrieve the
has_directory_provider_property property (displayed as 'Has Directory Provider Property') of the object. |
String |
getPropertyType()
Retrieve the
property_type property (displayed as 'Property Type') of the object. |
String |
getTheName()
Retrieve the
name property (displayed as 'Name') of the object. |
void |
setDescription(String description)
Set the
description property (displayed as Description) of the object. |
void |
setHasDirectoryProviderProperty(ItemList<Directoryproviderproperty> hasDirectoryProviderProperty)
Set the
has_directory_provider_property property (displayed as Has Directory Provider Property) of the object. |
void |
setPropertyType(String propertyType)
Set the
property_type property (displayed as Property Type) of the object. |
void |
setTheName(String name)
Set the
name property (displayed as Name) of the object. |
areModificationDetailsPopulated, getContext, getCreatedBy, getCreatedOn, getId, getIdentity, getModifiedBy, getModifiedOn, getName, getNotes, getType, getUrl, isEmbeddedAsset, isFullyRetrieved, isIdentityPopulated, isSimpleType, isVirtualAsset, setContext, setCreatedBy, setCreatedOn, setFullyRetrieved, setId, setModifiedBy, setModifiedOn, setName, setNotes, setType, setUrltoStringprotected String description
protected ItemList<Directoryproviderproperty> hasDirectoryProviderProperty
protected String name
protected String propertyType
public String getDescription()
description property (displayed as 'Description') of the object.Stringpublic void setDescription(String description)
description property (displayed as Description) of the object.description - the value to setpublic ItemList<Directoryproviderproperty> getHasDirectoryProviderProperty()
has_directory_provider_property property (displayed as 'Has Directory Provider Property') of the object.ItemList<Directoryproviderproperty>public void setHasDirectoryProviderProperty(ItemList<Directoryproviderproperty> hasDirectoryProviderProperty)
has_directory_provider_property property (displayed as Has Directory Provider Property) of the object.hasDirectoryProviderProperty - the value to setpublic String getTheName()
name property (displayed as 'Name') of the object.Stringpublic void setTheName(String name)
name property (displayed as Name) of the object.name - the value to setpublic String getPropertyType()
property_type property (displayed as 'Property Type') of the object.Stringpublic void setPropertyType(String propertyType)
property_type property (displayed as Property Type) of the object.propertyType - the value to setCopyright © 2018–2021 ODPi. All rights reserved.