Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.TeamProfileProperties
-
Packages that use TeamProfileProperties Package Description org.odpi.openmetadata.accessservices.communityprofile.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.communityprofile.properties These beans describe the core properties that are passed to the server to create and update metadata. -
-
Uses of TeamProfileProperties in org.odpi.openmetadata.accessservices.communityprofile.metadataelements
Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements that return TeamProfileProperties Modifier and Type Method Description TeamProfilePropertiesTeamProfileElement. getProperties()Return the properties from the team profile.Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements 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.
-