Package com.oracle.bmc.cims.requests
Class ValidateUserRequest
- java.lang.Object
- 
- com.oracle.bmc.requests.BmcRequest<Void>
- 
- com.oracle.bmc.cims.requests.ValidateUserRequest
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20181231") public class ValidateUserRequest extends BmcRequest<Void>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/cims/ValidateUserExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ValidateUserRequest. 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classValidateUserRequest.Builder
 - 
Constructor SummaryConstructors Constructor Description ValidateUserRequest()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ValidateUserRequest.Builderbuilder()Return a new builder for this request object.booleanequals(Object o)Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.StringgetBearertoken()Token that provided by multi cloud provider, which help to validate the email.StringgetBearertokentype()Token type that determine which cloud provider the request come from.StringgetCsi()The Customer Support Identifier (CSI) number associated with the support account.StringgetDomainid()The OCID of identity domain.StringgetHomeregion()The region of the tenancy.StringgetIdtoken()IdToken that provided by multi cloud provider, which help to validate the email.StringgetOcid()User OCID for Oracle Identity Cloud Service (IDCS) users who also have a federated Oracle Cloud Infrastructure account.StringgetOpcRequestId()Unique Oracle-assigned identifier for the request.ProblemTypegetProblemType()The kind of support request.inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.ValidateUserRequest.BuildertoBuilder()Return an instance ofValidateUserRequest.Builderthat allows you to modify request properties.StringtoString()- 
Methods inherited from class com.oracle.bmc.requests.BmcRequestgetBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
 
- 
 
- 
- 
- 
Method Detail- 
getCsipublic String getCsi() The Customer Support Identifier (CSI) number associated with the support account.The CSI is optional for all support request types. 
 - 
getOpcRequestIdpublic String getOpcRequestId() Unique Oracle-assigned identifier for the request.If you need to contact Oracle about a particular request, please provide the request ID. 
 - 
getProblemTypepublic ProblemType getProblemType() The kind of support request.
 - 
getOcidpublic String getOcid() User OCID for Oracle Identity Cloud Service (IDCS) users who also have a federated Oracle Cloud Infrastructure account.User OCID is mandatory for OCI Users and optional for Multicloud users. 
 - 
getHomeregionpublic String getHomeregion() The region of the tenancy.
 - 
getBearertokentypepublic String getBearertokentype() Token type that determine which cloud provider the request come from.
 - 
getBearertokenpublic String getBearertoken() Token that provided by multi cloud provider, which help to validate the email.
 - 
getIdtokenpublic String getIdtoken() IdToken that provided by multi cloud provider, which help to validate the email.
 - 
getDomainidpublic String getDomainid() The OCID of identity domain.DomainID is mandatory if the user is part of Non Default Identity domain. 
 - 
toBuilderpublic ValidateUserRequest.Builder toBuilder() Return an instance ofValidateUserRequest.Builderthat allows you to modify request properties.- Returns:
- instance of ValidateUserRequest.Builderthat allows you to modify request properties.
 
 - 
builderpublic static ValidateUserRequest.Builder builder() Return a new builder for this request object.- Returns:
- builder for the request object
 
 - 
equalspublic boolean equals(Object o) Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.- Overrides:
- equalsin class- BmcRequest<Void>
 
 - 
hashCodepublic int hashCode() Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
- hashCodein class- BmcRequest<Void>
 
 
- 
 
-