File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/com/exacttarget/fuelsdk Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3434
3535package com .exacttarget .fuelsdk ;
3636
37- import java .util .Date ;
38-
3937import com .exacttarget .fuelsdk .annotations .ExternalName ;
4038import com .exacttarget .fuelsdk .annotations .InternalName ;
4139import com .exacttarget .fuelsdk .annotations .InternalProperty ;
4240import com .exacttarget .fuelsdk .annotations .SoapObject ;
4341import com .exacttarget .fuelsdk .internal .DataFolder ;
4442
43+ import java .util .Date ;
44+
4545/**
4646 * An <code>ETFolder</code> object represents a folder
4747 * in the Salesforce Marketing Cloud.
@@ -65,7 +65,7 @@ public class ETFolder extends ETSoapObject {
6565 @ ExternalName ("contentType" )
6666 private String contentType = null ;
6767 @ ExternalName ("parentFolder" )
68- @ InternalProperty ("ParentFolder.CustomerKey " )
68+ @ InternalProperty ("ParentFolder.ID " )
6969 private ETFolder parentFolder = null ;
7070 @ ExternalName ("isActive" )
7171 private Boolean isActive = null ;
You can’t perform that action at this time.
0 commit comments