Class DevicesListMemberDevicesBuilder

    • Method Detail

      • withIncludeWebSessions

        public DevicesListMemberDevicesBuilder withIncludeWebSessions​(java.lang.Boolean includeWebSessions)
        Set value for optional field.

        If left unset or set to null, defaults to true.

        Parameters:
        includeWebSessions - Whether to list web sessions of the team's member. Defaults to true when set to null.
        Returns:
        this builder
      • withIncludeDesktopClients

        public DevicesListMemberDevicesBuilder withIncludeDesktopClients​(java.lang.Boolean includeDesktopClients)
        Set value for optional field.

        If left unset or set to null, defaults to true.

        Parameters:
        includeDesktopClients - Whether to list linked desktop devices of the team's member. Defaults to true when set to null.
        Returns:
        this builder
      • withIncludeMobileClients

        public DevicesListMemberDevicesBuilder withIncludeMobileClients​(java.lang.Boolean includeMobileClients)
        Set value for optional field.

        If left unset or set to null, defaults to true.

        Parameters:
        includeMobileClients - Whether to list linked mobile devices of the team's member. Defaults to true when set to null.
        Returns:
        this builder