Uses of Class
org.odpi.openmetadata.accessservices.devops.properties.ProfileIdentityProperties
-
Packages that use ProfileIdentityProperties Package Description org.odpi.openmetadata.accessservices.devops.metadataelements org.odpi.openmetadata.accessservices.devops.properties org.odpi.openmetadata.accessservices.devops.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of ProfileIdentityProperties in org.odpi.openmetadata.accessservices.devops.metadataelements
Methods in org.odpi.openmetadata.accessservices.devops.metadataelements that return ProfileIdentityProperties Modifier and Type Method Description ProfileIdentityPropertiesProfileIdentityElement. getProfileIdentity()Return the properties from the profile identity relationship.Methods in org.odpi.openmetadata.accessservices.devops.metadataelements with parameters of type ProfileIdentityProperties Modifier and Type Method Description voidProfileIdentityElement. setProfileIdentity(ProfileIdentityProperties profileIdentity)Set up the properties from the profile identity relationship. -
Uses of ProfileIdentityProperties in org.odpi.openmetadata.accessservices.devops.properties
Constructors in org.odpi.openmetadata.accessservices.devops.properties with parameters of type ProfileIdentityProperties Constructor Description ProfileIdentityProperties(ProfileIdentityProperties template)Copy/clone constructor -
Uses of ProfileIdentityProperties in org.odpi.openmetadata.accessservices.devops.rest
Methods in org.odpi.openmetadata.accessservices.devops.rest that return ProfileIdentityProperties Modifier and Type Method Description ProfileIdentityPropertiesProfileIdentityRequestBody. getProperties()Return the properties for this profile identity.Methods in org.odpi.openmetadata.accessservices.devops.rest with parameters of type ProfileIdentityProperties Modifier and Type Method Description voidProfileIdentityRequestBody. setProperties(ProfileIdentityProperties properties)Set up the properties for this profile identity.
-