Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.TeamProfileProperties
-
Packages that use TeamProfileProperties Package Description org.odpi.openmetadata.accessservices.communityprofile.metadataelement org.odpi.openmetadata.accessservices.communityprofile.properties -
-
Uses of TeamProfileProperties in org.odpi.openmetadata.accessservices.communityprofile.metadataelement
Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelement that return TeamProfileProperties Modifier and Type Method Description TeamProfilePropertiesTeamProfileElement. getProperties()Return the properties from the team profile.Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelement with parameters of type TeamProfileProperties Modifier and Type Method Description voidTeamProfileElement. setProperties(TeamProfileProperties properties)Set up the properties from the team profile. -
Uses of TeamProfileProperties in org.odpi.openmetadata.accessservices.communityprofile.properties
Constructors in org.odpi.openmetadata.accessservices.communityprofile.properties with parameters of type TeamProfileProperties Constructor Description TeamProfileProperties(TeamProfileProperties template)Copy/clone Constructor - the resulting object.
-