Class VidmInfo.Builder

  • Enclosing class:
    VidmInfo

    public static final class VidmInfo.Builder
    extends java.lang.Object
    Builder class for VidmInfo.
    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()
      Constructor with parameters for the required properties of VidmInfo.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      VidmInfo build()  
      VidmInfo.Builder setDisplayName​(java.lang.String displayName)
      User's Full Name Or User Group's Display Name This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      VidmInfo.Builder setName​(java.lang.String name)
      Username Or Groupname This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      VidmInfo.Builder setType​(java.lang.String type)
      Possible values are: VidmInfo.TYPE_USER VidmInfo.TYPE_GROUP Type This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Builder

        public Builder()
        Constructor with parameters for the required properties of VidmInfo.
    • Method Detail

      • setDisplayName

        public VidmInfo.Builder setDisplayName​(java.lang.String displayName)
        User's Full Name Or User Group's Display Name This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        displayName - New value for the property.
      • setName

        public VidmInfo.Builder setName​(java.lang.String name)
        Username Or Groupname This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        name - New value for the property.
      • setType

        public VidmInfo.Builder setType​(java.lang.String type)
        Possible values are: Type This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        type - New value for the property.