Uses of Class
com.oracle.bmc.identitydomains.model.MappedAttribute
-
Packages that use MappedAttribute Package Description com.oracle.bmc.identitydomains.model com.oracle.bmc.identitydomains.requests com.oracle.bmc.identitydomains.responses -
-
Uses of MappedAttribute in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return MappedAttribute Modifier and Type Method Description MappedAttributeMappedAttribute.Builder. build()Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type MappedAttribute Modifier and Type Method Description List<MappedAttribute>MappedAttributes. getResources()A multi-valued list of complex objects containing the requested resources.Methods in com.oracle.bmc.identitydomains.model with parameters of type MappedAttribute Modifier and Type Method Description MappedAttribute.BuilderMappedAttribute.Builder. copy(MappedAttribute model)Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type MappedAttribute Modifier and Type Method Description MappedAttributes.BuilderMappedAttributes.Builder. resources(List<MappedAttribute> resources)A multi-valued list of complex objects containing the requested resources. -
Uses of MappedAttribute in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return MappedAttribute Modifier and Type Method Description MappedAttributePutMappedAttributeRequest. getBody$()Alternative accessor for the body parameter.MappedAttributePutMappedAttributeRequest. getMappedAttribute()Replace the current instance of MappedAttribute with provided payload.Methods in com.oracle.bmc.identitydomains.requests with parameters of type MappedAttribute Modifier and Type Method Description PutMappedAttributeRequest.BuilderPutMappedAttributeRequest.Builder. body$(MappedAttribute body)Alternative setter for the body parameter.PutMappedAttributeRequest.BuilderPutMappedAttributeRequest.Builder. mappedAttribute(MappedAttribute mappedAttribute)Replace the current instance of MappedAttribute with provided payload. -
Uses of MappedAttribute in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return MappedAttribute Modifier and Type Method Description MappedAttributeGetMappedAttributeResponse. getMappedAttribute()The returned MappedAttribute instance.MappedAttributePatchMappedAttributeResponse. getMappedAttribute()The returned MappedAttribute instance.MappedAttributePutMappedAttributeResponse. getMappedAttribute()The returned MappedAttribute instance.Methods in com.oracle.bmc.identitydomains.responses with parameters of type MappedAttribute Modifier and Type Method Description GetMappedAttributeResponse.BuilderGetMappedAttributeResponse.Builder. mappedAttribute(MappedAttribute mappedAttribute)The returned MappedAttribute instance.PatchMappedAttributeResponse.BuilderPatchMappedAttributeResponse.Builder. mappedAttribute(MappedAttribute mappedAttribute)The returned MappedAttribute instance.PutMappedAttributeResponse.BuilderPutMappedAttributeResponse.Builder. mappedAttribute(MappedAttribute mappedAttribute)The returned MappedAttribute instance.
-