GetServiceObjectType method

  1. @override
ServiceObjectType GetServiceObjectType()
override
Gets the type of the service object this request applies to.

Implementation

@override
ServiceObjectType GetServiceObjectType() {
  return ServiceObjectType.Folder;
}