Class UpdateProfileOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.UpdateProfileOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateProfileOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe updateProfile options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateProfileOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringdescription()Gets the description.java.lang.Stringemail()Gets the email.java.lang.StringifMatch()Gets the ifMatch.java.lang.Stringname()Gets the name.UpdateProfileOptions.BuildernewBuilder()New builder.java.lang.StringprofileId()Gets the profileId.
-
-
-
Method Detail
-
newBuilder
public UpdateProfileOptions.Builder newBuilder()
New builder.- Returns:
- a UpdateProfileOptions builder
-
profileId
public java.lang.String profileId()
Gets the profileId. ID of the trusted profile to be updated.- Returns:
- the profileId
-
ifMatch
public java.lang.String ifMatch()
Gets the ifMatch. Version of the trusted profile to be updated. Specify the version that you retrived when reading list of trusted profiles. This value helps to identify any parallel usage of trusted profile. Pass * to indicate to update any version available. This might result in stale updates.- Returns:
- the ifMatch
-
name
public java.lang.String name()
Gets the name. The name of the trusted profile to update. If specified in the request the parameter must not be empty. The name is checked for uniqueness. Failure to this will result in an Error condition.- Returns:
- the name
-
description
public java.lang.String description()
Gets the description. The description of the trusted profile to update. If specified an empty description will clear the description of the trusted profile. If a non empty value is provided the trusted profile will be updated.- Returns:
- the description
-
email
public java.lang.String email()
Gets the email. The email of the profile to update. If specified an empty email will clear the email of the profile. If an non empty value is provided the trusted profile will be updated.- Returns:
- the email
-
-