Class ApikeyActivityUser

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

    public class ApikeyActivityUser
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    user details will be present if type is `user`.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getEmail()
      Gets the email.
      java.lang.String getIamId()
      Gets the iamId.
      java.lang.String getName()
      Gets the name.
      java.lang.String getUsername()
      Gets the username.
      • 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

      • getIamId

        public java.lang.String getIamId()
        Gets the iamId. IAMid of the user.
        Returns:
        the iamId
      • getName

        public java.lang.String getName()
        Gets the name. Name of the user.
        Returns:
        the name
      • getUsername

        public java.lang.String getUsername()
        Gets the username. Username of the user.
        Returns:
        the username
      • getEmail

        public java.lang.String getEmail()
        Gets the email. Email of the user.
        Returns:
        the email