Uses of Class
com.oracle.bmc.identitydomains.model.MappedAttribute.Direction
-
Packages that use MappedAttribute.Direction Package Description com.oracle.bmc.identitydomains.model -
-
Uses of MappedAttribute.Direction in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return MappedAttribute.Direction Modifier and Type Method Description static MappedAttribute.DirectionMappedAttribute.Direction. create(String key)MappedAttribute.DirectionMappedAttribute. getDirection()Direction of the attribute mapping.static MappedAttribute.DirectionMappedAttribute.Direction. valueOf(String name)Returns the enum constant of this type with the specified name.static MappedAttribute.Direction[]MappedAttribute.Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identitydomains.model with parameters of type MappedAttribute.Direction Modifier and Type Method Description MappedAttribute.BuilderMappedAttribute.Builder. direction(MappedAttribute.Direction direction)Direction of the attribute mapping.Constructors in com.oracle.bmc.identitydomains.model with parameters of type MappedAttribute.Direction Constructor Description MappedAttribute(String id, String ocid, List<String> schemas, Meta meta, IdcsCreatedBy idcsCreatedBy, IdcsLastModifiedBy idcsLastModifiedBy, List<IdcsPreventedOperations> idcsPreventedOperations, List<Tags> tags, Boolean deleteInProgress, String idcsLastUpgradedInRelease, String domainOcid, String compartmentOcid, String tenancyOcid, MappedAttribute.IdcsResourceType idcsResourceType, MappedAttribute.RefResourceType refResourceType, String refResourceID, MappedAttribute.Direction direction, List<MappedAttributeAttributeMappings> attributeMappings)Deprecated.
-