Class UpdateProfileOptions

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class UpdateProfileOptions
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    The updateProfile options.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String description()
      Gets the description.
      java.lang.String email()
      Gets the email.
      java.lang.String ifMatch()
      Gets the ifMatch.
      java.lang.String name()
      Gets the name.
      UpdateProfileOptions.Builder newBuilder()
      New builder.
      java.lang.String profileId()
      Gets the profileId.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • 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