Class UsersMetadata

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

    public class UsersMetadata
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Users metadata.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      UsersMetadata.Builder newBuilder()
      New builder.
      java.lang.String permission()
      Gets the permission.
      java.lang.String userName()
      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

      • permission

        public java.lang.String permission()
        Gets the permission. Eligible permission to the resource.
        Returns:
        the permission
      • userName

        public java.lang.String userName()
        Gets the userName. The user name.
        Returns:
        the userName